chargebee / chargebee-python

Python library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=python
MIT License
41 stars 32 forks source link

CERTIFICATE_VERIFY_FAILED #60

Open ekampf opened 8 months ago

ekampf commented 8 months ago

Description of the Bug

Getting CERTIFICATE_VERIFY_FAILED on all API calls suddenly. It seems Chargebee updated their SSL certificate but not the ca-certs.crt used for SSL validation and its now failing.

Steps to reproduce

Make any API call using Python SDK

Expected Behavior

Should not fail on certificate verification

Code Snippets (if applicable)

No response

Operating System

macOS

Language version

Python 3.11.7

Library version

2.35.0

Additional context

No response

github-actions[bot] commented 8 months ago

Hello @ekampf, thank you for raising the issue. Your contribution is greatly appreciated and we look forward to addressing it.

cb-sriramthiagarajan commented 6 months ago

Hi @ekampf, I'm sorry for the delay in response.

This is working fine for us in v2.35.0. Can you please share more details about the error that you're seeing?

cb-sriramthiagarajan commented 5 months ago

Hi @ekampf, can you please confirm if you're still facing this issue?