Hello Christoph, thank you for your fast reply. > So, my recommendation would be to try: > > $SERVER["socket"] == ":80" { include "ssl-redirect.conf" } > > $SERVER["socket"] == ":443" { include "ssl.conf" } > > $SERVER["socket"] == "[::]:80" { } > > $SERVER["socket"] == "[::]:443" { }
I can confirm, that this fixes my problem and seems to work as expected. I am still not sure why my original config did not work, though. In either case from my perspective this is solved. Thank you so much, Johannes