Tag: Certificate Authority

Securing Communication with TLS Certificates: A Definitive Guide for Couchbase Server (Part 3 of 3)

Securing Communication with TLS Certificates: A Definitive Guide for Couchbase Server (Part 3 of 3)

Understanding TLS within Couchbase Server In Part 1 and Part 2 of this guide, we explained the history of TLS, the components involved and how it works. In this final 3rd part of the guide we combine this all together...

Securing Communication with TLS Certificates: A Definitive Guide for Couchbase Server (Part 2 of 3)

Securing Communication with TLS Certificates: A Definitive Guide for Couchbase Server (Part 2 of 3)

In part 1 of this 3 part series we learned about the components of TLS, in part 2 we will see how the TLS components interact with each other.  In Part 3 of this guide, we’ll see how the components...

Encrypted Private Keys & Multi-CA, Enterprise Security Enhancements In Couchbase Server 7.1

Encrypted Private Keys & Multi-CA, Enterprise Security Enhancements In Couchbase Server 7.1

Couchbase Server 7.1 introduces a range of security enhancements for TLS certificates. These are used to encrypt and decrypt data transmitted over the network and can also authenticate users. We’re excited to introduce four enhancements:  Multiple Certificate Authorities Encrypted TLS...

Certificate Pinning in Android with Couchbase Mobile

Certificate Pinning in Android with Couchbase Mobile

Couchbase Mobile 2.0 supports certificate pinning on all Couchbase mobile platforms. Certificate pinning is a technique used by applications to “pin” a host to it’s certificate/public key. Communication between Couchbase Lite and Sync Gateway is encryped and secured using SSL/TLS....

Certificate Pinning in your Couchbase Mobile iOS App

Certificate Pinning in your Couchbase Mobile iOS App

Communication between Couchbase Lite and Sync Gateway is encryped and secured using SSL/TLS. The SSL/TLS protocol relies on a Public Key Infrastructure (PKI) mechanism using a X.509 certificate to establish the Sync Gateway server’s identity. The certificate is typically issued/signed...