Closed mmb closed 13 years ago
Pull request for issue #7.
Using ruby 1.8 it does not seem to be able to find the system certificate store without explicitly calling set_default_paths. This patch calls it even when @verify_mode is left as the default (verify peer).
Thanks for the patch!
Pull request for issue #7.
Using ruby 1.8 it does not seem to be able to find the system certificate store without explicitly calling set_default_paths. This patch calls it even when @verify_mode is left as the default (verify peer).