New comment by Hoshpak on void-packages repository https://github.com/void-linux/void-packages/issues/21994#issuecomment-629450841 Comment: Works fine for me: ``` >>> import http.client >>> conn = http.client.HTTPSConnection("www.python.org") >>> conn.request("GET", "/") >>> r1 = conn.getresponse() >>> print(r1.status, r1.reason) 200 OK ``` Please supply some more pieces of information about your system as laid out in the issue template.