clean-docker / Magento2

Docker Image to Magento 2 local development in Mac, Linux and Windows
https://hub.docker.com/r/rafaelcgstz/magento2/
MIT License
444 stars 251 forks source link

Http to Https #36

Open lukasfeliphe opened 6 years ago

lukasfeliphe commented 6 years ago

@rafaelstz Cara, você tem me ajudado muito com essa dock, mas mano de alguma forma consigo aplicar um letsencrypt ou outro certificado e mudar de http para https?

Valeu @rafaelstz

rafaelstz commented 6 years ago

Consegue, vou faz um tempo que não preciso reaplicar HTTP, vou fazer um teste com LetsEncrypt para ver como se comporta, que erro você teve?

chriss1983 commented 6 years ago

Hi @rafaelstz, any news about SSL? i also whant to add SSL Support to my Magento instance.

rafaelstz commented 6 years ago

Hi @chriss1983, not yet, do you have some issue when installing SSL?

chriss1983 commented 6 years ago

Hi @rafaelstz, yes, after install SSL the Apache container not restart again. i need to recreate them.

i have also not so many experience with docker, it can be also my issue..

you can explain how i can install SSL with your Clean-Magento?

rafaelstz commented 6 years ago

Sorry @chriss1983, I didn't implement SSL yet.

CajuCLC commented 6 years ago

Not sure if it would help or not, but on our container at work to enable SSL locally we just run the follow command: a2ensite default-ssl.conf;a2enmod ssl; apachectl restart

We have a self signed certificate and we only use locally. Try running this, if it works you could add to your container.