couchbase / go-couchbase

Couchbase client in Go
https://godoc.org/github.com/couchbase/go-couchbase
MIT License
321 stars 92 forks source link

No Secured Connection Examples #68

Open GrimTheReaper opened 9 years ago

GrimTheReaper commented 9 years ago

Security is a major issue. Without having a secured connection to Couchbase, it is possible for attackers to initialize a man in the middle attack and steal sensitive information which could be used to compromise couchbase accounts to inject or even modify information. It would be good to see an example of how to secure a connection to Couchbase with this lib.