You are here

README.txt in HTTP Strict Transport Security 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
Created by mwinstone (coldfrontlabs.ca/blog/mwinstone, twitter.com/mathewwinstone)
Sponsored by Coldfront Labs

The HSTS module (which stands for HTTP Strict Transport Security) is a means
to allow HSTS compliant clients to securely connect to your site. 

For a longer explanation, see http://en.wikipedia.org/wiki/Strict_Transport_Security

Essentially, it forces all connections between the client (typically the
web browser) and your site to use a secure connection. This includes pages,
css, images, javascript, everything.

It also blocks any attempts to make insecure connections. If anything is out
of place (i.e. invalid certificate, non-ssl connection attempt to resources,
etc...) the connection is blocked. The user can't make exceptions like they
can with traditional SSL connections.

For more information, feel free to contact us at http://coldfrontlabs.ca/contact

File

README.txt
View source
  1. Created by mwinstone (coldfrontlabs.ca/blog/mwinstone, twitter.com/mathewwinstone)
  2. Sponsored by Coldfront Labs
  3. The HSTS module (which stands for HTTP Strict Transport Security) is a means
  4. to allow HSTS compliant clients to securely connect to your site.
  5. For a longer explanation, see http://en.wikipedia.org/wiki/Strict_Transport_Security
  6. Essentially, it forces all connections between the client (typically the
  7. web browser) and your site to use a secure connection. This includes pages,
  8. css, images, javascript, everything.
  9. It also blocks any attempts to make insecure connections. If anything is out
  10. of place (i.e. invalid certificate, non-ssl connection attempt to resources,
  11. etc...) the connection is blocked. The user can't make exceptions like they
  12. can with traditional SSL connections.
  13. For more information, feel free to contact us at http://coldfrontlabs.ca/contact