0

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.

KKK
  • 1
  • 1
  • http://stackoverflow.com/questions/13121590/steps-to-send-a-https-request-to-a-rest-service-in-node-js - this answer may help you. Thanks – Piyas De Mar 07 '15 at 17:14

1 Answers1

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

Community
  • 1
  • 1
Piyas De
  • 1,786
  • 15
  • 27