CCBill with Amember has worked great for years! On March 12, though, I've received datalink errors related to SSL. New payments come through, rebills do not. The first error message I received was: Can't verify SSL peers without knowning which Certificate Authorities to trust This problem can be fixed by either setting the PERL_LWP_SSL_CA_FILE envirionment variable or by installing the Mozilla::CA module. To disable verification of SSL peers set the PERL_LWP_SSL_VERIFY_HOSTNAME envirionment variable to 0. If you do this you can't be sure that you communicate with the expected peer. So, I installed Mozilla::CA hoping to solve the problem, but now I get: Can't connect to datalink.ccbill.com:443 (Crypt-SSLeay can't verify hostnames) Net::SSL from Crypt-SSLeay can't verify hostnames; either install IO::Socket::SSL or turn off verification by setting the PERL_LWP_SSL_VERIFY_HOSTNAME environment variable to 0 at /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/http.pm line 51. Now, I don't get an error message, but ccbill_debug doesn't connect. Is there a simple way to resolve this? Or does anyone know how to turn off SSL verification?