security - Heroku + SSL Endpoint + SSL Cert from goDaddy. Is it secured -



security - Heroku + SSL Endpoint + SSL Cert from goDaddy. Is it secured -

this general question, not sure if duplicate have not found reply yet.

my company concerned security of data, means, particular hosting our app , our database. dealing quite sensitive info such medical data. used aws, means using raw instance no ssl @ all. migrated our web app heroku, purchased cloudforce , not need take care security, pen-testing these stuff.

then, used heroku's ssl endpoints godaddy ssl cert think might farther enhance security of site.

i can super noob in web security these measures enough?

if dealing medical data, measures describe not plenty themselves. ssl certificate ensure info protected (encrypted) when goes on wire. certificate identify server users (mitigating man-in-the-middle attacks).

but when dealing sensitive data, you'd have create sure info protected @ rest (encrypted in database or encrypting database files themselves). have take measures prevent unauthorized access. means users need authenticate , have give them access or prevent them having access based on or role in (rbac).

google of terms in reply give lots more information.

security ssl heroku https

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -