Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
5819
|
Version |
tigase-server-8.0.0
|
Issue Votes (0)
Watchers (0)
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
5819
|
Version |
tigase-server-8.0.0
|
Hi, all:
when I want to connect the tigase with ssl secure by the strophe, but it connect error.
I have add the [localhost.pem] cert file to the browser and I have verify correct certificate is being served by Tigase is ok.
------------------- certificate is being served by Tigase-----------
bogon:base admin$ openssl s_client -connect localhost:5281
CONNECTED(00000003)
bogon:base admin$ openssl s_client -connect localhost:5291
CONNECTED(00000003)
There some error in the browser console, detail is
-------------error detail------------------
Failed to load resource: net::ERR_INSECURE_RESPONSE
strophe.js:4793 OPTIONS https://localhost:5281/xmpp-httpbind net::ERR_INSECURE_RESPONSE
sendFunc @ strophe.js:4793
strophe.js:4793 OPTIONS https://localhost:5281/xmpp-httpbind net::ERR_INSECURE_RESPONSE
Can you help me?
Thank you!