При попытке подключиться к сайту, вываливается ошибка:
SSLCertVerificationError(1, ' certificate verify failed: unable to get local issuer certificate ….
С браузера сайт открывается.
Код подключения:
import requests url = 'https://rosreestr.gov.ru/activity/vnesenie-svedeniy-v-gosudarstvennyy-reestr-samoreguliruemykh-organizatsiy-operatorov-elektronnykh-pl/poluchenie-svedeniy-iz-reestrov-samoreguliruemykh-organizatsiy/' br = requests.session() resp = br.get(url) print('ВЫполнено')