Skip to main content
Answer

Facing SSL while using CDF SDK.

  • October 14, 2022
  • 5 replies
  • 180 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) 

 

Best answer by Mithila Jayalath

@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? 

5 replies

Anita Hæhre
Seasoned Practitioner
Forum|alt.badge.img+1
  • Head of Community
  • October 14, 2022

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


Mithila Jayalath
Seasoned Practitioner
Forum|alt.badge.img+8
  • Seasoned Practitioner
  • Answer
  • October 14, 2022

@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.


  • Seasoned Practitioner
  • October 18, 2022

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


Forum|alt.badge.img

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