Technical Tip: Configure secure (HTTPS) download of a PAC file
| Description | This article describes how to configure a secure (HTTPS) download of a PAC file from FortiProxy. |
| Scope | FortiProxy. |
| Solution | There is a new feature introduced in FortiProxy 7.4.0 version, which can be used to configure a secure (HTTPS) download of a PAC file from FortiProxy.
Follow these steps to configure it:
config authentication setting set captive-portal-type ip <-- FQDN or IP can be used. set captive-portal-ip 172.31.143.62 <-- Captive portal interface and proxy interface need not be same. set captive-portal-ssl-port 9090 end
config web-proxy explicit-proxy edit web-proxy set status enable set interface port3 <----------- IP address 172.31.143.62. set http-incoming-port 8080 set pac-file-server-status enable set pac-file-name "mypacfile.pac" set pac-file-data "function FindProxyForURL(url, host) { //pacfiletest return \"PROXY 172.31.143.62:8080\"; } end
|

