AWS configuration to connect React App with JSON API

Hi 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

Check out the ex-secure-daml-infra reference app which puts NGINX on front as a reverse proxy to add HTTPS

1 Like

You 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

1 Like