This was working, but isn't anymore. SSL seems to be working on my server, but for some scripts (a credit card script, to check that the number is valid), I get this error:
You are receiving this error for one of the following reasons:
1) Your PHP does not have built-in OpenSSL support. Please contact your hosting company to resolve this issue. PHP needs to be configured with the --with-openssl option.
2) The server cannot establish an internet connection to the ECHOnline server at https://wwws.echo-inc.com/scripts/INR200.EXE
Server Software: Apache/1.3.27 (Unix) mod_log_bytes/1.2 mod_bwlimited/1.0 PHP/4.3.2 FrontPage/5.0.2.2634 mod_ssl/2.8.14 OpenSSL/0.9.6b
PHP Version: 4.3.2
here's the script I'm using:
http://www.oscommerce.com/community/contri...utions,8/page,2
echo_class.php
I believe this stopped working when CPanel fixed a venerability in OpenSSL.
Here's my php info page:
http://server2.stableservers.com/phpinfo.php
Does anyone else get this? or know a fix for it?