POODLE SSLv3 Vulnerability

A vulnerability has been found in SSL version 3 that allows a “man in the middle attack” to be able to get access to encrypted data. Technical details can be found here:

https://www.openssl.org/blog/blog/2015/09/01/openssl-security-a-year-in-review/index.html

We will be changing the PrintUI servers to reject all SSLv3 traffic as of Monday, October 27th. If you are making API calls to the PrintUI servers where you are explicitly specifying that SSLv3 is to be used, you must change your code prior to that date. Note that some of the sample code that you may have downloaded from PrintUI does contain an explicit request to use SSLv3. Please delete any line from the sample code that looks like this:

curl_setopt($ch, CURLOPT_SSLVERSION, 3);