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
Hi @walkor. In my project, i'm using this awesome example of http proxy server. And its work fine. Btw its work for http+websocket proxy.
But when i try to use it with https and wss its fail.
I see, that this is because in method "onMessage" i have encrypted data. Can you pls help me to solve this task?
Yes, supports. Just in $buffer variable inside onMessage callback, i have encrypted data in this example. When i disable https, buffer filled not encrypted data.
i resolve my problem using nginx proxy for establish https connection. But still want to know what i m doing wrong.
Hi @walkor. In my project, i'm using this awesome example of http proxy server. And its work fine. Btw its work for http+websocket proxy.
But when i try to use it with https and wss its fail.
I see, that this is because in method "onMessage" i have encrypted data. Can you pls help me to solve this task?
Of cource, when i do this
data passing encrypted to destination and its not what he expects.
I try to replace tcp://0.0.0.0:xxx to http://0.0.0.0:xxx, but it still not working. Pls, help me.
Here is my minimal code, for reproduce
The text was updated successfully, but these errors were encountered: