I’ve enabled the SSL on my frontend. On the base link URL I add the checkout link “{{secure_base_url}}checkout/” and when you visit the checkout page through the site I end up with the URL repeating itself and the lovely 404 page “https://racecyclesonline.com/magento/checkout/index.php/checkout/onepage/”
What can I do so I can have a secure checkout without having to run the SSL on the entire site?
im still very new to this, and have zero experience with SSL
You should definitively add a SSL certificate if you accept online payments. You can either create a subdomain like ‘secure.yourdomain.com’ which is used for the secure pages, or enable SSL to your main domain. One thing to remember is that usually a SSL cert. is only applicable to a single domain/subdomain, which means you will need to choose whether to secure ‘yourdomain.com’ or ‘www.yourdomain.com’, because ‘www’ is treated like a separate subdomain. (Unless you purchase a ‘wild-card certificate’, which can secure multiple subdomains, but they tend to be expensive).
You should only edit the Base URL field to include your ‘https://...’. The other ones under Secure should look like {{secure_base_url}}skin/, {{secure_base_url}}media/, and so forth.
Also remember to select Use Secure URLs in Frontend.
How can I make sure that only the check out process is secured? Can you give me a sample configuration (what to input in the magento admin console) of SSL?
Thanks!