
Hi Looking for an example to connect to subdirectory path such that [connect] client = yes accept = 127.0.0.1:441 connect = xxx.website.com:443/Connect/topath verifyChain = yes verifyPeer=yes CAfile = ca-certs.pem checkHost = xxx.mywebsite.com OCSPaia = yes When I only use xxx.mywebsite.com:443 it works. However, below three url gives TCP error (Unknown TCP service) xxx.mywebsite.com:443/Connect/topath xxx.mywebsite.com/Connect/topath https://xxx.mywebsite.com/Connect/topath My proxy connection requires to translate to the directory path of the domain. Regards, *Shamim Zaman*

Stunnel is not the right tool for this job. You need a more powerful tool for that kind of proxying: squid, apache or nginx will do. Saludos Jose Alfredo Diaz
On May 25, 2017, at 7:42 AM, Shamim Uz Zaman <mshamimuzzaman@gmail.com> wrote:
Hi
Looking for an example to connect to subdirectory path such that
[connect] client = yes accept = 127.0.0.1:441 connect = xxx.website.com:443/Connect/topath verifyChain = yes verifyPeer=yes CAfile = ca-certs.pem checkHost = xxx.mywebsite.com OCSPaia = yes
When I only use xxx.mywebsite.com:443 it works. However, below three url gives TCP error (Unknown TCP service)
xxx.mywebsite.com:443/Connect/topath xxx.mywebsite.com/Connect/topath https://xxx.mywebsite.com/Connect/topath
My proxy connection requires to translate to the directory path of the domain. Regards,
Shamim Zaman
_______________________________________________ stunnel-users mailing list stunnel-users@stunnel.org https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
participants (2)
-
Josealf.rm
-
Shamim Uz Zaman