certifiをimportしてurlopenの引数でcafile=certifi.where()を加える。
1 2 3 |
import certifi ... urllib.request.urlopen("https://ambiesoft.com/", cafile=certifi.where()) |
certifiをimportしてurlopenの引数でcafile=certifi.where()を加える。
1 2 3 |
import certifi ... urllib.request.urlopen("https://ambiesoft.com/", cafile=certifi.where()) |