websafety icon indicating copy to clipboard operation
websafety copied to clipboard

wpad.dat is not available at http://proxy.adress/wpad.dat

Open ra-at-diladele-com opened this issue 2 years ago • 2 comments

The Admin UI was switched to HTTPS - if wpad file is supposed to be served using HTTP only - this will not work. (Need to check).

The httpS://proxy.adress/wpad.dat - works normally btw. But not sure if browser supports httpS:// scheme in wpad.

ra-at-diladele-com avatar Jun 03 '22 18:06 ra-at-diladele-com

To fix the error we need to copy the wpad.dat into folder which is accessible through HTTP. Run the following command from the console.

cp /opt/websafety-ui/etc/wpad.dat /opt/websafety-ui/var/console/www/http/

ra-at-diladele-com avatar Jun 06 '22 08:06 ra-at-diladele-com

In 8.2 Admin UI should additionally copy the wpad.dat itself. Note the original wpad.dat should stay in etc folder so that it gets into the backup zip file.

ra-at-diladele-com avatar Jun 06 '22 08:06 ra-at-diladele-com

Implemented - now Admin UI just uploads the wpad file into correct place on disk.

ra-at-diladele-com avatar Aug 31 '22 09:08 ra-at-diladele-com