Solved

Facing SSL while using CDF SDK.

  • 14 October 2022
  • 5 replies
  • 119 views

I am trying to read timeseries data from CDF on my local but facing SSL Error also showing cognite.client.exceptions.CogniteConnectionError.

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997) 

 

icon

Best answer by Mithila Jayalath External 14 October 2022, 14:36

View original

5 replies

Userlevel 6
Badge

@Mithila Jayalath would you be able to look at this? 

Userlevel 2
Badge

@Dhande Rushikesh 

The error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed usually originates as a result of not having up-to date certificates or as a result of some internal firewall interceptions and not as a result of Cognite's SDK/API. 
 
I would suggest initially checking if there are any internal certificates that are blocking external requests and possibly try updating your python certifi package which could also help resolve the issue.

If that doesn’t work can you try using a diffrent network and check? 

Hi @Mithila Jayalath External 

I have already update certifi package and also try with different network but same issue persist.

Userlevel 3

Hi Rushikesh,

As you are aware we are further troubleshooting the issue in the support ticket you created for this. We’ll keep you updated via that and close this thread. 

Best,

Carin

Badge

Hi
I am facing same issue today. Does anybody already have solution?

Reply