go to post Zach Shamshovich · Mar 23, 2018 Thanks for all your help. I was finally able to get the communication working by unchecking the SSLv3 Protocol in the configuration.
go to post Zach Shamshovich · Mar 22, 2018 Here is what I am seeing in the log. Does this help? SSL/TLS configuration: VeratoSSL03/22/18-17:50:54:296 (15940) 0 Cipher list: ALL:!aNULL:!eNULL:!EXP:!SSLv203/22/18-17:50:54:297 (15940) 0 Certificate file: C:\Zak\verato\northwell.cer03/22/18-17:50:54:297 (15940) 0 Setting private key file encryption password03/22/18-17:50:54:298 (15940) 0 Private key file: C:\Zak\verato\northwell.pem03/22/18-17:50:54:302 (15940) 0 Peer verification option = 0, certificate depth = 903/22/18-17:50:54:302 (15940) 0 SSL/TLS client requested.03/22/18-17:50:54:336 (15940) 0 SSL/TLS error return from SSL_connect().03/22/18-17:50:54:336 (15940) 0 SSL_ERROR_SSL: protocol error03/22/18-17:50:54:337 (15940) 0 error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure03/22/18-17:50:54:338 (15940) 0 TPXMIT saw TCP device fail03/22/18-17:50:58:355 (3336) 0 tpopen for host 127.0.0.1 device number 62975 port 62975 mode 0x8088 tcpmode 0x0 terminators ibfsz 1024 obfsz 1024 queuesize 5 timeout 4 tcpsbuf=0 tcprbuf=0, XY=on, BINDTO=03/22/18-17:50:58:356 (3336) 0 TCPConnect: SNDBUF sys size=64512, dev size=003/22/18-17:50:58:357 (3336) 0 TCPConnect: RCVBUF sys size=8192, dev size=003/22/18-17:50:58:359 (3336) 0 TCP connected to site 127.0.0.1 port 6297503/22/18-17:50:58:360 (3336) 0 StreamInit: SNDBUF sys size=64512, dev size=003/22/18-17:50:58:361 (3336) 0 StreamInit: RCVBUF sys size=8192, dev size=003/22/18-17:51:08:364 (3336) 0 tpopen for host 127.0.0.1 device number 62975 port 62975 mode 0x8088 tcpmode 0x0 terminators ibfsz 1024 obfsz 1024 queuesize 5 timeout 4 tcpsbuf=0 tcprbuf=0, XY=on, BINDTO=03/22/18-17:51:08:366 (3336) 0 TCPConnect: SNDBUF sys size=64512, dev size=003/22/18-17:51:08:367 (3336) 0 TCPConnect: RCVBUF sys size=8192, dev size=003/22/18-17:51:08:369 (3336) 0 TCP connected to site 127.0.0.1 port 6297503/22/18-17:51:08:371 (3336) 0 StreamInit: SNDBUF sys size=64512, dev size=003/22/18-17:51:08:372 (3336) 0 StreamInit: RCVBUF sys size=8192, dev size=0
go to post Zach Shamshovich · Mar 22, 2018 Thanks for the replyI am trying to populate an SSL\TLS configuration so that I can use it in SOAP business operation to call a third party web service.They have also supplied me with CER and PEM files (instead of JKS) which I used to populate the configuration but I am getting ERROR #988: SSL handshake failed when I test the configuration.