This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Description
Hey,
I am using pyota find_transactions function to retrieve transactions from one address. Till today the function was working as intended however now I get the following error:
SSLError: HTTPSConnectionPool(host='nodes.devnet.iota.org', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1123)')))
Initially I was connected to my VPN and thought that might be the reason but I get the same error without VPN too
Version
Which version of the library are you running?
- PyOTA Version: 2.1.0
- Python Version: 3.8
IOTA network
Environment
- Operating system: Windows 10
Steps To reproduce the bug
Run the fetch data code in following link: https://pyota.readthedocs.io/en/latest/tutorials.html#fetch-data
Expected behaviour
The transactions should be retrieved from address
Actual behaviour
Get the following error:
Errors
SSLError: HTTPSConnectionPool(host='nodes.devnet.iota.org', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1123)')))