Solved see post 2
I have quit some revers proxys running to different servers with to be able to use lets Encrypt certificates, but can not get a reverse proxy to PVE running
My current config
I did read quite some posts here in the forum, but can not come clear with that
Tanks for any help
I have quit some revers proxys running to different servers with to be able to use lets Encrypt certificates, but can not get a reverse proxy to PVE running
My current config
Code:
<IfModule mod_ssl.c>
<VirtualHost 172.16.1.245:443>
ServerAdmin mk@muekno.de
ServerName pve.muekno.de
ProxyPreserveHost On
DocumentRoot /var/www/html
ProxyPass /.well-known !
ProxyPass / http://172.16.1.160:8006/
ProxyPassReverse / http://172.16.1.160:8006/
SSLengine on
SSLProxyEngine on
RewriteEngine on
SSLProxyVerify none
SSLProxyCheckPeerName off
SSLProxyCheckPeerCN off
SSLProxyCheckPeerExpire off
# Some rewrite rules in this file were disabled on your HTTPS site,
# because they have the potential to create redirection loops.
# RewriteCond %{SERVER_NAME} =pve.muekno.de
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
SSLCertificateFile /etc/letsencrypt/live/pve.muekno.de/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/pve.muekno.de/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>
I did read quite some posts here in the forum, but can not come clear with that
Tanks for any help
Last edited: