21-Aug-2020
09:14
- last edited on
05-Jun-2023
23:04
by
JimmyPackets
I have a new pre-prod HTTPS virtual server. One server in the pool, passing health checks, and the virtual server has zero iRules associated to it.
When I run a curl request to the virtual server, the LTM log is returning errors.
curl --location --request GET 'https://10.10.10.10:443' \
--header 'Host: app.example.com'
curl: (56) LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
I get a successful response from the F5 to the back-end server.
Running version 13.1.3.4.
21-Aug-2020 09:26
I created a custom HTTP profile for this application and put the header size up to 2048. I don't think my browser or CURL request is going to be adding a bunch of headers however.