Hi,

I am using openSSL OCSP utility as server. 

Whenever I do a blocking TCP connect to establish TCP connection with
openSSL OCSP utility and then send OCSP request , openSSL OCSP utility
sending a OCSP response.

But when I do a non blocking TCP connect make sure that OCSP request is
written only after SOCKET is writable using select and TCP connect is
successful ,openSSL OCSP utility is not replying with OCSP response even
though I see that the PC on which openSSL OCSP is running has received OCSP
request  . It's quite mysterious as openSSL OCSP utility is sending a
positive ACK to the OCSP request it has received but still is not replying
back with the OCSP Response.

With Regards,

Deepak Kathuria



--
View this message in context: 
http://openssl.6102.n7.nabble.com/openSSL-OCSP-utility-not-sending-OCSP-Response-when-connect-call-is-non-blocking-tp46447.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to