alexxiopiccinno / jabber-net

Automatically exported from code.google.com/p/jabber-net
Other
0 stars 0 forks source link

Unable to connect to Openfire using secure http-bind #117

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the 2005-Example
2. Connect using HTTP_Binding and URL is https://<server>:7443/http-bind/
3. Two Invalid Certificate dialog boxes appear, and click Allow Once on both of 
them
4. Exception caught:
System.InvalidOperationException:Cannot call RequestRead while another read is 
pending...at AsyncSocket.cs: line 911

What is the expected output? What do you see instead?
Expect to connect to Openfire but instead got the exception error

What version of the product are you using? On what operating system?
Openfire 3.7.0, Windows XP

Please provide any additional information below.
Question: why are there 2 invalid certificate dialog boxes that come up?

Original issue reported on code.google.com by jenchuns...@gmail.com on 5 Jul 2011 at 7:45