Trying to understand SSL Handshake -


I have two servers communicating over SSL Server1 initiates an SSL connection from server 2 on SSL. Server 1 has a keystore with a key of 1k, while there is a keystore with 2K keying in Server 2 whether the SSL channel will be installed or will it fail? Where is this exchange or conversation actually in handshake?

I have two servers communicating over SSL Server 1 on SSL Server 2 to SSL Connection begins.

In this case server1 is the customer's server2.

Server 1 has a keystore with a key of 1k, while Server 2 has a keystore with 2k chassis.

The sizes are irrelevant.

Will the SSL channel be installed or will it fail?

Only with the information of this volume is it impossible to say what happened when you tried? The important thing is that there is an important pair in server2 and its keystore has a certificate that is trusted by server1's trust.

Where exactly can this exchange or conversation happen?

The error, handshake is , does not understand the negotiation question.

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -