cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1082
Views
0
Helpful
3
Replies

Error while running Basic Chat Demo using Cisco Jabber SDK on Chrome & IE

Absaar Javed
Level 4
Level 4

Hello

I am trying to run basic chat demo example. I have successfully ran this demo in Firefox, but when i run the same example in Chrome or Internet Explorer, i get following error:

Could not connect:

<stream:error xmlns:stream="http://etherx.jabber.org/streams">

<service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-streams"/>

</stream:error>

kindly guide if this is an issue with the browser specific configuration as it is working in firefox perfectly.

Regards

1 Accepted Solution

Accepted Solutions

Chrome doesn't handle certificates like Firefox does.  Try using Chrome to navigate to that URL (https://192.168.2.190:7335/httpbinding) directly and tell it to go to the "untrusted" site.  This tells Chrome to accept the certificate (temporarily - only for this Chrome session).  You should see a message about how this is a BOSH URL, if you get there successfully.

Then try the chat demo again, and it should work.

View solution in original post

3 Replies 3

npetrele
Cisco Employee
Cisco Employee

What does your BOSH url look like?  Is it http or https?

Thank you Nicholas.

My BOSH url is:

https://192.168.2.190:7335/httpbinding

and this is working perfectly fine with firefox, but not with chrome/IE.

Chrome doesn't handle certificates like Firefox does.  Try using Chrome to navigate to that URL (https://192.168.2.190:7335/httpbinding) directly and tell it to go to the "untrusted" site.  This tells Chrome to accept the certificate (temporarily - only for this Chrome session).  You should see a message about how this is a BOSH URL, if you get there successfully.

Then try the chat demo again, and it should work.