Christian Sädtler

Results 4 comments of Christian Sädtler

Hi @rhlr, TCP is correct. If you switch to TLS, then the NLB does the SSL termination. This is exactly not what you want. ERR_SSL_PROTOCOL_ERROR means that the browser was...

This will not work. You need to integrate redis to achieve what you want. Another recommendation is to separate the SSL offloading from your backend containers as an own service...

SSL offloading = httpshttp translation SSL offloading in that context means, that you do your ssl offloading (this is basically what lua-resty-auto-ssl does + the auto ssl stuff) separate. Means...

Is there any progress on that issue?