i want to masquerade https port so clients can access https site, squid is running in transparent mode on 3128 i have redirected port 80 to 3128.
i have tried this command to masquerade https

it's not working)
iptables -t nat -A POSTROUTING -o internet -p tcp 443 -j MASQUERADE
is this command wrong or need to do something.
thanks in advance for any help.