0

I am getting SSL Cert Verification error while running python code in jupyter notebook. This is happening on in few systems but working fine in my system. Can anyone please help with this.

I tried reinstalling jupyter notbook mulitple times and used different network but still issue is same.

1 Answers1

0

It could be a problem with your installation, but it could also be a problem with the remote system if it's doing something like:

  • Using a self-signed certificate.
  • Using a corporate certificate that's trusted by your OS but not part of the certifi package.
  • Using a cipher that's too weak in newer versions of Python.
  • Using a certificate that's otherwise fine but doesn't match the site being accessed.

If you could include the precise code being used and error being returned, that would help narrow down the problem.

David A
  • 344
  • 1
  • 4