fkhan Posted February 9, 2011 Share Posted February 9, 2011 Hi allI have installed a third-party module (Offline Credit Card v3.03, to be percise) and for some reason it's giving me SSL warning saying that the page is not secure and that the others can view etc.The module already has the following line of code on the page the error is coming on (payment.php) $useSSL = true; Also, I have tried the following in .htaccess # SSL enforcement for Payment module RewriteCond %{HTTPS} !=on RewriteRule ^modules/creditcard/.* https://%{SERVER_NAME}%{REQUEST_URI} [R,L] That too does not get rid of the ssl warning. Any help will be appreciated.Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now