Net::ERR_SSL_PROTOCOL_ERROR appears in the applet

A few days ago, during the interaction between the front and back ends of the applet, the net::ERR_SSL_PROTOCOL_ERROR error occurred when calling wx.request.

Insert picture description here
As shown

I found a lot of blogs on CSDN, and they all said to convert https to http

I thought about it, small programs can't use http

Just search for information everywhere with the back-end, and
find these problems in the small program developer community.

Finally, it was found that it was a certificate problem. The SSL certificate was not installed on the server at the back end. Just ask the back end to install the certificate.

It's as simple as a small bug, I didn't find it on CSDN. It may be that the developers of small programs don't like to blog in CSDN.

Give me a thumbs up

Guess you like

Origin blog.csdn.net/qq_43249043/article/details/103948261