Hi, We have a master client (developed using TIBCO\BW) which calls a HTTP web service and got URI and port dynamically back. From the output (the URI and port) we need these as input and would call another web service. The issue occurs because we don’t have the full certificate. Since we get the web service dynamically so it is difficult for us to import the certificate beforehand.
Now we are planning to use openssl ( as a command line execution from TIBCO process) to get the certificates as below: openssl s_client -showcerts -host <<HOST>> -port <<PORT>> But in few case for our internal site (mail.cognizant.com) we are able to get the certificates but for our one such actual web service (host 10.238.9.126 -port 3106)we are not able to retrieve the certificates. Is there something I am missing...do we have to open any port to access this? we are getting below error: --------------------------------------- Loading 'screen' into random state -connect: No such file or directory done connect:errno=0 ---------------------------------------- Could you please guide us on this. Thanks in advance for your help / any inputs. Thanks and Regards, Sukumar ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org