tzssangglass commented on issue #8093: URL: https://github.com/apache/apisix/issues/8093#issuecomment-1284991776
> For this websocket example , i try to config useing ["scheme": "http"] , either ws or wss , It works fine if your upstream is `listen 1983;` and use `["scheme": "http"]` - use` wss` means: client --> (wss) --> APISIX --> (ws) --> upstream(`listen 1983;`) - use` ws` means: client --> (ws) --> APISIX --> (ws) --> upstream(`listen 1983;`) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
