python - How to use the free ssl certificate issued by Alibaba Cloud Shield to implement https in flask?
PHPz2017-05-16 13:22:23
0
1
792
I am learning the WeChat applet. The data interface needs to use https. Now I have applied for a free SSL certificate from Alibaba Cloud. I don’t know how to add it to the flask code. I hope you can help me.
nginx is configured with https, and nginx is forwarded to (for example) uwgi, allowing uwgi to handle python requests.