I have a React app I created with npx create-react-app and an Express.js API I am using to make calls to my database all hosted on Heroku. I know that Heroku provides SSL certs but I don't know if that extends to my API calls. Is my API protected automatically or do I need something like express-sslify
?
Asked
Active
Viewed 48 times
0

Bryan
- 1
- 2
-
Possibly related: [SSL on Heroku](https://stackoverflow.com/q/25148507/2873538) – Ajeet Shah May 12 '20 at 15:40
-
1Thank you! I feel like that's the best explanation I've been able to find. – Bryan May 12 '20 at 15:44
-
Also, How to fix [Heroku SSL Error](https://stackoverflow.com/q/17631536/2873538), if you face it. – Ajeet Shah May 12 '20 at 15:54