rakyll / hey

HTTP load generator, ApacheBench (ab) replacement
Apache License 2.0
18k stars 1.19k forks source link

Get https://www.example.com/: remote error: tls: internal error #194

Closed berti34 closed 5 months ago

berti34 commented 4 years ago

Hi,

running a request to a website with port number and the webserver then replies HTTP 301 to a https adress results in an TLS error:

hey_linux_amd64 -m GET -n 1 -c 1 'http://www.bild.de:80/'
...
  [1]   Get https://www.bild.de/: remote error: tls: internal error
JohnStarich commented 2 years ago

This is happening for me as well, even on https://...:443. Removing the port number from my URL as a work-around fixed the error.

moraesjeremias commented 8 months ago

This is happening for me as well, even on https://...:443. Removing the port number from my URL as a work-around fixed the error.

It worked, TYSM @JohnStarich!