Trying to setup a virtual host with SSL enabled on my opdk setup here. No matter what SSL certficate we use (Verisign/selfsigned) , we are not able to make a successful connection to the VH.
Opdk version: 15.04
# mycurl http://localhost:8080/v1/o/myorg/e/myenv/virtualh...
{ "hostAliases" : [ "api-perf.mydomain.com", "api-perf.mydomain.com:*" ], "interfaces" : [ "eth0" ], "name" : "TEST_SSL_VH", "port" : "7443", "sSLInfo" : { "ciphers" : [ ], "clientAuthEnabled" : false, "enabled" : true, "ignoreValidationErrors" : false, "keyAlias" : "TestSSLKeystore", "keyStore" : "TestSSLKeystore", "protocols" : [ ] } }
# openssl s_client -connect 10.10.2.36:7443 CONNECTED(00000003) 139755188246176:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:177: --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 0 bytes and written 225 bytes --- New, (NONE), Cipher is (NONE) Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE ---