Thanks for the response Matt. The SSL 3 switch was one of many that were
tried just for the sake of testing. I tried a few other switches, but am
getting the same results.
I did a tcpdump of the attempted connection, and you can see that the
initial connection is established, but the connection is
On 11/10/17 03:57, Paul Greene wrote:
> [root@hostname ~]# wget https://domain.name.com:8443
> --secure-protocol=SSLv3 --debug
> DEBUG output created by Wget 1.14 on linux-gnu.
The "--secure-protocol=SSLv3" bit looks suspect. According to the wget
man page this forces only SSLv3 to be negotiated
Hello All,
I'm trying to establish a connection between two servers for the purpose of
data sharing.
On my end, these are the version numbers of everything I'm using
RHEL 7.4
wget 1.14
openssl 1.0.2k-fips
Not sure what's on the other end, other than it is a Linux server
When I run the connectiv