-
Notifications
You must be signed in to change notification settings - Fork 28
TCP tunnel is created but connection is not establishing. #17
Comments
Hello,
Let me know if you need any further help. |
Hey Thank you for response. I tried this configuration it gives me error like Traceback (most recent call last): |
Can you tell me cloudflare configuration because when i am trying to make connection with ip address instead of tcp.example.com it makes connection. But with host name timeout error occurs. |
Error is like while making connection
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
My tcp config for nginx is like
server {
server_name tcp.example.com;
}
server {
server_name tcp.example.com;
}
The text was updated successfully, but these errors were encountered: