Am Dienstag, 12. Dezember 2017 14:33:42 UTC+1 schrieb Jon Ribbens:
> On 2017-12-11, F Massion wrote:
> > ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
> > (_ssl.c:748)
>
> Try `pip install certifi`
certifi was installed.
If I make the following changes I do not have t
On 2017-12-11, F Massion wrote:
> ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
> (_ssl.c:748)
Try `pip install certifi`
--
https://mail.python.org/mailman/listinfo/python-list
F Massion writes:
> ...
> I would like to get information from Wikipedia articles and I am testing the
> connection to Wikipedia.
>
> I am running Python 3.6.2 on Windows 10.
>
> I get certificate errors for all pages with https.
> Any suggestions are welcome!
> ...
> self._sslobj.do_handsh
Install pyopenssl package and try again?
Original Message
On 11 Dec 2017, 16:44, F Massion wrote:
> Hi,
>
> I would like to get information from Wikipedia articles and I am testing the
> connection to Wikipedia.
>
> I am running Python 3.6.2 on Windows 10.
>
> I get certificate