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

Posted at Nginx Forum: 
https://forum.nginx.org/read.php?2,287720,287720#msg-287720

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to