<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jurgen Palsma</title>
    <description>The latest articles on DEV Community by Jurgen Palsma (@jurgen).</description>
    <link>https://dev.to/jurgen</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F79195%2Fcec5c602-ee70-4c3c-b557-7ac69604db24.jpg</url>
      <title>DEV Community: Jurgen Palsma</title>
      <link>https://dev.to/jurgen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jurgen"/>
    <language>en</language>
    <item>
      <title>Enabling https on a bitnami prestashop instance with a custom domain</title>
      <dc:creator>Jurgen Palsma</dc:creator>
      <pubDate>Sun, 04 Nov 2018 17:08:00 +0000</pubDate>
      <link>https://dev.to/jurgen/enabling-https-on-a-bitnami-prestashop-instance-with-a-custom-domain-4plk</link>
      <guid>https://dev.to/jurgen/enabling-https-on-a-bitnami-prestashop-instance-with-a-custom-domain-4plk</guid>
      <description>&lt;p&gt;This tutorial was written after wasting too much time trying to figure out how to enable https on a prestashop bitnami instance. &lt;/p&gt;

&lt;p&gt;These steps work for:&lt;br&gt;
PrestaShop 1.7.4.3-0&lt;br&gt;
Debian Linux 9 (HVM)&lt;br&gt;
AWS EC2&lt;/p&gt;

&lt;p&gt;&lt;b&gt; To enable SSL and automatically redirect to https on a Prestashop bitnami instance , follow these steps: &lt;/b&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Configure your custom domain&lt;br&gt;
Follow each step of this bitnami tutorial to set up your custom domain:&lt;br&gt;
&lt;a href="https://docs.bitnami.com/aws/faq/configuration/configure-custom-domain/" rel="noopener noreferrer"&gt;https://docs.bitnami.com/aws/faq/configuration/configure-custom-domain/&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Configure your prestashop to accept SSL&lt;br&gt;
This step might sound obvious, but if you're a prestashop nooby like me, it's never mentioned in any tutorial or solved issue as far as I know. As a result you'll encounter some redirection errors if you skip this step.&lt;br&gt;
To enable fix this problem, you need to &lt;b&gt;configure your prestashop to accept ssl&lt;/b&gt;&lt;br&gt;
To do this, go in your prestashop admin (yourprestashopsite.com/administration) &amp;gt; Configure &amp;gt; Shop parameters &amp;gt; General&lt;br&gt;
In the general page, make sure that "Enable SSL" and "Enable SSL on all pages" are toggled to "YES".&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Configure your apache to enable https support&lt;br&gt;
Follow this interactive bitnami tutorial to enable https support on bitnami:&lt;br&gt;
&lt;a href="https://www.katacoda.com/bitnami/scenarios/configure-https" rel="noopener noreferrer"&gt;https://www.katacoda.com/bitnami/scenarios/configure-https&lt;/a&gt;&lt;br&gt;
I encourage you to go with the Let's encrypt SSL certificate: it's free and easy to install. Bitnami provides a script to generate it as well as a cron job to auto-update your certificates when they expire.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Et voila, you should now be automatically redirected to your domain name &lt;b&gt;with https enabled &lt;/b&gt;.&lt;/p&gt;

&lt;p&gt;Hope this helps! &lt;/p&gt;

</description>
      <category>https</category>
      <category>security</category>
      <category>prestashop</category>
      <category>bitnami</category>
    </item>
  </channel>
</rss>
