Re: Server Hello does not include Session ID

2010-06-23 Thread Gökhan Şengün
For those who interested: Changing SSL method from SSLv23_method to either SSLv3_method or TLSv1_method resolves this weird issue. On Wed, Jun 23, 2010 at 2:27 AM, Gökhan Şengün wrote: > Hello again, > > Could somebody give me some clue on this? What could be my problem? > > T

Re: Server Hello does not include Session ID

2010-06-22 Thread Gökhan Şengün
Hello again, Could somebody give me some clue on this? What could be my problem? Thanks. On Mon, Jun 14, 2010 at 3:03 PM, Gökhan Şengün wrote: > Hi, > > I want to activate session resumption for my application, I will be doing > this with SSL_get1_session and SSL_set_session functi

Re: Server Hello does not include Session ID

2010-06-14 Thread Gökhan Şengün
Hi, I want to activate session resumption for my application, I will be doing this with SSL_get1_session and SSL_set_session functions. However I was not able to make this functionality working. Debugging the code a bit, I found that Server Hello message does not contain Session ID (it contains s

Server Hello does not include Session ID

2010-06-14 Thread Gökhan Şengün
Hi, I want to activate session resumption for my application, I will be doing this with SSL_get1_session and SSL_set_session functions. However I was not able to make this functionality working. Debugging the code a bit, I found that Server Hello message does not contain Session ID (it contains s