Re: nginx proxy without ssl termination

2022-11-20 Thread Payam Chychi
rough HTTPS which is already set up on > the server. I was wondering whether it would be possible to configure nginx > proxy without SSL termination. > > I currently have this as a configuration > > server { > listen 6442; > location / { > proxy_

nginx proxy without ssl termination

2022-11-20 Thread masber masber
ld be possible to configure nginx proxy without SSL termination. I currently have this as a configuration server { listen 6442; location / { proxy_pass https://kubeapi-vip.local:6442$uri$is_args$args; } } This works for HTTP but I am getting the following