微信小程序Server端环境配置详解(SSL, Nginx HTT(2)

tar -zxvf nginx-1.10.2.tar.gz cd nginx-1.10.2 ./configure \ --user=用户 \ --group=组 \ --prefix=https://www.jb51.net/usr/local/nginx \ --with-http_ssl_module \ --with-openssl=https://www.jb51.net/usr/local/openssl-1.0.2j \ --with-pcre=https://www.jb51.net/usr/local/pcre-8.39 \ --with-zlib=https://www.jb51.net/usr/local/zlib-1.2.10 \ --with-http_stub_status_module \ --with-threads make && make install

编译完成后,记得把修改配置文件,添加好 SSL 的相关信息

然后启动nginx,访问 https url 再次验证 TSL 版本

小结

经过这些步骤,微信小程序就可以和后端正常沟通了

参考地址:?__biz=MzA4Nzc4MjI4MQ==&mid=2652402451&idx=1&sn=56e3122d6c8774ba457d2ced49c8321a&chksm=8bd8f5f5bcaf7ce3e4b51336e7e7debbaad5c6e02954982756ed0da0572127b61d8754f6cb79&mpshare=1&scene=23&srcid=0110JlMJP90O3osLzHgO3onE#rd

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wwdxww.html