Activation Problem

Any Problem with renewing your subscription or getting one?
India samidha
Posts: 74
Joined: Wed Apr 24, 2019 6:57 am
Location: Mumbai

Activation Problem

Post by samidha » Wed May 08, 2019 12:18 pm

Hi when i try to activate my safesquid subscription it gives me an error :
Uploaded File Failed to Save at given path : /usr/local/safesquid/security/
How do i fix?

India samidha
Posts: 74
Joined: Wed Apr 24, 2019 6:57 am
Location: Mumbai

Re: Activation Problem

Post by samidha » Thu May 09, 2019 10:16 am

Root Causes :
1. When SafeSquid server unable to contact SafeSquid Subscription server you an activation issue.
2. The file(activation_key) was not uploaded correctly.
3. The file name you uploaded is other than actiavtion_key
4. After uploading the activation_key, page is showing proxy server refusing connections (SafeSquid service restart was not done properly)

Troubleshooting :
Check for activation_key file on the SafeSquid server.
Run the below command : ls -lrt /usr/local/safesquid/security/
and check for the file :
activation_key
activation_key.updates.backup
activation_key.updates

If the file was not found, then upload your activation key again and click on restart

Note : Restart SafeSquid service from SafeSquid Interface will work, only if the monit service configured properly on SafeSquid server.

Otherwise, you can directly restart the SafeSquid service from LINUX box by using below commands
/etc/init.d/safesquid stop
/etc/init.d/safesquid start

Locked