How can a Flask web server on Windows use an SSL C

2019-07-15 18:18发布

问题:

Most SSL examples for Flask require that the private key be on the file system. We find that insecure.

How can Flask load the SSL certificate from the Windows certificate store?

回答1:

We solved by using IIS as a reverse proxy, as doced here:

https://developers.coveo.com/display/public/SearchREST/Configuring+HTTPS+Reverse+Proxy+in+IIS

and here

https://weblogs.asp.net/owscott/creating-a-reverse-proxy-with-url-rewrite-for-iis



标签: python ssl flask