Your message dated Sun, 30 Sep 2018 17:29:56 +0200
with message-id <[email protected]>
and subject line curl: Got "empty reply from server" error on some HTTPS 
websites
has caused the Debian Bug report #773845,
regarding curl: Got "empty reply from server" error on some HTTPS websites
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
773845: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773845
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: curl
Version: 7.38.0-3
Severity: important

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Dear Maintainer,


- -- Systemn HTTPS webpage, I got an error:
'curl: (52) Empty reply from server'

How to reproduce it:
  curl "https://nicolas.steinmetz.fr/blog/feed/atom"; -D - -v

Also tried, and failed, with curl version 7.26.0-1+wheezy10 from Wheezy.

Other tests I've done, which all succeed:

With openssl:
  openssl s_client -connect nicolas.steinmetz.fr:443 -servername 
nicolas.steinmetz.fr
followed by
  GET /blog/feed/atom HTTP/1.1
  Host: nicolas.steinmetz.fr

With wget:
  wget https://nicolas.steinmetz.fr/blog/feed/atom

with python-pycurl:
  import pycurl
  from StringIO import StringIO
  buffer = StringIO()
  c = pycurl.Curl()
  c.setopt(c.URL, 'https://nicolas.steinmetz.fr/blog/feed/atom')
  c.setopt(c.WRITEDATA, buffer)
  c.perform()
  c.close()
  body = buffer.getvalue()
  # Body is a string in some encoding.
  # In Python 2, we can print it without knowing what the encoding is.
  print(body)

Regards,
Jean Baptiste Favre

- - -- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages curl depends on:
ii  libc6     2.19-13
ii  libcurl3  7.38.0-3
ii  zlib1g    1:1.2.8.dfsg-2+b1

curl recommends no packages.

curl suggests no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJUmffmXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0RTg0NUJBMjMwQ0I0RDQ0ODkwNjk4NDdC
NERENTM2QUNGN0Q4NzM3AAoJELTdU2rPfYc3doMQANc85ORl8pnbXu8lR4P5F3VV
wnWxEUQAotpWqbsxXDYWNv3WsrvwH1FB1jJE8jUiGUA6G1O+842QF/eQ5jtC8baP
2vr1yaLZwO5o+UIl52M7Z8YVHy8nP7Po/i5E5MSdaXTvUOAB3N4FRJBhsfVBojqv
nvP9iZ0G7UTAknJ5ggQ5e00CiTyspJLUmz+a7kYVe6cupnQI2ZMfWL1pVfXwG9av
gaq8OZ4mxChxlikRLUtLZdR9vQ9eljJYALqufkwX5mQQ85/BBuFTgfIGdOxEQlCA
Uosa/UNZFxcSZJicumrL6/FHdoG7vQOmO7cBxIcYqQj+Gbw8YgklZgBoP+i9u2+8
tAcnwBQ8x8GOXxH4+vrO4aZCXFt7qaL77inxtlGk198p1NBF6hqKlPI4D/L2oWLT
sBy97fiz3Gt6Mv7HBFU5VJaGeOTEbRTVsBOqj7/54tX9vtEeDSQfY1cxAeB7N3VP
je5TgDwevwycKxuzV41plmVXd0qM7xNyjZJExZCzteaP1myJP0kOaicJzb7ga6PU
Zs+DN+eQMwoulvlt2+FX7NsrDU1DQKhyT2xaW6C2RjNlZxf8KhrEfWkKm+5YatfE
H0rDZuhe/ulF4GD9gXfF/T2UkUhNyTJHpUHAD02z1hR8S0YsGJl/5mhyfCG2u5cn
JkjN6I4B2PJsl8jk2ozP
=LTDX
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to