-
Notifications
You must be signed in to change notification settings - Fork 658
SSL Not working #47
Comments
Hi @maartenvw And.. chage it for: |
Hi all, It wasn't an issue with the configuration the issue was that we use Cloudflare to manage our DNS and we had de orange cloud turned on so it was trying to connect to Cloudflare and not out server since cloudflare doesn't support (to my knowledge, correct me if i'm wrong) specifying ports. So the issue is resolved by using another none orange cloud subdomain as a pointer to the websocket server. Thanks for the help! |
@maartenvw they do support it however not over port 6001 (80/443 should work fine) probably. https://support.cloudflare.com/hc/en-us/articles/200169466-Can-I-use-Cloudflare-with-WebSockets- |
When connecting to the dashboard over https it works perfectly fine, but when I click on connect. I don't get connected and the console reports the following
WebSocket connection to 'wss://socket.myapp.com:6001/app/my_key?protocol=7&client=js&version=4.3.1&flash=false' failed: WebSocket opening handshake timed out
My SSL configuration:
I am running this on a Vultr instance with PHP 7.2.10 and NGINX.
How can I resolve this issue?
The text was updated successfully, but these errors were encountered: