On Friday 24 March 2017 15:22:40 Moreplavec wrote: > I'm trying to install SSL certificate with Let's encrypt on my VPS > running Apache + WSGI. > > I'm following guide: > https://www.digitalocean.com/community/tutorials/how-to-secure-apache > -with-let-s-encrypt-on-ubuntu-14-04 > > It works fine for all PHP sites, but i get an error when trying to > install SSL for Django app. I think the problem is, that SSL cert > conf is made as duplicate or currect conf file
Yes, it is. So from the mod_wsgi docs, or mod_wsgi list, you should inquire how to "use a previously defined WSGIDaemonProcess in a virtual host". Then keep the definition out of the the vhost file and have it included somewhere sooner. (Or use a different letsencrypt client that doesn't fiddle with webserver configs, and reference files using a good naming convention). -- Melvyn Sopacua -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2639014.iy2V7Hfv8D%40devstation. For more options, visit https://groups.google.com/d/optout.

