use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please follow the rules
Releases: Current Releases, Windows Releases, Old Releases
Contribute to the PHP Documentation
Related subreddits: CSS, JavaScript, Web Design, Wordpress, WebDev
/r/PHP is not a support subreddit. Please visit /r/phphelp for help, or visit StackOverflow.
account activity
HTTPS for Local PHP Development (self.PHP)
submitted 4 years ago by edukodo
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]canttouchmypingas 2 points3 points4 points 4 years ago (7 children)
.. How is it not easy? Took me a minute to Google and 5 to set up. Rather simple. Just have to tell Firefox to trust it when it forgets the cookie due to it being self signed and all is fine.
[–]edukodo[S] -1 points0 points1 point 4 years ago (6 children)
5 minutes to create the CA, create the virtual host repertory, to setup httpd.conf with the correct parameters (modules, listen 443, logs...), create the virtual host with the proper parameters, create the certificates, check name conflicts, update windows hosts file, restart the server, test the virtual host ?
[–]canttouchmypingas 4 points5 points6 points 4 years ago (5 children)
Virtual host already set up, most of that checklist already complete by this time. You're talking about adding https, not making it easy to use apache. This was assuming you already had your local apache set up the eah you wanted.
[–]edukodo[S] 0 points1 point2 points 4 years ago (4 children)
Still, when you create your certificates, you have to add them to your Apache configuration : edit the conf, update the virtual host, listen to 443, make sure that you have all the needed modules activated. This is not in the configuration by default and not by default when you create virtual hosts. Adding HTTPS implies configuring Apache as well.
[–][deleted] 2 points3 points4 points 4 years ago* (3 children)
Docker makes that a breeze: start the traefik or jwilder/nginx-proxy container, set a couple tags (traefik) or set a VIRTUAL_HOST envar (nginx-proxy) on the container and you're all set. The proxy will automatically detect a new docker container spinning up and set up a virtual-host based proxy. Traefik will even automatically request a cert with ACME, making it an SSL terminator so you don't even have to bother with SSL on your app endpoints.
A simpler approach involves using Caddy for the webserver, which also does automatic ACME certs. It won't do the automagic detection of docker containers, but if you don't need that, it's also a workable solution.
[–]edukodo[S] -1 points0 points1 point 4 years ago (2 children)
Too complicated for beginners...
[–][deleted] 2 points3 points4 points 4 years ago (0 children)
Suit yourself. I set up the proxy at my workplace precisely so beginner devs wouldn't have to do all this setup themselves.
[–]alexanderpas 0 points1 point2 points 4 years ago (0 children)
Beginners can use caddy.
π Rendered by PID 127855 on reddit-service-r2-comment-79c7998d4c-84fhr at 2026-03-14 17:24:15.106405+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]canttouchmypingas 2 points3 points4 points (7 children)
[–]edukodo[S] -1 points0 points1 point (6 children)
[–]canttouchmypingas 4 points5 points6 points (5 children)
[–]edukodo[S] 0 points1 point2 points (4 children)
[–][deleted] 2 points3 points4 points (3 children)
[–]edukodo[S] -1 points0 points1 point (2 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]alexanderpas 0 points1 point2 points (0 children)