woocommerce / wc-api-python

A Python wrapper for the WooCommerce API.
https://pypi.org/project/WooCommerce/
MIT License
212 stars 112 forks source link

Problem with new format of Let's Encrypt certificate #74

Closed nicothebrush closed 3 years ago

nicothebrush commented 3 years ago

Hello, since 2 days I have problem using wcapi (Debian 8, Python 2.7) with my HTTPS web site, the problem is the new format of Let's encrypt certificate (read: https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/) I see in requests module, not the best practice but could work for now, I can pass verify=False as parameter during HTTP call, is there a similar parameter also in wcapi connection? Thanks for any reply Bye Nicola

nicothebrush commented 3 years ago

ok... find the parameter: https://github.com/woocommerce/wc-api-python/blob/003e29937e1059c12fb08ff81732bbb61afc6bbf/woocommerce/api.py#L31