I've no idea for the moment... Do you have a test case to reproduce it? e.g. within cross language test suite started via test/test.sh
-roger > -----Ursprüngliche Nachricht----- > Von: Isuru Haththotuwa [mailto:[email protected]] > Gesendet: Sonntag, 4. November 2012 13:06 > An: [email protected] > Betreff: Exception in SSL_read: Wrong Version Number > > Hi all, > > I'm in the process of learning thrift. I wrote a secure client in C++ to > connect > to a thrift server, authenticated via SSL. First I wrote a single threaded > application, which ran without any issues. But, when I try to send requests to > the server concurrently with multiple threads, the program fails with the > following exception: > > * > terminate called after throwing an instance of > 'apache::thrift::transport::TSSLException' > what(): SSL_read: wrong version number terminate called recursively* > > > Kindly let me know what is the issue here, and how should I avoid it. > > -- > Thanks and Regards, > Isuru
