Welcome to the "trac"-ing site of http-access2!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #151 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

post_connection_check() fails with wildcard SSL certificate

Reported by: user Assigned to: nahi
Priority: normal Milestone: 2.0.7
Component: core Version: 2.0
Keywords: Cc:

Description

HTTPAccess2 fails to connect to any web site using a wildcard SSL certificate. This is similar to ticket #18. Since Ruby 1.8.6, the post_connection_check() method from OpenSSL::SSL::SSLSocket has been fixed to manage this issue: svn diff. See also ruby-dev:28121.

Example of web site using a wildcard certificate (for tests): https://javacc.dev.java.net/

Change History

04/28/07 22:00:42 changed by nahi

  • status changed from new to assigned.
  • milestone changed from undefined to 2.0.7.

04/29/07 00:16:28 changed by nahi

  • status changed from assigned to closed.
  • resolution set to fixed.

[135] should fixed this. Thanks!