# Pastebin vgE5kIfL root@otc:~/test_octavia# curl -v --cacert www.server2.com.crt --cert client/client1.pem http://www.server2.com:8001/test/index.html -L * Trying 172.24.4.14... * Connected to www.server2.com (172.24.4.14) port 8001 (#0) > GET /test/index.html 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:8001/test/index.html < Connection: close < * Closing connection 0 * Issue another request to this URL: 'https://www.server2.com:8001/test/index.html' * Hostname www.server2.com was found in DNS cache * Trying 172.24.4.14... * Connected to www.server2.com (172.24.4.14) port 8001 (#1) * found 1 certificates in www.server2.com.crt * found 596 certificates in /etc/ssl/certs * ALPN, offering http/1.1 * gnutls_handshake() failed: An unexpected TLS packet was received. * Closing connection 1 curl: (35) gnutls_handshake() failed: An unexpected TLS packet was received.