Sind Apache direktiven für http und https gleichzeitig möglich?

smilebasti1

New Member
Das ist meine Standardkonfiguration der Apache Direktiven:
Code:
SSLProxyEngine On
ProxyRequests On
ProxyPreserveHost On

<Proxy *>
Order deny,allow
Allow from all
</Proxy>

ProxyPass /stats !
ProxyPass / https://192.168.20.54/
ProxyPassReverse / https://192.168.20.54/
Dies ist die Weiterleitung auf meine Cloudron Instanz. Cloudron möchte nun immer selber ein Let's Encrypt Zertifikat bekommen aber Cloudron kann nur über https angesprochen werden. Deswegen der https ProxyPass.

Nun meine Frage ist ob es irgendwie möglich ist das Cloudron sein Zertifikat bekommt ohne das ich Port 80 und 443 kurzfristig für Cloudron öffnen muss (und kurzfristig schließen für ISPConfig3)?
Also ich hoffe es gibt irgendeine Apache Direktive welche mir dies erlaubt? Also http und https auf Cloudron weiterzuleiten
 

Werbung

Top