web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / Let's Encrypt ACME HTT...
Power Pages
Suggested Answer

Let's Encrypt ACME HTTP-01 challenge?

(2) ShareShare
ReportReport
Posted on by 43
Is there a way to satisfy an ACME HTTP-01 certificate validation challenge with a power pages site, such one would have to do using Let's Encrypt? The DNS challenge is not an option, in my case, so it would have to be HTTP-01.
 
I have not made a lot of power pages yet, but I see that the page names can only include letters, numbers, and hyphens. At the end of the day, the challenge is really just "serve this one little file", but I don't think this platform will let you establish a URL path like "/.well-known/acme-challenge/" in front of the file's name.
 
 
Does power pages effectively make you have to pay for a TLS certificate, if you can't do the DNS validation?
Categories:
I have the same question (0)
  • Suggested answer
    Jon Unzueta Profile Picture
    1,834 Super User 2026 Season 1 on at

    ou're absolutely right in identifying the challenge: Let's Encrypt's HTTP-01 challenge requires serving a specific file at a very specific path — /.well-known/acme-challenge/{token} — and Power Pages doesn't natively allow arbitrary file paths or folders like .well-known.

    ✅ What Power Pages allows:

    • Pages with names using letters, numbers, and hyphens.
    • No direct access to the file system or ability to serve static files from arbitrary paths.
    • No built-in support for custom routing like /.well-known/....

    ❌ Why HTTP-01 is problematic:

    The HTTP-01 challenge requires:

    • Serving a file at http://yourdomain/.well-known/acme-challenge/{token}
    • The file must be accessible publicly and exactly at that path.

    Power Pages doesn't currently support:

    • Creating a page or endpoint at .well-known/acme-challenge/
    • Uploading static files to be served from arbitrary paths

    🛠️ Workarounds (limited or not ideal):

    1. Reverse Proxy: If you're using a custom domain with Power Pages and have control over DNS and a reverse proxy (e.g., Azure Front Door, Cloudflare, or NGINX), you could:

      • Terminate TLS at the proxy
      • Handle the HTTP-01 challenge at the proxy level
      • Forward other traffic to Power Pages
    2. Use a different web service temporarily: Spin up a small web server (e.g., Azure App Service or GitHub Pages) just to serve the challenge file, then:

      • Point your domain temporarily to that server
      • Complete the challenge
      • Switch DNS back to Power Pages
    3. Use a certificate provider that supports email or other validation methods: Some CAs offer alternative validation methods that don’t require DNS or HTTP challenges.

    💡 Conclusion:

    Yes, Power Pages effectively forces you to use DNS validation or purchase a certificate, unless you can set up a reverse proxy or use a temporary server for HTTP-01. This limitation is common in platforms that abstract away file system and routing control for security and simplicity.

     

     

    🏷️ Tag me if you have any further questions or if the issue persists.

    ✅ Click "Accept as Solution" if my post helped resolve your issue—it helps others facing similar problems.

    ❤️ Give it a Like if you found the approach useful in any way.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
11manish Profile Picture

11manish 54

#2
Valantis Profile Picture

Valantis 46

#3
rezarizvii Profile Picture

rezarizvii 43

Last 30 days Overall leaderboard