-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wss connection problem while trying to connect by https #114
Comments
Hi @svillegasc, you should use the secure websocket protocol: Davide |
I find that none of these URL schemes is working for asteroid to connect to my server. Asteroid times out on:
|
@davidebianchi - wss uses port 443 by default, not 3000 |
how do set up Meteor to allow |
@svillegasc Have you finally solved it? How to solve it? I have the same problem now. |
I have a problem, Help me
Mixed Content: The page at 'https://expzero.com/todolist/' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://54.88.59.233:3000/websocket'. This request has been blocked; this endpoint must be available over WSS.
I have a proxy that has the SSL certificate, the proxy sends the requests to an application and that application connects to a backend that has the address shown in the error 'ws: //54.88.59.233: 3000 / websocket'.
The text was updated successfully, but these errors were encountered: