-
Notifications
You must be signed in to change notification settings - Fork 103
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
WebSocket Pass #74
Comments
SSLproxy does not support websocket protocol. |
I know that SSLProxy does not support websocket, so I want to create a websocket passing rule for selected destinations. Snippet from my config is: When i add rule for pass traffic to destination servers where is traffic by websocket, that traffic wasn't passed. Do you know what i need to do for passing that traffic ? |
Can you try And the order of rules is important, as you say. So I assume the following:
Let's see what happens. Note that you can enable the DEBUG_OPTS switch in main.mk to inspect detailed debug info on filtering rules. |
Hi it's possible to Pass websocket for selected destination host when i have rule
split from * to * log *
?The text was updated successfully, but these errors were encountered: