Re: Help: problem with handshaking

2008-04-01 Thread 陳秀虹
OK, I think there might be something wrong with my certificates. So, I tried to follow the document and create all of the certificates. But I am encountering a problem. Can someone tell me if I am doing the right thing. Here is how I create certificates. (attached is my openssl.cnfand all

Re: Help: problem with handshaking

2008-03-27 Thread 陳秀虹
Thanks for the explanation. I am having problem with Encrypted Alert. At first I thought it's because the Session ID length 0 is not correct. If this is not the problem, I really can't tell where it went wrong from packets I captured. I searched the web and I think Encrypted Alert means that the

Re: Help: problem with handshaking

2008-03-27 Thread jimmy bahuleyan
陳秀虹 wrote: Thanks for the explanation. I am having problem with Encrypted Alert. At first I thought it's because the Session ID length 0 is not correct. If this is not the problem, I really can't tell where it went wrong from packets I captured. I searched the web and I think Encrypted Alert

Help: problem with handshaking

2008-03-25 Thread 陳秀虹
Hi, I have ported openssl 0.9.8g to our platform in linux. When I tried to connect to a server with SSL enabled, it always give me Handshake Failure. I checked the packet when Client Hello was sent. The session ID length is 0. I traced the source code in ssl3_get_client_method(), but I really

Re: Help: problem with handshaking

2008-03-25 Thread jimmy bahuleyan
陳秀虹 wrote: Hi, I have ported openssl 0.9.8g to our platform in linux. When I tried to connect to a server with SSL enabled, it always give me Handshake Failure. I checked the packet when Client Hello was sent. The session ID length is 0. I traced the source code in ssl3_get_client_method(),