Hello,
I want to set 2way SSL between Apigee Proxy and Django App which is served by waitress.
I imported 3 certifies(root, intermediate, leap) on my backend server.
If I set SSL between Apigee and Django app, Do I also have to set https configuration for the application as well? (Like, editing configuration file for <VirtualHost> Block on Apache server)
Currently, when I access endpoint through Apigee proxy, it returns 504 timeout error message as below.
{"fault":{"faultstring":"Bad Gateway","detail":{"errorcode":"messaging.adaptors.http.flow.BadGateway"}}}
Is there any one who has experience setting up SSL for Django App? Any tips for me? Thanks
Solved! Go to Solution.
Assuming that your Django app is the Apigee API Target. You will need to provide much more details to get help.
1. Is this a one way or two way TLS ?
Have you tried