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

How to skip SSL Trust Check for all and any sites?

Hi all,

I would like to make a URL exception to allow all and any sites to skip the Certificate Trust Check / Certificate Date Check

Would I just add the matching url as 

^https://([A-Za-z0-9.-]*\.)?*\.com\.au/ 
^https://([A-Za-z0-9.-]*\.)?*\.com/

or maybe

^https://*\.com/


Thank you


This thread was automatically locked due to age.
Parents
  • If you have Active Directory, you can use a GPO to configure everyone.  You also can use a wpad.dat file to configure them - some people prefer that because it's easier to adapt to laptops that are used outside and inside the network.  If  you use my suggestion about leaving the default filter in Transparent mode and really tightening it down, then you can let the users disable Proxy usage that's configured via GPO.

    Cheers - Bob
Reply
  • If you have Active Directory, you can use a GPO to configure everyone.  You also can use a wpad.dat file to configure them - some people prefer that because it's easier to adapt to laptops that are used outside and inside the network.  If  you use my suggestion about leaving the default filter in Transparent mode and really tightening it down, then you can let the users disable Proxy usage that's configured via GPO.

    Cheers - Bob
Children
No Data