You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
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
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?
IOTA network
Environment
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)')))
The text was updated successfully, but these errors were encountered: