I'm trying to hit an endpoint behind an ingress which requires a certificate to get past.
Nginx requires a signed certificate to be able to make a call.
From a web browser, i can hit the endpoint using the .p12 certificate installed
From Postman, I can go into Settings > Certificate > add certificate crt and key, password and baseURL/port, and successfully hit the endpoint
If I use the code generated by postman and paste it into a terminal (cURL) , it does NOT work
If I use the code generated by postman and create a nodeJS script and execute it, it does NOT work.
I'm wanting to hit the end point but keep getting a 400 no SSL included error at response.
ANY assistance will be truly appreciated!