Seeing SSL certificate error while trying to access the Wiki page using Python web scrape

Mohan Gurrampati June 16, 2022

when we try to access wiki page access we are seeing below errors continuously.Please help on the same.

 

Python code for webpage scraping
import requests
from bs4 import BeautifulSoup
url='https://wiki.ith.intel.com/display/cheetah/IPDE+OneSTA+Flow'
r = requests.get(url)
htmlContent = r.content
print(htmlContent)

Error Seen:
SSLError: HTTPSConnectionPool(host='wiki.ith.intel.com', port=443): Max retries exceeded with url: /display/cheetah/IPDE+OneSTA+Flow (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)'))

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events