The handshake failure continues to fail when connecting server to server ssl.

Asked 1 years ago, Updated 1 years ago, 95 views

Hello, everyone I'm inquiring about ssl linkage.

We are adding HTTPS interface as a new server-to-server. However, if you send client hello when you connect to SSL, Alert (Level: Fatal, Description: Handshake Failure) is being issued in response. Can you tell me what's wrong?

The current OS, openssl, and java versions are as follows:

$ cat /etc/issue Red Hat Enterprise Linux Server release 5.2 (Tikanga) Kernel \r on an \m

$ openssl version OpenSSL 0.9.8b 04 May 2006

$ java -version java version "1.5.0_22"

If you look at the log, when you send a client hello message, you are setting sslv2 to TLS1.0. I think this is the problem I'm inquiring like this because I don't know how to modify it. For your information, I am attaching a request message wireshark capture video.

Thank you in advance. ~~

openssl handshake-failure

2022-09-22 15:56

1 Answers

The entire handshake process is needed, and it is most necessary to see which packets are coming from the other party.

If the server side doesn't allow TLS_1.0 version, that's not good


2022-09-22 15:56

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.