<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-ZA link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I am having a problem using OCSP with Stunnel.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>client: stunnel-5.55, server: stunnel-5.49, both using openssl-1.0.2k-fips.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>When I use the openssl ocsp command it works fine e.g.:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>openssl ocsp -issuer idca-rootca.pem -CAfile idca-rootca.pem -cert server-cert.pem -url http://10.0.0.166:40040<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Response verify OK<o:p></o:p></p><p class=MsoNormal>server-cert.pem: good<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Wireshark: OCSP request contains the server cert serial number, and OCSP response returns "certStatus: good(0)".<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>However, when I use Stunnel the OCSP lookup fails (Connection reset by peer), and in the Stunnel log I get:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>LOG3[0]: OCSP: OCSP_basic_verify: ocsp_vfy.c:166: error:27069070:OCSP routines:OCSP_basic_verify:root ca not trusted<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Wireshark: OCSP request now contains the issuer (idca) instead of the server cert serial number, and the OCSP response returns "certStatus: unknown (2)".<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have tried various combinations of cert and CA pem files e.g. server cert on its own, then including idca, then including both idca and rootca. I have also tried all combinations of CA cert, even including all certs in it.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I am testing Stunnel using SSH over TLS and here are the configs:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Stunnel client config:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>[ssh]<o:p></o:p></p><p class=MsoNormal>CAfile = idca-rootca.pem<o:p></o:p></p><p class=MsoNormal>cert = client-cert.pem<o:p></o:p></p><p class=MsoNormal>key = client-key.pem<o:p></o:p></p><p class=MsoNormal>accept=40010<o:p></o:p></p><p class=MsoNormal>connect=10.0.0.166:40010<o:p></o:p></p><p class=MsoNormal>verifyPeer = yes<o:p></o:p></p><p class=MsoNormal>OCSP = http://10.0.0.166:40040<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Stunnel server config:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>[sshd]<o:p></o:p></p><p class=MsoNormal>CAfile = idca-rootca.pem<o:p></o:p></p><p class=MsoNormal>cert = server-cert.pem<o:p></o:p></p><p class=MsoNormal>key = server-key.pem<o:p></o:p></p><p class=MsoNormal>accept = 10.0.0.166:40010<o:p></o:p></p><p class=MsoNormal>connect = 22<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Appreciate any help with this problem.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>