-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Сrash on bad vhost configuration #1439
Comments
The problem was with missing Also I observed that my browser just ignores the header and HSTS is mostly on the client side, so there is no sense to make a functional test for Tempesta. |
With more experiments on #1440 I faced that this configuration
also leads to the crash. The reason for the rejected configuration is that |
Just tried to remove ';' for
|
In both the cases this is Next, the |
Scope
I tried to configure HSTS as described in the Wiki https://github.com/tempesta-tech/tempesta/wiki/HTTP-security#http-strict-transport-security-hsts:
The configuration not only doesn't work as declared in the Wiki, but leads to the crash (I tried twice and it's reproduced in both the cases):
Testing
Please make a functional test for simultaneous accept HTTP and HTTPS connections with and w/o HSTS redirections (#856), at least
Strict-Transport-Security
must work for now, i.e. an HTTP connection must be redirected to HTTPS.The text was updated successfully, but these errors were encountered: