Github messages for voidlinux
 help / color / mirror / Atom feed
From: imrn <imrn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Python SSL support is unavailable
Date: Sat, 16 May 2020 17:21:29 +0200	[thread overview]
Message-ID: <20200516152129.fIIUZVxGwa56PvtuMH-Ef-dI1lysYvKOFikGtTpFPWg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21994@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 537 bytes --]

New comment by imrn on void-packages repository

https://github.com/void-linux/void-packages/issues/21994#issuecomment-629645150

Comment:
Non-SSL version just works. (Note 'HTTP' below. 'S'. is absent)
I guess the problem is between python and libressl.
But I can not understand why it is specific to my machine.
How can I find it? Any ideas?

```python3
#!/bin/python3
import http.client
conn = http.client.HTTPConnection("www.python.org")
conn.request("GET", "/")
r1 = conn.getresponse()
print(r1.status, r1.reason)
```


  parent reply	other threads:[~2020-05-16 15:21 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-15 19:45 [ISSUE] " imrn
2020-05-15 19:52 ` Hoshpak
2020-05-15 19:58 ` Hoshpak
2020-05-15 21:20 ` q66
2020-05-16  3:51 ` sgn
2020-05-16  4:52 ` fosslinux
2020-05-16  8:07 ` imrn
2020-05-16  8:07 ` imrn
2020-05-16 11:46 ` imrn
2020-05-16 12:02 ` Chocimier
2020-05-16 12:02 ` Chocimier
2020-05-16 12:17 ` imrn
2020-05-16 12:21 ` Chocimier
2020-05-16 12:54 ` imrn
2020-05-16 12:58 ` imrn
2020-05-16 13:02 ` imrn
2020-05-16 13:14 ` imrn
2020-05-16 13:23 ` imrn
2020-05-16 15:21 ` imrn [this message]
2020-05-16 15:22 ` imrn
2020-05-16 18:00 ` imrn
2020-05-16 18:00 ` [ISSUE] [CLOSED] " imrn
2020-05-16 18:49 ` imrn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200516152129.fIIUZVxGwa56PvtuMH-Ef-dI1lysYvKOFikGtTpFPWg@z \
    --to=imrn@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).