Unable to make secure connection with ethernet via Safesquid Proxy Server

General Information about how to make best use of this forum
India shubhamsarve0777
Posts: 11
Joined: Tue Aug 17, 2021 8:01 am

Unable to make secure connection with ethernet via Safesquid Proxy Server

Post by shubhamsarve0777 » Tue Sep 07, 2021 10:26 am

Description:- When I doesn't upload the certificate it shows me this error
cirtificate error.png
cirtificate error.png (46.48 KiB) Viewed 2607 times

Description:- After that I generate the certificate "from key.safesquid.com" and upload it in my Firefox browser
It show me this error
after_upload_certificate.png
after_upload_certificate.png (36.49 KiB) Viewed 2607 times
Description:- when I try to access the any site for example "www.google.com"
It show me this error

when open google_com.png
when open google_com.png (20.22 KiB) Viewed 2607 times
Last edited by shubhamsarve0777 on Tue Sep 07, 2021 12:50 pm, edited 1 time in total.

India shubhamsarve0777
Posts: 11
Joined: Tue Aug 17, 2021 8:01 am

Re: Unable to make secure connection with ethernet via Safesquid Proxy Server

Post by shubhamsarve0777 » Tue Sep 07, 2021 10:31 am

Description:- Try to analyse the problem then I got the problem in file which is messing from the certificate section
file missed.PNG
file missed.PNG (19.15 KiB) Viewed 2606 times

India makash31
Posts: 2
Joined: Wed Sep 01, 2021 11:42 am

Re: Unable to make secure connection with ethernet via Safesquid Proxy Server

Post by makash31 » Tue Sep 07, 2021 12:12 pm

Solution:

Step: 1
Remove the certificate file from
Go to this Directory through cmd line
" cd /usr/local/safesquid/security/ssl "

Type the below command to view the file inside this directory

" ls -lrth "

Delete the files (ISSUER_File.pem, common_key.pem, ROOT_X509File.cer, ROOT_PrivateKeyFile.pem)

use to following command:

" rm -f ISSUER_File.pem "
" rm -rf common_key.pem "
" rm -rf ROOT_X509File.cer "
" rm -rf ROOT_PrivateKeyFile.pem "
Screenshot (4).png
Screenshot (4).png (123.92 KiB) Viewed 2603 times

Now re-generate the certificate from key.safesquid.com and import the same into the browser.

Now restart the safesquid services using command.

" /etc/init.d/safesquid restart "

Restart the browser.

And test it by searching for google.
Screenshot (12).png
Screenshot (12).png (83.14 KiB) Viewed 2603 times

Post Reply