# Pastebin DU882nOF root@otc:~/test_octavia# curl -v --cacert www.server2.com.crt --cert client/client1.pem http://www.server2.com:8001 -L * Rebuilt URL to: http://www.server2.com:8001/ * Trying 172.24.4.14... * Connected to www.server2.com (172.24.4.14) port 8001 (#0) > GET / HTTP/1.1 > Host: www.server2.com:8001 > User-Agent: curl/7.47.0 > Accept: */* > < HTTP/1.1 302 Found < Cache-Control: no-cache < Content-length: 0 < Location: https://www.server2.com:4447 < Connection: close < * Closing connection 0 * Issue another request to this URL: 'https://www.server2.com:4447' * Rebuilt URL to: https://www.server2.com:4447/ * Trying 172.24.4.14... * Connected to www.server2.com (172.24.4.14) port 4447 (#1) * found 1 certificates in www.server2.com.crt * found 596 certificates in /etc/ssl/certs * ALPN, offering http/1.1 * SSL connection using TLS1.2 / ECDHE_RSA_AES_256_GCM_SHA384 * server certificate verification OK * server certificate status verification SKIPPED * common name: www.server2.com (matched) * server certificate expiration date OK * server certificate activation date OK * certificate public key: RSA * certificate version: #1 * subject: C=NZ,ST=Wellington,L=Wellington,O=Catalyst,OU=Lingxian,CN=www.server2.com * start date: Sat, 25 Aug 2018 02:52:12 GMT * expire date: Tue, 22 Aug 2028 02:52:12 GMT * issuer: C=NZ,ST=Wellington,L=Wellington,O=Catalyst,OU=Lingxian,CN=CA * compression: NULL * ALPN, server did not agree to a protocol > GET / HTTP/1.1 > Host: www.server2.com:4447 > User-Agent: curl/7.47.0 > Accept: */* > * HTTP 1.0, assume close after body < HTTP/1.0 200 Ok < Welcome to 10.0.0.22 * Closing connection 1 root@otc:~/test_octavia#