Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

SSLError: HTTPSConnectionPool(host='nodes.devnet.iota.org', port=443) #340

Open
UgurHalden opened this issue Nov 8, 2020 · 0 comments
Open
Labels

Comments

@UgurHalden
Copy link

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)')))

@UgurHalden UgurHalden added the bug label Nov 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant