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_
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