The bellow code fails with "certificate verify failed" error. Earlier, it used to work.
Any idea why it fails? (I have certifi==2020.6.20)
import requests
url = 'https://net.cib.hu/ebroker/arfolyamok/cib_alapok_arfolyam/index?defaultLanguage=hungarian'
content = requests.get(url).text