gaoliang / pypushdeer

PushDeer SDK for Python.
https://pypi.org/project/pypushdeer/
MIT License
85 stars 14 forks source link

SSLError #7

Closed Leevan-Zhang closed 4 months ago

Leevan-Zhang commented 4 months ago

Hello , When I tried to send message to pushdeer I got this error: urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002) requests.exceptions.SSLError: HTTPSConnectionPool(host='api2.pushdeer.com', port=443): Max retries exceeded with url: /message/push?pushkey=***key*** retries exceeded with url: /messaIeJnC&text=***text***&type=text&desp=***desp*** (Caused by SSLErr%A7%AF%E5%88%86&type=text&desp=***desp***(or(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failcate verify failed: unable to get loed: unable to get local issuer certificate (_ssl.c:1002)')))

python version 3.11.4 urlib3 version 2.21

Is that the server error?

Really appreciate!

Leevan-Zhang commented 4 months ago

Sorry I tried with another machine and it works, I have no idea about it. Seems it happened on network issue.