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

Changes between Version 2 and Version 3 of SslCertificateVerification

Show
Ignore:
Author:
nahi (IP: 192.168.1.135)
Timestamp:
04/30/07 09:53:27 (3 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SslCertificateVerification

    v2 v3  
    2424The issuer certificate is set as property: 
    2525 
     26{{{ 
    2627service.options['protocol.http.ssl_config.ca_file'] = ISSUER_CA_PEM 
     28}}} 
    2729where the ISSUER_CA_PEM is a path to a issuing authority cert. 
    2830 
    3032 
    3133So we define: 
     34{{{ 
    3235service.options['protocol.http.ssl_config.verify_callback'] = 
    3336method(:validate_certificate) 
    34  
     37}}} 
    3538and define the method like the this: 
    3639