SSL_ERROR_RX_RECORD_TOO_LONG failure

Having SSL on the server line will make it try to connect SSL to the backend(Re-Encrypt), as you are not offloading the SSL this is not required.

If you do decide that you need it then add SSL to the frontend also to decrypt the SSL.

1 Like