Localhost or 127.0.0.1 development SSL issue #356
Unanswered
andrewscul
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone help with the correct way to configure a local settings file so that the localhost 127.0.0.1 development server which runs on http:// does not cause an SSL certificate error on any form which contains the recaptchav3 widget?
I have set up a domain on google as localhost and 127.0.0.1 and set the keys as well as:
RECAPTCHA_REQUIRED_SCORE = 0.0
SILENCED_SYSTEM_CHECKS = ['django_recaptcha.recaptcha_test_key_error']
These settings result in:
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>
Beta Was this translation helpful? Give feedback.
All reactions