Mutual TLS (mTLS) Authentication

简介: Mutual TLS (mTLS) Authentication

About Mutual TLS (mTLS) Authentication
Using Mutual Transport Layer Security (mTLS), clients connect through a TCPS (Secure TCP) database connection using standard TLS 1.2 with a trusted client certificate authority (CA) certificate. With mutual authentication both the client application and Autonomous Database authenticate each other. Autonomous Database uses mTLS authentication by default.
image.png

About TLS Authentication
Using Transport Layer Security (TLS), clients connect through a TCPS (Secure TCP) database connection using standard TLS 1.2. A client uses its list of trusted Certificate Authorities (CA)s to validate the server’s CA root certificate. If the issuing CA is trusted, the client verifies that the certificate is authentic. This allows the client and Autonomous Database to establish the encrypted connection before exchanging any messages

相关文章
|
缓存 网络协议 安全
NTLM 利用探索
NTLM 利用探索
|
21天前
|
安全 算法 网络安全
SSL/TLS协议是什么?
SSL/TLS协议是什么?
96 57
|
4月前
|
应用服务中间件 Go 数据安全/隐私保护
[grpc]使用mTLS加密认证
[grpc]使用mTLS加密认证
|
7月前
|
存储 安全 网络安全
什么是SSL/TLS协议?
【5月更文挑战第14天】什么是SSL/TLS协议?
218 0
|
7月前
|
安全 算法 应用服务中间件
TLS SSL
TLS SSL
100 0
|
自然语言处理 算法 网络协议
SSL和TLS协议如何提供身份验证、机密性和完整性
SSL 和 TLS 协议使两方能够相互识别和验证,并以机密性和数据完整性进行通信。
593 0
SSL和TLS协议如何提供身份验证、机密性和完整性
|
Web App开发 移动开发 安全
[ 网络协议篇 ] 一篇文章让你掌握什么是 数字证书 ?什么是SSL ?什么是 TLS ?(下)
[ 网络协议篇 ] 一篇文章让你掌握什么是 数字证书 ?什么是SSL ?什么是 TLS ?(下)
247 0
[ 网络协议篇 ] 一篇文章让你掌握什么是 数字证书 ?什么是SSL ?什么是 TLS ?(下)
|
存储 安全 算法
|
网络协议 算法 网络安全
|
安全 数据安全/隐私保护