You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSLProxyEngine On
SSLProxyVerify None
SSLProxyCheckPeerCN Off
SSLProxyCheckPeerName Off
SSLProxyCheckPeerExpire Off
AllowEncodedSlashes NoDecode
ProxyRequests Off
ProxyPreserveHost On
ProxyErrorOverride On
ProxyPass /wss-test/ "https://localhost:4443/"ProxyPassReverse /wss-test/ "https://localhost:4443/"
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
RewriteEngine on
RewriteCond%{HTTP:Upgrade}websocket[NC]RewriteCond%{HTTP:Connection}upgrade[NC]RewriteRule.*"wss://localhost:4443/"[P,L]
This discussion was converted from issue #4 on March 22, 2022 00:33.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Test proxy config in
non docker
setup: websockets#1946 (comment)Beta Was this translation helpful? Give feedback.
All reactions