Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Ruby (http://www.velocityreviews.com/forums/f66-ruby.html)
-   -   xmlrpc4r and https certificates? (http://www.velocityreviews.com/forums/t813027-xmlrpc4r-and-https-certificates.html)

Neil Spring 01-10-2004 09:01 AM

xmlrpc4r and https certificates?
 
I have a small script that uses xmlrpc to connect to a server, and
while I can enable use_ssl, I can't see how to tell the underlying
https object where to find a (self-signed) certificate.

hints?

Do I have to subclass the xmlrpc4r client to get access to
the http object so that I can call cert_store= ? Or am I
missing some piece of the interface? Should this apparent
rough-edge to the ssl implementation be considered a bug?

I'd love to take credit for being so security conscious, but net/https
is insistent about printing the warning:
warning: peer certificate won't be verified in this SSL session.

thanks,
-neil






All times are GMT. The time now is 03:36 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57