<div dir="ltr"><div>Hello All,</div><div><br></div><div>I'm trying to establish a connection between two servers for the purpose of data sharing. </div><div><br></div><div>On my end, these are the version numbers of everything I'm using</div><div>RHEL 7.4</div><div>wget 1.14</div><div>openssl 1.0.2k-fips</div><div><br></div><div>Not sure what's on the other end, other than it is a Linux server</div><div><br></div><div>When I run the connectivity tests, these are the errors I'm getting - you can see the commands run, the output that comes back (hostname and ip address are obfuscated)</div><div><br></div><div>Any suggestions?</div><div><br></div><div>PG</div><div><br></div><div><br></div><div>[root@hostname ~]# wget <a href="https://domain.name.com:8443">https://domain.name.com:8443</a> --secure-protocol=SSLv3 --debug<br>DEBUG output created by Wget 1.14 on linux-gnu.<br> <br>URI encoding = âUTF-8â<br>Converted file name 'index.html' (UTF-8) -> 'index.html' (UTF-8)<br>Converted file name 'index.html' (UTF-8) -> 'index.html' (UTF-8)<br>--2017-10-10 22:20:20--  <a href="https://domain.name.com:8443/">https://domain.name.com:8443/</a><br>Resolving <a href="http://domain.name.com">domain.name.com</a> (<a href="http://domain.name.com">domain.name.com</a>)... <ip.address><br>Caching <a href="http://domain.name.com">domain.name.com</a> => <ip.address><br>Connecting to <a href="http://domain.name.com">domain.name.com</a> (<a href="http://domain.name.com">domain.name.com</a>)|<ip.address>|:8443... connected.<br>Created socket 3.<br>Releasing 0x000000000186e340 (new refcount 1).<br>Initiating SSL handshake.<br>SSL handshake failed.<br>Closed fd 3<br>Unable to establish SSL connection.<br> <br> <br>[root@hostname ~]# curl -k <a href="https://domain.name.com:8443">https://domain.name.com:8443</a> -insecure -v<br>* Couldn't find host <a href="http://domain.name.com">domain.name.com</a> in the .netrc file; using defaults<br>* About to connect() to <a href="http://domain.name.com">domain.name.com</a> port 8443 (#0)<br>*   Trying <ip.address>...<br>* Connected to <a href="http://domain.name.com">domain.name.com</a> (<ip.address>) port 8443 (#0)<br>* Initializing NSS with certpath: sql:/etc/pki/nssdb<br>* NSS error -5938 (PR_END_OF_FILE_ERROR)<br>* Encountered end of file<br>* Closing connection 0</div><div></div></div>