Server 1:
libcurl/7.10.8 OpenSSL/0.9.7b
Server 2:
libcurl/7.10.5 OpenSSL/0.9.7a zlib/1.1.4
Server 3:
libcurl/7.12.0 OpenSSL/0.9.7a zlib/1.1.4
Server 4:
libcurl/7.12.0 zlib/1.1.4
Now, i'm trying to run a script that works fine on the first three servers. But the 4th server I get nothing, when running the same script no errors no nothing.
What the script does is connect to secure server to get information then return that information be parsed.
Now my guess as to why it isn't working on the fourth server is this "OpenSSL".
Can anyone explain what this is and possible confirm whether or not this may be the cause of my problem.