微信小游戏websocket支持https/wss
Posted subtlefruity
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信小游戏websocket支持https/wss相关的知识,希望对你有一定的参考价值。
公司新项目需要支持wss,解决方法如下:
https://blog.csdn.net/peter_teng/article/details/82866613
proxy_pass http://websocket;
的地方改成:
proxy_pass http://localhost:12001;
即可
以上是关于微信小游戏websocket支持https/wss的主要内容,如果未能解决你的问题,请参考以下文章
用于 Windows CE/Mobile 的 C++ 中的 HTTP Websockets 客户端库