Sha256: 1a32fbe365e35d9268be2be54e4e89516dbbd10d8fe61efd4e93ea1decb59f5f

Contents?: true

Size: 383 Bytes

Versions: 12

Compression:

Stored size: 383 Bytes

Contents

# verify server's certificate
protocol.http.ssl_config.verify_mode = OpenSSL::SSL::VERIFY_PEER
# certificates for verification
protocol.http.ssl_config.ca_file = files/ca.cert
protocol.http.ssl_config.ca_file = files/subca.cert

# key and certificate for client identity
protocol.http.ssl_config.client_cert = files/client.cert
protocol.http.ssl_config.client_key = files/client.key

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
soap4r-spox-1.6.0 sample/payload/ssl/files/sslclient_with_clientauth.properties
soap4r-ruby1.9-2.0.5 sample/payload/ssl/files/sslclient_with_clientauth.properties
soap5r-2.0.3 sample/payload/ssl/files/sslclient_with_clientauth.properties
soap5r-2.0.2 sample/payload/ssl/files/sslclient_with_clientauth.properties
soap5r-2.0.1 sample/payload/ssl/files/sslclient_with_clientauth.properties
soap5r-2.0.0 sample/payload/ssl/files/sslclient_with_clientauth.properties
soap5r-2.0.0.20120130130121 sample/payload/ssl/files/sslclient_with_clientauth.properties
soap4r-ruby1.9-2.0.3 sample/payload/ssl/files/sslclient_with_clientauth.properties
soap4r-ruby1.9-2.0.2 sample/payload/ssl/files/sslclient_with_clientauth.properties
soap4r-ruby1.9-2.0.1 sample/payload/ssl/files/sslclient_with_clientauth.properties
soap4r-ruby1.9-2.0.0 sample/payload/ssl/files/sslclient_with_clientauth.properties
soap4r-ruby1.9-1.0.0 sample/payload/ssl/files/sslclient_with_clientauth.properties