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
Then i try make request from client by my proxy: curl --connect-to myip.com:443:192.168.50.198:35466 https://myip.com
I get error about SSL.
Then I found in the logs that xcore is trying to change the port from the request to the port of the proxy itself.
So instead of port myip.com:443, it is trying to connect to the port myip.com:35466.
What is problem? I don't have any routing rules that change the port or special iptables settings in the system regarding ports; everything is set to default.
What needs to be done so that the port does not change?
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
-
Hi i used this settings for dokodemo-door.
Then i try make request from client by my proxy:
curl --connect-to myip.com:443:192.168.50.198:35466 https://myip.com
I get error about SSL.
Then I found in the logs that xcore is trying to change the port from the request to the port of the proxy itself.
So instead of port myip.com:443, it is trying to connect to the port myip.com:35466.
What is problem? I don't have any routing rules that change the port or special iptables settings in the system regarding ports; everything is set to default.
What needs to be done so that the port does not change?
Beta Was this translation helpful? Give feedback.
All reactions