Re: nginx ssl stream termination for MySQL backends

2023-01-07 Thread Maxim Dounin
Hello! On Sat, Jan 07, 2023 at 10:48:31PM +0530, Vishwas Bm wrote: > Below is the use case which I am trying: > > client--->nginx stream(ssl termination) ---> MySQL Db > > Connection between nginx and MySQL db is unencrypted. > > When I send ssl request using MySQL client, I am getting ssl han

nginx ssl stream termination for MySQL backends

2023-01-07 Thread Vishwas Bm
Hi, Below is the use case which I am trying: client--->nginx stream(ssl termination) ---> MySQL Db Connection between nginx and MySQL db is unencrypted. When I send ssl request using MySQL client, I am getting ssl handshake timeout error. I do not see client hello from client in tcpdump capture