Just one last spam from me, before I go to bed.

I enabled SSL_DEBUG and tested it:

1.3.0 Client:
work:
22:50:41: [TCP] Secure channel response from XXX (18559XXX).
22:50:41: 1:[SSL] SSL_connect:before/connect initialization
22:50:41: 1:[SSL] SSL_connect:SSLv3 write client hello A
22:50:41: 1:[SSL] SSL_connect:SSLv3 read server hello A
22:50:41: 1:[SSL] SSL_connect:SSLv3 read server key exchange A
22:50:41: 1:[SSL] SSL_connect:SSLv3 read server done A
22:50:41: 1:[SSL] SSL_connect:SSLv3 write client key exchange A
22:50:41: 1:[SSL] SSL_connect:SSLv3 write change cipher spec A
22:50:41: 1:[SSL] SSL_connect:SSLv3 write finished A
22:50:41: 1:[SSL] SSL_connect:SSLv3 flush data
22:50:41: 1:[SSL] SSL_connect:SSLv3 read finished A
22:50:41: [SSL] Secure channel established with XXX (18559XXX).
22:50:41: [OSD] No translation needs to be done

no work:
22:51:13: [TCP] Secure channel request from XXX (18559XXX).
22:51:13: 1:[SSL] SSL_accept:before/accept initialization
22:51:13: 3:[SSL] SSL_accept:failed in SSLv3 read client hello B
22:51:13: [SSL] SSL_accept error 0, SSL_5
22:51:13: [TCP] Closing connection to 18559XXX.


1.3.2 Client:

When Issueing the request, not much debug is output.

receiving request:
22:56:17: 1:[SSL] SSL_accept:before/accept initialization
22:56:21: 4:[SSL] SSL_accept:SSLv3 read client hello B
22:56:21: [SSL] SSL_accept error = 1408f10b, s3_pkt.c:299
22:56:21: [TCP] Closing connection to 175285.

s3_pkt.c
297      if ((version>>8) != SSL3_VERSION_MAJOR)
298              {
299              SSLerr(SSL_F_SSL3_GET_RECORD,SSL_R_WRONG_VERSION_NUMBER);
300              goto err;
301              }


Hope that makes more sense now.
Philipp

-- 
A byte walks into a bar and orders a pint. Bartender asks him "What's wrong?"
Byte says "Parity error." Bartender nods and says "Yeah, I thought you looked
a bit off."


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to