<div>Whenever I connect to "<a href="http://localhost:20010">http://localhost:20010</a>" I get the proper https repsonse from server "<a href="https://sslwebsite.xxxx.com">https://sslwebsite.xxxx.com</a>". </div>
<div><br></div><div>But the moment I add, "<a href="https://localhost:20010/someprogrampath">https://localhost:20010/someprogrampath</a>", I get "404 File Not found error". But if I access, "<a href="https://sslwebsite.xxxx.com/someprogrampath">https://sslwebsite.xxxx.com/someprogrampath</a>" directly it WORKS.</div>
<div><br></div><div>Any ideas?</div><div><br></div><div>I use the following configuration. </div><div><div>===================================</div><div><div>; Authentication stuff</div><div>verify = 2</div><div>; Don't forget to c_rehash CApath</div>
<div>;CApath = c:\certs</div><div>; It's often easier to use CAfile</div><div>CAfile = c:\certs\MetavanteTest_client.pem</div><div>; Don't forget to c_rehash CRLpath</div><div>;CRLpath = crls</div><div>; Alternatively you can use CRLfile</div>
<div>;CRLfile = crls.pem</div><div><br></div><div>; Some debugging stuff useful for troubleshooting</div><div>debug = 7</div><div>output = c:\stunnel.log</div><div><br></div><div>; Use it for client mode</div><div>client = yes</div>
<div><br></div><div>; Service-level configuration</div><div><br></div><div>;[pop3s]</div><div>;accept  = 995</div><div>;connect = 110</div><div><br></div><div>;[imaps]</div><div>;accept  = 993</div><div>;connect = 143</div>
<div><br></div><div>;[ssmtp]</div><div>;accept  = 465</div><div>;connect = 25</div><div><br></div><div>[https]</div><div>cert = c:\certs\xxxx_client.pem</div><div>accept  = 20010</div><div>connect = <a href="http://sswebsite.xxxx.com:443">sswebsite.xxxx.com:443</a></div>
<div>;TIMEOUTclose = 0</div><div>; vim:ft=dosini</div><div><br></div><div>sslVersion = all</div></div><div>=========================================</div></div>