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!


-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/598da95a-8479-4318-9b77-7cbd4e448862%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to