The CIM API is timing out for us. Is anyone else having this issue or is it just us?
The issue is still occurring for me.
06-04-2014 12:00 PM - edited 06-04-2014 12:04 PM
If I use the old Curl request
curl_setopt($request, CURLOPT_SSL_VERIFYPEER, FALSE);
I still have the same exact problem (hangs for awhile then returns empty response code).
If I use the revised code curl_setopt($request, CURLOPT_SSLVERSION, 3);
(forcing version 3) it works. So basically the same as before the rollback and after the changes related to the new ciphers.
06-04-2014 12:23 PM
Opps didn't reset connection so probabaly didn't get the new changes. Will update shortly.
06-04-2014 12:25 PM
Still not working unless code forces Curl to use SSL3.
06-04-2014 12:35 PM
I found a solution for rails. I installed openssl 1.0.1g through homebrew (make sure "openssl version" in the command line corrosponds correctly), and reinstalled ruby. The reinstillation step caught me off guard since I thought openssl was dynamically linked.
06-04-2014 12:39 PM
For clarity's sake, what changed is where SSL termination occured. The new location in our network where we moved SSL termination had the new ciphers. We've moved back to the old location, so you should be getting the exact same setup that you were prior to us moving SSL termination.
If you made any changes to your code or configuration before, please revert back to your previous setup, establish a new connection, and try again.
06-04-2014 01:05 PM
Update: We're investigating further as we're seeing the same SSL results as before rollback. I apologize for the inconvenience here.
06-04-2014 01:17 PM
We've reapplied the change in SSL termination and have confirmed it is now pointing back to where it originally did, with its SSL configuration and ciphers as you are used to. Please reconnect and try again. Thanks.
06-04-2014 01:29 PM
It's working for me now.
06-04-2014 01:45 PM
I tested this, and it is working on stable Debian 7 released openssl.
For the future, what are the plans for this upgrade? Why did this cause so many issues, and what is going to change to prevent it from happening when the upgrade moves to production?
06-04-2014 01:56 PM