Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Error:14082174:SSl routines;ssl3_check_cert-and-algorithm:dh key too small:openssl\ssl\s3_clnt.c3615

Not applicable

img-20160519-081104.jpgimg-20160519-081506-1.jpgimg-20160519-081717.jpg

I am running my automation scripts to test end point with https, I am getting the following error:

Error:14082174:SSl routines;ssl3_check_cert-and-algorithm:dh key too small:openssl\ssl\s3_clnt.c3615

I am attaching the mock.js and FunctionalTest.feature screen shots.

Could you please suggest me where is the problemm.

This request is working in Postman and SOAP UI. The same headers I am sending in the script.

I would appreciate for your early response.

Solved Solved
0 4 2,035
1 ACCEPTED SOLUTION

Not applicable

Hi @Veeraprasad Therukalla,

Are you testing directly the TIBCO end-points (without Apigee Edge in between) or testing proxy deployed at Apigee Edge which in-turn connects to TIBCO end-points? I guess, first is the scenario.

My guess is TIBCO server is using less secure DH (Diffie-Hellman) keys during the TLS handshake. Recent version of OpenSSL enforces a non-weak DH key. Most probable fix is to upgrade/fix their software at server side or at client side, use compatible (/older) SSL lib (libssl n.x.y).

Regards, Rajesh Doda

View solution in original post

4 REPLIES 4