django-push-notifications icon indicating copy to clipboard operation
django-push-notifications copied to clipboard

CERTIFICATE_VERIFY_FAILED error while trying fcm

Open didils opened this issue 5 years ago • 2 comments

I just setup for fcm server like below but when I try test message via Django admin pannel I got "urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed"

Is there anything that I can fix this problem?

I've uploaded image that I setup and error screen.

Thank you very much for your help.

스크린샷 2019-03-15 오후 3 14 09 스크린샷 2019-03-15 오후 3 03 26 스크린샷 2019-03-15 오후 3 03 54

didils avatar Mar 15 '19 06:03 didils

For those having this issue, this worked for me : In the Finder, Open the folder Applications/Python 3.7 and double click on the script launch Install Certificates.command

After the script is executed, it should be ok

from (https://www.dev2qa.com/how-to-fix-python-error-certificate-verify-failed-unable-to-get-local-issuer-certificate-in-mac-os/)

jeryRazakarison avatar Oct 03 '19 12:10 jeryRazakarison

how to fix this issue on Ubuntu server?

  • ubuntu 18.04
  • python 2.7.15
  • certifi==2019.9.11

david-young-fax avatar Nov 16 '19 20:11 david-young-fax