Python Forum
Thread Rating:
  • 2 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Local Issuer Certificate
#1
Hi there,
I am trying to access a webpage using Python.

import urllib.request
page = urllib.request.urlopen("https://www.sikayetvar.com/arcelik").read()
print (page)
This code gives the following error:
Error:
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1045)>
I am new to this programming language and I would be very grateful if you guys could help. Thank you in advance Angel
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Need to access Windows Machine or Personal Certificate Store and send to web app seswho 0 1,647 Sep-14-2020, 04:57 PM
Last Post: seswho

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020