always_verify_ssl_certificates icon indicating copy to clipboard operation
always_verify_ssl_certificates copied to clipboard

Test retrieving https://encrypted.google.com/

Open loe opened this issue 13 years ago • 6 comments

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

loe avatar Sep 12 '11 18:09 loe

I have added a 1.9 compatible version that does a similar monkey-patch.

loe avatar Sep 12 '11 18:09 loe

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.

loe avatar Sep 12 '11 19:09 loe

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)

chifung7 avatar Feb 18 '12 00:02 chifung7

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).

loe avatar Feb 18 '12 00:02 loe

why not fix it in the branch?

chifung7 avatar Feb 18 '12 00:02 chifung7

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

loe avatar Feb 18 '12 00:02 loe