AWS configuration to connect React App with JSON API
App Development3 posts261 views2 likesLast activity Nov 2021
JA
jaypeedaOP
Nov 2021Hi team,
We are setting up a React App and Json api on client servers which uses AWS.
How and what should be the configuration in AWS in order to connect the React App which uses SSL to the JSON API which doesn’t support HTTPS.
Thanks and regards,
Jean-Paul
NY
nycnewman
Nov 2021Check out the ex-secure-daml-infra reference app which puts NGINX on front as a reverse proxy to add HTTPS
SH
Shaul
Nov 2021You can find the app @nycnewman mentioned at GitHub - digital-asset/ex-secure-daml-infra: Reference example of a secure Ledger deployment using mTLS and JWT tokens