Question

How to fix SSL connect error

  • 13 March 2024
  • 1 reply
  • 30 views

Badge

Running into issues while running a workspace

f_85 (HTTPFactory): [4]: HTTP transfer error: SSL connect error
f_85 (HTTPFactory): [4]: Please ensure that your network connection is properly set up
f_85 (HTTPFactory): [4]: No proxy settings have been entered.  If you require a proxy to access external URLs, please ensure the appropriate information has been entered
f_85 (HTTPFactory): An error occurred while accessing the URL 'https://static.inaturalist.org/photos/355260564/medium.jpg'
The below feature caused the translation to be terminated
 


1 reply

Badge +10

Hi @humaira 
I just ran the workspace locally (and on few other systems) using an HTTPCaller it works for me. 
The SSL Certificate is valid and its possible that your system is missing the certificate. 
You may have to manually import the certificate by using the following steps.
Open the URL in web browser https://static.inaturalist.org/photos/355260564/medium.jpg

Click on the box next to HTTPS in the address bar → Click on Connection is Secure → Certificate is Valid 

This should open the certificate, Click on Details and Export… 
Export the certificate to you local drive and then Import to the Certificate Store (for Local Computer)
This should resolve the problem. 
 

 

 

Reply