karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
298 stars 106 forks source link

Slow response on filerequest with SSL #340

Closed Calypso971 closed 1 year ago

Calypso971 commented 3 years ago

I noticed a very slow response when I do a request on Icecast-KH (I use the latest version) through SSL. I query an XSL file, but when I just use a textfile, the same happens.

Without SSL, response times are as expected: 60, 70 ms. On a SSL request, response times instantly rise to 500, 600 ms. The strange thing is, when I use a normal IceCast (2.4.4), also compiled by myself, on the same machine, exactly the same configuration, response on SSL requests are normal again (so 60, 70 ms). So compiled against the same libraries, no changes in (system) configuration, etc...

OS: Ubuntu 20.04.1 LTS, KH15 version of IceCast compared to 2.4.4. Using Let's Encrypt certificate. In case other details are needed, let me know.