Showing Unable to verify first certificate. #6534
Replies: 2 comments 6 replies
-
@sohagRudra can you please give us more details on what your configuration looks like i.e. ingress, svc and deployment? |
Beta Was this translation helpful? Give feedback.
6 replies
-
Hi @sohagRudra, since you're not using Nginx Ingress Controller, may I suggest you open a discussion in official Nginx github repo please. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when user do any https request(destination port-443) I am converting it to port 81 as http resuest.From there I am doing some processing and after that I am converting the destination port to 443 again.So basically I am trying to decode https into http and again encoding it to https.But when I am sending any https request through postman First the request is getting converted to http as I am getting some log in my processing.But then I think some issue happening while converting the http to https as I am getting 502(Bad Gateway) response and It is showing unable to verify first certificate.I have the same certificate and key while decoding and encoding.Can any one please give some insights on this?It is very urgent for me to figure out.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions