Ros 5.2 : webproxy for HTTPS

Hi to all,
in the documentation I read that webproxy run also for HTTPS …
I configured it and redirect all traffic for port 80 to proxy and it run correcty.
When I redirect all traffic for port 443 it doesn’t run.
Why?

Can you help me?

It only works for HTTPS when explicitly configured as a proxy in the client OS or browser. It doesn’t work for HTTPS via NAT rules. That’s inherent to HTTPS with all proxies, unless you have a wildcats cert for all domains that the client trusts.

Thanks for answer … now it’s ok … thanks a lot