Welcome! Log In Create A New Profile

Advanced

Configuration of SSL Termination through NGINX Faillling

April 20, 2020 05:32AM
Hi ALL,

I am trying to configure SSL termination at NGINX LB so that the backend application can be accessed through the HTTP Port .this fails with
400 Bad Request
The plain HTTP request was sent to HTTPS port

Can some one please point what is wrong here ..Here NGINX is running on a K8S Instance .
Here is my tls.yaml file ..
==============
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: soangssl-ingress
namespace: soans
spec:
tls:
- hosts:
- k8sdev1-1.subnet2ad3phx.paasinfratoophx.oraclevcn.com
secretName: domain1-tls-cert-nginx
rules:
- host: k8sdev1-1.subnet2ad3phx.paasinfratoophx.oraclevcn.com
http:
paths:
- path: /con
backend:
serviceName: soainfra-adminserver
servicePort: 7001
=====================

Regards,
Basanta
Subject Author Posted

Configuration of SSL Termination through NGINX Faillling

Basanta April 20, 2020 05:32AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 262
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready