Red Hat Enterprise Linux 6 クライアントを openssl-1.0.1e-16.el6_5 にアップグレードすると SSL 接続に失敗する
Issue
- RHEL 6.4 では wget が有効です。
# wget -d --no-check-certificate https://server.example.com/file.txt
- 同じコマンドが RHEL 6.5 では失敗します。
# wget -d --no-check-certificate https://server.example.com/file.txt
Setting --check-certificate (checkcertificate) to 0
DEBUG output created by Wget 1.12 on linux-gnu.
--2013-12-03 14:17:02-- https://server.example.com/file.txt
Resolving server.example.com...192.168.1.2
Caching server.example.com => 192.168.1.2
Connecting to server.example.com|192.168.1.2|:443... connected.
Created socket 3.
Releasing 0x0000000001a417c0 (new refcount 1).
Initiating SSL handshake.
SSL handshake failed.
OpenSSL: error:140773E8:SSL routines:SSL23_GET_SERVER_HELLO:reason(1000)
Closed fd 3
Unable to establish SSL connection.
Environment
- openssl-1.0.1e-16.el6_5
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
