troelskn / handsoap

Handsoap is a library for creating SOAP clients in Ruby
http://github.com/unwire/handsoap
151 stars 2 forks source link

net/http driver and HTTPS #19

Closed theflow closed 15 years ago

theflow commented 15 years ago

Hi,

not sure what your plans regarding SSL are, but for my use case a simple:

http_client.use_ssl = true if url.scheme == 'https'

in the NetHttp#send_http_request method did the trick for submitting requests to a HTTPS endpoint.

Cheers, Florian

troelskn commented 15 years ago

Thanks. I've applied the patch in master. Remember to update to unwire/handsoap, where the new home is.