Ruby: Alternative to openssl for HTTPS and SSL communications -


i'm connecting government web services on rails application, using savon library. however, web services hosted on looks poorly configured machine, , openssl library refuses work them.

since java , .net clients working fine, started alternatives. i've changed ruby runtime ruby enterprise edition jruby, not use openssl libraries (it 'forwards' ssl implementation java itself), , worked great.

so i'm looking alternative writing ruby web service client using https not openssl. there pure-ruby implementation of tls/ssl? or other library can bind to? i've heard nss, looks it's deprecated.

does machine have libcurl installed? following libraries use libcurl (which uses openssl internally) , it's possible libcurl 'well' configured guess. need libcurl header files compile , install these gems though...

  • curb
  • patron
  • typhoeus

i've never heard non-openssl ssl/tls implementation ruby.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -