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
Post a Comment