Here are the log entries I run the windows update :
Attachment file size is limited so I've attached links to the images
Loglevel Error :
https://ibb.co/LvxrfbN
Loglevel Debug :
https://ibb.co/XVHmC6D
Windows Update not working when connecting to system wide proxy
-
- Posts: 15
- Joined: Thu Jun 03, 2021 9:42 am
Re: Windows Update not working when connecting to system wide proxy
These are not the only domains of Windows Updates
Search on Internet you will Find the List of Domains Windows Machine connects to fetch updates.
Also, Make sure you have Installed the SafeSquid ROOT CA Certificate on Chrome Browser. i.e. which will be installed System Wide
Search on Internet you will Find the List of Domains Windows Machine connects to fetch updates.
Also, Make sure you have Installed the SafeSquid ROOT CA Certificate on Chrome Browser. i.e. which will be installed System Wide
Re: Windows Update not working when connecting to system wide proxy
These are not the only domains of Windows Updates
Search on Internet you will Find the List of Domains Windows Machine connects to fetch updates.
Also, Make sure you have Installed the SafeSquid ROOT CA Certificate on Chrome Browser. i.e. which will be installed System Wide
Search on Internet you will Find the List of Domains Windows Machine connects to fetch updates.
Also, Make sure you have Installed the SafeSquid ROOT CA Certificate on Chrome Browser. i.e. which will be installed System Wide
-
- Posts: 15
- Joined: Thu Jun 03, 2021 9:42 am
Re: Windows Update not working when connecting to system wide proxy
Sir I reinstalled the ROOT CA certificate and now windows update work fine. The problem was with the certificate installation.
Thankyou for the help.
Thankyou for the help.
-
- Posts: 8
- Joined: Wed Mar 24, 2021 3:02 pm
Re: Windows Update not working when connecting to system wide proxy
You need to see logs using the command line
Use command
tail -F /var/log/safesquid/native/safesquid
before using this command make sure you have enabled debugging log.
To enable debugging log go to safesquid.cfg/ > support >startup params
Inside startup params see in the right column LOG_LEVEL press i for info
You can see information on the upper side. end of this information you will see some numbers.
Copy these numbers, edit this file, and remove the old number on LOG_LEVEL. And paste this new number and click on save.
Then type this command to see logs.
Use command
tail -F /var/log/safesquid/native/safesquid
before using this command make sure you have enabled debugging log.
To enable debugging log go to safesquid.cfg/ > support >startup params
Inside startup params see in the right column LOG_LEVEL press i for info
You can see information on the upper side. end of this information you will see some numbers.
Copy these numbers, edit this file, and remove the old number on LOG_LEVEL. And paste this new number and click on save.
Then type this command to see logs.