Re: [openssl-users] Troubleshooting SSL connections

2017-11-02 Thread Paul Greene
Yes. I've made captures on both - the production client that I manage and the test client I have at home. On the production client, the conversation lasts only 8 packets - the initial 3 way handshake, my client sends a PUSH packet, gets an ACK from the upstream, and then the upstream sends a FIN

[openssl-users] Troubleshooting SSL connections

2017-11-02 Thread Paul Greene
Hello All, I've got two servers that need to communicate with each other using SSL. The applications that are supposed to talk to each other are custom in house applications. When I try to connect to the upstream server, you can see the initial connection established - "Connecting to

Re: [openssl-users] troubleshooting ssl errors

2017-10-11 Thread Paul Greene
at 5:10 AM, Matt Caswell <m...@openssl.org> wrote: > > > 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 "--se

[openssl-users] troubleshooting ssl errors

2017-10-10 Thread Paul Greene
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