sharing https zwischen Entwicklung und Produktion sauber abgleichen.
Stammt von #54 (closed)
michael@sharing-codeability:~$ sudo grep -r 172.22.0. /etc/apache2/
[sudo] password for michael:
/etc/apache2/sites-available/default-ssl.conf: ProxyPass / https://172.22.0.5:443/
/etc/apache2/sites-available/default-ssl.conf: ProxyPassReverse / https://172.22.0.5:443/
michael@sharing-codeability:~$ curl --insecure https://172.22.0.5:443
<html><body>You are being <a href="https://172.22.0.5/users/sign_in">redirected</a>.</body></html>michael@sharing-codeability:~$
In der Entwicklungsumgebung funktioniert die (sehr ähnliche Konfiguration) Ich habe nochmals rumprobiert. Leider kommt es dabei aber immer wieder zu Betriebsunterbrechungen. Wir müssen die default-ssl.conf von apache in Entwicklung und Prod genau abgleichen.
Ich mache das Ticket hier mal zu.
Michael