I haven't been able to find any documentation about how to enable SSL on a Homestead VM. I tried to create an SSL cert myself on the server by following the instructions here: http://goo.gl/5YgAN8 but it didn't work; I'm still getting 404's when I try to go to a https address.
Does anyone have any recommendations for how to make this work properly?
vagrant reload --provision should do the trick!
I needed to manually update the homestead.rb file to allow forwarding of port 443. It's working now. Thanks for the suggestions.
Hi,
Would you have any more info on how you got this working, I am trying all kind of things but when I run --provision for some reason everything get's overwritten with the standard stuff.
If you could give me some pointers on how you got this working that would be great.
Thanks in advance, Mark
Have a look at my answer at http://stackoverflow.com/a/25761360/3219613 There is also a way to make changes kept after --provision
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community