-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it support wss proxy? #267
Comments
The configuration for the proxy_connect module is the same for both HTTPS and WebSockets. It does not parse the data flow over the CONNECT tunnel, so the protocol used does not matter. However, you must ensure that your client can establish a CONNECT tunnel and then send WebSocket data through that tunnel. |
I am using openresty 1.24.1 When I access the wss service, the following error occurs wscat -c wss://stream.binance.com:9443/ws --proxy https://xxx.xxx.com:443 My openrestry configuration is as follows:
|
hi, after some tests of wscat. 1. websocket + CONNECT tunnel without SSL
2. websocket + CONNECT tunnel under SSL
|
May I ask whether the forward proxy of websocket is currently supported, and if so, how to configure it?
The text was updated successfully, but these errors were encountered: