<span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 15px; border-collapse: collapse; line-height: 21px; white-space: pre-wrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Hello,<br>
<br>I’m trying to setup client-server SSL connection with “level 3” verification on server side.<br>I use 4.34 precompiled binary package for win32.<br>I put client certificates into CApath folder with hashed filenames (I use openssl x509 -hash to get them).<br>
And nothing works: I get “bad certificate”.<br>After sniffing for filenames stunnel server is looking for I found out that they are not matching the hash values I got with openssl tool.<br>I downloaded openssl binaries (ver. 0.9.8o) and put them into the stunnel folder.<br>
This fixed the bug with wrong filename request inside stunnel, but it started to crash after connection is initiated.<br>I tried to install stunnel (fresh download of 4.34) on another computer – the same problem: requested hash-filename is not equal to actual one.<br>
<br>Does anybody know how to fix this?<br><br>Regards,<br>Konstantin.</span>