Saravanan_M_K
Sep 05, 2019Employee
Just to be more accurate, the below sentence:
Disabling DHE cipher on back-end server did the trick to fix the above error.
can be modified to:
Disabling non-RSA key exchange on back-end server did the trick to fix the above error. (since proxy SSL only support RSA key exchange)
(non-RSA: DH, DHE, ECDH, ECDHE, PSK, etc.)