Hello Frank,
Thank you very much for your feedback!
If I understood your points correctly, the configuration file should look like
this:
ServerName localhost
DocumentRoot /var/www/html/
ServerName [your.domain.com]
RewriteEngine on
RewriteCond %{SERVER_NAME} =[your.domain.com]
RewriteRule ^
This is wrong, actually. Here are the problems:
1) You should redirect to https:// from the :80 vhost, and nothing else
2) You should only proxy to your backend in your :443 vhost
3) If you proxy to http://, you don't need SSLProxyEngine on
4) A :443 vhost requires SSLEngine on, but you likely hav
On Mon, Aug 23, 2021 at 10:45 AM Scott Trakker
wrote:
[...]
> The certificate for the subdomain 'nextcloud.jeroenverhoeckx.com' is
> installed correctly:
No. Having a certificate and actually using it on the https server
listening on port 443 are two entirely different things.
Try https://www.s
Hello Good Guy,
Thanks for thinking along.
The certificate for the subdomain 'nextcloud.jeroenverhoeckx.com' is installed
correctly:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Found the following certs:
Certificate Name: nextcloud.jeroenverhoeckx.com