Jump to content

Hello! 👋

These forums are now archived (read only).

Join us on Discord.

pubsub1.cloud.symless.com:443 blocked China?


Recommended Posts

Jack Martin

I'm from China,

Synergy 2: There was a problem connecting to the auto-config service. Retry.

After RETRY many times, RETRY of course does nothing.

https://synergy-logs.symless.com/1e36fe18a8416e9903085488d94b5e97/logs/13861-2017-12-07T14-56-24.log

[ Service ] [2017-12-07T14:53:41] debug: retrying websocket connection now
[ Service ] [2017-12-07T14:53:41] debug: connecting websocket: pubsub1.cloud.symless.com:443
[ Config  ] [2017-12-07T14:53:42] debug: service cloud connection error

from log I found Synergy 2 need to connect to pubsub1.cloud.symless.com:443

and just using cmd&telnet give a shot

down.png.f4225d27b0b0b62cf2c267bd4e0d98f5.png

telnet.png.7e820ae1bafe535965654af7ccda7246.png

visit from local network, connection failed

and try vpn to US.

5a28ead63cc5b_vpntelnet.png.f274c3ff3b8e0b0255c3e2b0b960f7da.png

connection established

up.png.0835ea4fdab7711759feba0aac1d3449.png

Synergy 2 online now.

 

How can I have it in China? Need u help.

Link to post
Share on other sites
  • 3 weeks later...
  • Synergy Team
Nick Bolton
On 12/12/2017 at 1:25 AM, Jack Martin said:

@Nick Bolton ???

do say something.

This will most likely be fixed in 2.1. Until then you could either take a refund or use Synergy 1.

Link to post
Share on other sites
[ Service ] [2018-01-03T17:23:03] debug: connecting websocket: pubsub1.cloud.symless.com:443
[ Service ] [2018-01-03T17:23:03] error: websocket handshake error 3: WebSocket upgrade handshake failed
[ Service ] [2018-01-03T17:23:03] error: websocket handshake response 400: Bad Request

I'm getting a different error myself, but related to pubsub1.cloud.symless.com:443

It seems like someone didn't mind buying a SSL certificate?

 

Screen Shot 2018-01-03 at 17.28.08.png

Link to post
Share on other sites
Daniel Garcia

True - though the cert was signed/created in 2017:

 

Common name: pubsub.cloud.symless.com
Organization: Symless Org. Unit: Synergy Cloud
Valid from December 30, 2017 to December 20, 2019
Serial Number: 10342277146623780660 (0x8f872644e526a734)
Signature Algorithm: sha256WithRSAEncryption
Issuer: pubsub.cloud.symless.com
Link to post
Share on other sites
1 hour ago, Nick Bolton said:

Try now.

I am in tianjin, which is a province of China.
I connect auto config server successful.


but

pc1 has 3 ip, 10.0.x.x (vpn), 172.17.0.1(docker), 192.50.x.x
pc2 has 1 ip, 192.50.x.x

when pc1 as server pc2 will connect 10.0.x.x and 172.17.0.1, will nerver connect 192.50.x.x 

I think I can fix this problem by myself, let me have a try.

Edited by Sasasu
fix typo
Link to post
Share on other sites
3 hours ago, Nick Bolton said:

Try now.

Hello Nick,

Myself I'm getting:

[ Service ] [2018-01-04T14:46:10] debug: connecting websocket: pubsub1.cloud.symless.com:443
[ Service ] [2018-01-04T14:46:11] error: websocket handshake error 3: WebSocket upgrade handshake failed
[ Service ] [2018-01-04T14:46:11] error: websocket handshake response 400: Bad Request

 

Also, I tried to submit a support ticket but it doesn't work. The submit button simply does nothing.

I attached a screenshot from the browser's console.

Screen Shot 2018-01-04 at 14.55.20.png

Link to post
Share on other sites
  • Synergy Team
Nick Bolton
5 hours ago, Sasasu said:

pc1 has 3 ip, 10.0.x.x (vpn), 172.17.0.1(docker), 192.50.x.x
pc2 has 1 ip, 192.50.x.x

 

The auto connect feature connects to all available IPs, so it should work (it won't matter that you have a 10.x address).

Try restarting the background service after enabling/disabling VPN.

Link to post
Share on other sites
Jack Martin
16 hours ago, bogdan said:

Hello Nick,

Myself I'm getting:


pubsub1.cloud.symless.com:443

 

Also, I tried to submit a support ticket but it doesn't work. The submit button simply does nothing.

I attached a screenshot from the browser's console.

Screen Shot 2018-01-04 at 14.55.20.png

尝试下 telnet 下服务器 看看是否有回应

telnet  pubsub1.cloud.symless.com 443

如果能连接 按几下回车会显示 如下类似的日志

Quote

    HTTP/1.1 400 Bad Request
Server: nginx
Date: Fri, 05 Jan 2018 05:31:09 GMT
Content-Type: text/html
Content-Length: 166
Connection: close

<html>
<head><title>400 Bad Request</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx</center>
</body>
</html>

如果连接不上 那就只能 查看你的网络了(我在长春 目前连接正常)

 

If you ar not Chinese, please check you network to pubsub1.cloud.symless.com on port 443

in your cmd type telnet pubsub1.cloud.symless.com 443 type enter key and wait for telnet report

Link to post
Share on other sites

Sorry, I'm not Chinese. I was just getting a similar error.

telnet  pubsub1.cloud.symless.com 443
Trying 45.55.221.2...
Connected to pubsub.cloud.symless.com.
Escape character is '^]'.

Connection closed by foreign host.

 

Link to post
Share on other sites

Better yet: use the curl utility:

curl -i https://pubsub1.cloud.symless.com

It should respond with something like this:

HTTP/1.1 200 OK
Server: nginx
Date: Fri, 05 Jan 2018 11:38:20 GMT
Content-Type: text/html
Content-Length: 612
Last-Modified: Tue, 11 Jul 2017 13:18:32 GMT
Connection: keep-alive
ETag: "5964d028-264"
Strict-Transport-Security: max-age=31536000
Accept-Ranges: bytes

<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
    body {
        width: 35em;
        margin: 0 auto;
        font-family: Tahoma, Verdana, Arial, sans-serif;
    }
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>

<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>

<p><em>Thank you for using nginx.</em></p>
</body>
</html>

 

Link to post
Share on other sites
  • 3 weeks later...
  • Synergy Team
Nick Bolton

We're planning on creating a cloud infrastructure inside the Great Firewall of China, but the Chinese government are making this difficult for us.

Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...