Oracle documentation bug SSL Version 1.2

There is a documentation bug already opened for this, so the docs should be updated soon.

FlagQuoteOff Topic1Like

Applies To

All Users

Summary

This document provides the steps needed to disable use of SSLv3 for Oracle database clients and servers to address the POODLE vulnerability in SSL as described by CVE-2014-3566.

Please refer to the following document:

SSL V3.0 "Poodle" Vulnerability - CVE-2014-3566 http://www.oracle.com/technetwork/topics/security/poodlecve-2014-3566-2339408.html

This document is intended for all levels of expertise.

Solution

Oracle database clients and services can be configured to disallow use of SSLv3 via the SSL_VERSION parameter in sqlnet.ora and listener.ora. To do so, update any sqlnet.ora and listener.ora configuration files used by database clients or servers that enable SSL to include an SSL_VERSION parameter that excludes the value "3.0". For example, the setting below will enforce the use of TLS 1.0 and disallow any other SSL versions including SSLv3:

SSL_VERSION=1.0

References:

Oracle Database Advanced Security Administrator's Guide (10g Release 2)

Oracle Database Security Guide (12c Release 1)

See the following link: http://docs.oracle.com/database/121/NETRF/sqlnet.htm#NETRF235

Compatibility Reference:

11.1.0.7 SSLv3, Upgradeable to TLSv1.0 with <BUG 6973000> UTL_HTTP DOES NOT SUPPORT TRANSPORT LAYER SECURITY VERSION 1

11.2.0.4 TLSv1.0, SSLv3, SSLv2

12c TLSv1.1, TLSv1.2

SSL_VERSION

Purpose

To force the version of the SSL connection.

Usage Notes

Clients and database servers must use a compatible version.

Default

undetermined

Values

复制代码
undetermined | 2.0 | 3.0

Example

复制代码
SSL_VERSION=2.0
相关推荐
奇树谦20 小时前
《现代 Key-Value 数据库原理:从 B+Tree 到 LSM Tree》-第三篇:LMDB 深度解析二
数据库·oracle·lsm-tree
提笔了无痕20 小时前
Agent 上下文管理详解、Context设计与构建
数据库·oracle·agent·context
沉下去,苦磨练!20 小时前
Human‑in‑the‑Loop
数据库·oracle
小黑技术栈21 小时前
web前端基础到入门——14day
前端·数据库·oracle
todoitbo2 天前
把发票台账接进 Codex:KingbaseES MCP 的一次只读风险排查实践
数据库·oracle·codex·kingbasees·mcp
暗暗别做白日梦2 天前
CompletableFuture 并发统计
网络·数据库·oracle
TDengine (老段)2 天前
TDengine 认证与权限 — 用户、角色、RBAC
大数据·数据库·物联网·oracle·时序数据库·tdengine·涛思数据
晴天¥2 天前
记一次Oracle集群归档日志爆满之后如何处理(涉及ASM磁盘的增添。有坑必踩)
数据库·oracle
Hoxy.R2 天前
记录一次Oracle 19c RAC iSCSI会话反复重连:comm error (1020) 原因定位与解决
数据库·oracle
sky_8106132 天前
Oracle ERP 各模块业务管理功能及底层表说明
数据库·oracle