Skip to content

Commit

Permalink
Fixed a few typo's in HSTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
skinkie committed Nov 19, 2011
1 parent f7d33d9 commit 71b735b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/cookbook_ssl.txt
Expand Up @@ -92,11 +92,11 @@ presented with.
.Can clients be forced to use HTTPS? .Can clients be forced to use HTTPS?


After enabling HTTP Strict Transport Security per Virtual Server, a client After enabling HTTP Strict Transport Security per Virtual Server, a client
get automatically redirected to HTTPS upon connection to HTTP. In principle gets automatically redirected to HTTPS upon connection to HTTP. In principle
this equals to the match rule "Is TLS/SSL" with an external redirection. this equals to the match rule "Is TLS/SSL" with an external redirection.
HSTS additionally adds a HTTP Header "Strict-Transport-Security" to the Additionally HSTS adds the HTTP Header "Strict-Transport-Security" to a
secure connection which informs the browser that all other content on secure connection which informs the browser that all other content on
the page should be accessed over HTTPS. The max-age options defines when the the page must be accessed over HTTPS. The max-age options defines when the
browser can check HTTP again. browser can check HTTP again.


[[ssl-support]] [[ssl-support]]
Expand Down

0 comments on commit 71b735b

Please sign in to comment.