I have configured tomcat to accept ssl connection by configuring the keystore. since my tomcat server handles application specific rest api calls. I want to setup a node-proxy server to proxy the request for https to tomcat, can anyone please educate me regarding how to achieve this.
Asked
Active
Viewed 491 times
1 Answers
0
you should work with node request
module.
Steps to send a https request to a rest service in Node js - this answer may help you.
Thanks