You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,12 @@ Tested on the following versions of Ruby:
15
15
* Rubinius 2.0.0dev
16
16
* jRuby 1.6.5
17
17
18
+
## 2.5 WARNING!!!
19
+
20
+
Version 2.5 brings a single, significant change to the gem which you should be aware of:
21
+
22
+
*__The Zencoder SSL CA chain is no longer bundled.__ Our cert is expiring and the necessary file may change in the future. You can now specify the CA file or CA path along with the request.
23
+
18
24
## v2.4 WARNING!!!
19
25
20
26
Version 2.4 brings some significant changes to the gem, ones which you should be aware of:
We will use our bundled SSL CA chain for SSL peer verification which should almost always work without a hitch. However, if you'd like to skip SSL verification you can pass an option in the secondary options hash.
344
+
SSL verification using the default Net::HTTP backend requires that your ruby be appropriately configured with up to date path to a cert bundle on your system or by specifying the a CA file or CA path when sending requests.
You can get a CA bundle from [the curl website](http://curl.haxx.se/docs/caextract.html), but it is recommended that you use your system's package manager to install these certs and keep them up to date.
361
+
362
+
However, if you'd like to skip SSL verification you can pass an option in the secondary options hash.
339
363
340
364
**NOTE: WE HIGHLY DISCOURAGE THIS! THIS WILL LEAVE YOU VULNERABLE TO MAN-IN-THE-MIDDLE ATTACKS!**
0 commit comments