-
Notifications
You must be signed in to change notification settings - Fork 822
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
secure websocket does not work with Moquette version 0.17 #894
Comments
You have to enable SSL debug logs, so grab more details during the TLS handshaking.
to More details on TLS debugging here:
If the TLS handshake and connection goes well, then we find out how to investigate at Netty/Moquette handler level. |
I see secure TCP connections do not work also! So, I used Also, I added
|
By default that
and then pass |
Thanks dear @andsel |
Hello @andsel.
Im using
Moquette version 0.17
and insecure websocket (ws://...) works fine, but secure websocket (wss://...) does not work.I'm using
Letsencrypt
for SSL of my domain and port 9092 for wss is open and listening. but my web application can not connect to the broker via wss (tested in both firefox and chrome)How can I debug it?
MY web application is written by flutter/dart and the below is web browser log:
The text was updated successfully, but these errors were encountered: