javascript - Is unsecure to pass credentials through a ssl request, what's the better (KISS) solution? -


i'm using couchdb , i'm starting implement authentication/authorization. found best , simple solution pass credentials on ssl connection, i'm not sure if strategy ensure site secure.

could keep strategy, buy real ssl certificate , deploy in prodution?

as per original comment, using ssl passing credentials ensure security in transit, aspect valid.

a more important thought bear in mind security covers multitude of layers, , these credentials form 1 part of overall system. simple example, have entire site running on secure encryption available man, riddled sql injection attacks.

think "security" @ every level, not one.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -