If ACME_HOSTS or both CERT_FILE and KEY_FILE are provided, an HTTPS server supporting HTTP/2 connection will be started. If not, an HTTP server will be started (not compatible with HTTP/2 Server Push, and not secure).
From quote above I made assumption that HTTPS and HTTP servers can not work simultaneously.
Good day!
The quote from Gateway Server Configuration
From quote above I made assumption that HTTPS and HTTP servers can not work simultaneously.
And here in an example of how to start vulcain using docker Install The Gateway Server/Docker Image
In example above, both - http (80) and https (443) ports are forwarded. Does that mean that both versions of server will run same time?