Hi.
I try this python code in LibreOffice 6.2.2 under Win 10:

from urllib.request import urlopen
url = 'https://google.com'
file = urlopen(url)
html = file.read()

And get error: <class 'urllib.error.URLError'>: <urlopen error unknown url
type: https>........

Python in LibreOffice don't support https? 

HTTPS support is only available if the socket module was compiled with SSL
support.

What can I do to enable https?

Thanks.



--
Sent from: 
http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to