This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

HTTPS through Transparent Proxy?

How do I set this up so it will work?

What steps need to be taken.

Thanks, Ray


This thread was automatically locked due to age.
Parents
  • On the webadmin HTTP Proxy page:

    Operation mode: Transparent
    Anonymity: None
    Allowed Networks: Internal (Network)

    Also allow the HTTPS protocol through your packet filter.
    We use a "Permitted-Services" service group, which is used in the rule shown below:

    Source: Any
    Service: Permitted-Services
    Action: Allow (Green Arrow)
    Destination: Any

    The HTTPS protocol, along with all other protocols that we allow, is then included in the Permitted-Services service group. This approach dramatically reduces the number of packet filter rules required.
  • Well this will allow HTTPS. But it won't go through the proxy. This only allows HTTPS via the packet-filter engine. 

    In transparent mode, you can see the redirect rule for port tcp/80 to tcp/8080 in the NAT-Table. You can't redirect https because of the nature of the protocoll. Redirect would alter the packet, and https is there to prevent altering/manipulation and reading.
  • You will just bring HTTP/80 through the transparent HTTP-Proxy. For other protocols you need standart or auth proxy.
Reply Children
No Data