We have a number of SSL order HTML forms on our web site....
Do a directory list at https://www.canlaw.com/secure/forms/ to see the forms
Do not forget to check the subdirectories as they also have forms
DO NOT TOUCH THE PHP FORMS. They are fine.
Go through each html order form using Internet Explorer and Firefox and NEtscape and make sure of two things for each form
1 The padlock is showing so there are no "insecure items" in the forms
2. Fill out and submit each order form using zeros for credit card details and make sure the form works perfectly
Find and repair any non secure links that are causing the padlock not to show. These will be probably in the form of
<IMG SRC="http://www.canlaw.com/graphics/....."> instead of
<IMG SRC="https://www.canlaw.com/secure/sslnewgraphics/.....">
Or you may find javascripts with the same link error
<script src="http://www.canlaw.com//scripts/.....js">
instead of
<script src="https://www.canlaw.com/secure/scripts/callback.js">
VERY IMPORTANT. I do not want relative links. I use the full path in all my links for a damn good reason.
Additional Info (Added 12/2/2008 at 1:45 EST)...WARNING: Some programmers in other countries, have stripped out all the links to our graphics when working on projects for us.
Make damn sure you do not do this or you will not get paid. Additional Info (Added 12/2/2008 at 1:54 EST)...SSLREFERRALS... Skip this directory https://www.canlaw.com/secure/sslreferrals/. We are going to change it substantially very soon.
|