always_verify_ssl_certificates
always_verify_ssl_certificates copied to clipboard
Test retrieving https://encrypted.google.com/
A real test against a real server with VERIFY_PEER. Using the cURL default root certificates, ironically available over HTTP only: http://curl.haxx.se/ca/cacert.pem
I have added a 1.9 compatible version that does a similar monkey-patch.
I have further extended the default behavior to provide cURL's CA file as the default, this makes it function as a drop-in replacement with reasonably safe defaults.
I'm getting this error during deployment to a freebsd server. bundle install works in development.
/home/test/apps/test/shared/bundle/ruby/1.9.1/bundler/gems/always_verify_ssl_certificates-75fa6294e7aa/always_verify_ssl_certificates.gemspec:13: invalid multibyte char (US-ASCII) (SyntaxError)
You need to declare the file as UTF-8 or change the apostrophe in the gemspec description (the apostrophe in "Ruby's" is fancy and not ASCII).
why not fix it in the branch?
Patches accepted.
On Feb 17, 2012, at 16:47, chifung7 [email protected] wrote:
why not fix it in the branch?
Reply to this email directly or view it on GitHub: https://github.com/jamesgolick/always_verify_ssl_certificates/pull/6#issuecomment-4030635