<div dir="ltr"><div>Hi,</div><div><br></div><div>I am evaluating stunnel for a project. I want to translate a HTTP call to HTTPS. When I specify the URL to send to in the config file, I get error ""Unknown TCP service "443/api/path""". My config is as below:</div><div><br></div>[https]<br>client = yes<br>accept  = 4433<br>connect = <a href="http://myurl.com:443/api/path">myurl.com:443/api/path</a><div><br></div><div>When I try the same thing without the sub-paths "/api/path" the connection works, but of course it doesn't hit the URL I want to hit.<br><br><div>How do I achieve this? I tried going through the documentation, but couldn't figure it out.</div><div><br></div><div>Any help will be greatly appreciated.</div><div><br></div><div>Thank you,</div><div>Shashank </div></div></div>