Home  >  Q&A  >  body text

python - How to use the free ssl certificate issued by Alibaba Cloud Shield to implement https in flask?

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.

PHPzPHPz2713 days ago763

reply all(1)I'll reply

  • 巴扎黑

    巴扎黑2017-05-16 13:24:23

    nginx is configured with https, and nginx is forwarded to (for example) uwgi, allowing uwgi to handle python requests.

    reply
    0
  • Cancelreply