Project

General

Profile

ActionsLike0

Bug #7197

closed

Error: test_tls_v1_2(OpenSSL::TestSSL)

Added by znz (Kazuhiro NISHIYAMA) over 12 years ago. Updated over 12 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.0.0dev (2012-10-20 trunk 37273) [x86_64-linux]
Backport:
[ruby-dev:46240]

Description

Ubuntu 12.04.1 LTS 64-bit の環境で以下のエラーが出ています。

  1. Error:
    test_tls_v1_2(OpenSSL::TestSSL):
    OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=unknown state: tlsv1 alert protocol version
    .../test/openssl/test_ssl.rb:607:in connect' .../test/openssl/test_ssl.rb:607:in server_connect'
    .../test/openssl/test_ssl.rb:468:in block in test_tls_v1_2' .../test/openssl/utils.rb:293:in call'
    .../test/openssl/utils.rb:293:in start_server' .../test/openssl/test_ssl.rb:593:in start_server_version'
    .../test/openssl/test_ssl.rb:467:in `test_tls_v1_2'

OpenSSL のバージョンは以下の通りです。

% openssl version
OpenSSL 1.0.1 14 Mar 2012
% dpkg -l openssl | grep '^ii'
ii openssl 1.0.1-4ubuntu5.5 Secure Socket Layer (SSL) binary and related cryptographic tools
%

Added by MartinBosslet (Martin Bosslet) over 12 years ago

Revision 831af844

  • test/openssl/test_ssl.rb: Use :TLSv1_2_client explicitly in
    test_tls_v1_2 to prevent upstream bug.
    [Bug #7197] [ruby-dev:46240]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

ActionsLike0

Also available in: Atom PDF