SSL certificate issue
See original GitHub issueHi,
I am getting error:
SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)
Could you help me with this?
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
What Do SSL Certificate Errors Mean: Causes & How to Fix ...
An SSL certificate error occurs when the browser cannot verify the SSL certificates returned by the server. When the error happens, the browser ......
Read more >SSL Certificate Errors
There are several problems that can occur when ordering, installing and using a certificate. Here are some common SSL certificate errors and how...
Read more >Certificate Not Trusted | View Security Certificate Errors
The most common cause of a "certificate not trusted" error is that the certificate installation was not properly completed on the server (or...
Read more >How to Tackle Wrong or Invalid SSL Certificate Error - AboutSSL
How to Fix SSL/TLS Certificate Error – Invalid SSL Certificate Error · First, verify whether the Firewall or Antivirus program is interrupting SSL...
Read more >Common SSL Certificate Errors and How to Fix Them
Common SSL Certificate Errors and How to Fix Them · Choosing the Right Approval Method · Private Key Missing · SAN Compatibility ·...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am checking. Sorry for being late. I will release the updated version to at least
2020-05-31 20:00:00
KST or comment on the issue.I did run script after install. But it doesn’t work. Could you help me?
<script> from google_play_scraper import app result = app( 'com.nianticlabs.pokemongo', lang='en', # defaults to 'en' country='us' # defaults to 'us' ) <error message> urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1122)>