# curl -4 -I "https://centreon.domain.com"HTTP/2 302server: nginxdate: Thu, 18 Mar 2021 20:57:53 GMTcontent-type: text/html; charset=iso-8859-1location: http://centreon.domain.com/centreon
# curl -6 -I "https://centreon.domain.com"HTTP/2 302server: nginxdate: Thu, 18 Mar 2021 20:58:02 GMTcontent-type: text/html; charset=iso-8859-1location: http://centreon.domain.com/centreon
# curl -4 -I "https://centreon.domain.com"HTTP/2 302server: nginxdate: Thu, 18 Mar 2021 20:56:21 GMTcontent-type: text/html; charset=iso-8859-1location: http://centreon.domain.com/centreon
# curl -6 -I "https://centreon.domain.com"curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to centreon.domain.com:443
# curl -4 -I "http://ocsp.domain.com"HTTP/1.1 200 OKServer: nginxDate: Thu, 18 Mar 2021 21:16:37 GMTContent-Type: application/ocsp-responseContent-Length: 5Connection: keep-alive
# curl -6 -I "http://ocsp.domain.com"curl: (56) Recv failure: Connection reset by peer