-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Bosh using https? #140
Comments
Can you share more details regarding the error? Do you have correct certificate for the domain? |
certificate is this? when visit https://192.168.8.32:18092/index.html, the browser warning me it's a not safe site but can click continue to visit. but only the BOSH API can't connect. |
1 similar comment
certificate is this? when visit https://192.168.8.32:18092/index.html, the browser warning me it's a not safe site but can click continue to visit. but only the BOSH API can't connect. |
Quite possibly strophe.js blocks the connection because certificate is self-signed (i.e. those aren't trusted by default). |
Yesterday, I bought a commercial certificate(based on IP, not domain).
|
Thank you for your testing! |
I have a problem with bosh https
I cannot open bosh connection: https://192.168.8.32:18090/xmpp-httpbind
stroph.js reports: ERR_CONNECTION_CLOSED
but when using http (http://192.168.8.32:8090/xmpp-httpbind) it works.
how can i config bosh using https?
Details (please complete the following information):
config.tdsl bosh part:
The text was updated successfully, but these errors were encountered: