it looks like http\https methods and ports messed up:Quote(\x00k\xC0#\xC0'\x00g\xC0" 400 166its 400 response code to http connection attempt on https port
(\x00k\xC0#\xC0'\x00g\xC0" 400 166
and it is possible that the connection to the upstream is not fully configured:it is better to set up a separate upstream for each site and specify the name in the TLS: Servername override field (don't forget to enable TLS SNI forwarding in Location settings)
for the debugging, you can try to disable the TLS: Verify Certificate in upstream settings. you can enable it later
Quoteand it is possible that the connection to the upstream is not fully configured:it is better to set up a separate upstream for each site and specify the name in the TLS: Servername override field (don't forget to enable TLS SNI forwarding in Location settings)Do I understand correctly that I will get: 1 x HTTP(S) Location (duplicate locations / are not allowed) (I think I can only select 1 upstream here, which one?)
1 x HTTP(S) Location (duplicate locations / are not allowed)
Quote1 x HTTP(S) Location (duplicate locations / are not allowed) sorry, why you think so?you can create several Locations with the same URL Pattern pointing to different Upstreams with diiferent naxsi policies etc
Yes, but you should not assign them to the same HTTP server. Otherwise the behavior is undefined or it will not even start.
That won't be necessary of course, when I make 8 HTTP Server-records, each with its own Server Name
To prevent HTTP/HTTPS mismatches, should I tick "HTTPS Only" where available, and leave "HTTPS Listen port" empty in HTTP Server?
Any progress ?I'm struggling on my side.