Is there a way to disable the app platform as the termination point for ssl/tls? I really want to launch my app here since I can have db, spaces, etc. but this is the only thing holding me back.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there
I don’t think that you can disable the HTTP to HTTPS redirect with he App Platform, if you are using the DigitalOCean App Platform this is all done automatically. With the App Platform, DigitalOcean creates, manages, and renews your SSL certificates automatically.
Would you mind clarifying why do you need to disable the SSL for your website?
What you could do is introduce an Nginx load balancer where you handle the SSL termination before it reaches the App Platform.
Best,
Bobby