diff options
author | Olivier Gayot <og@satcom1.com> | 2016-08-03 15:57:54 +0200 |
---|---|---|
committer | Olivier Gayot <og@satcom1.com> | 2016-08-03 15:57:54 +0200 |
commit | d4579d2e8ec9d38a6e30bc78ed50be54f51e9819 (patch) | |
tree | b542ffaafc36614b79c65900c562d186cc7d2864 /posts/curl-and-the-tls-sni-extension.rst | |
parent | 828c85cadee033c1a44b83d415c016b26493e6c3 (diff) |
curl-sni: replaced possess by own
Signed-off-by: Olivier Gayot <og@satcom1.com>
Diffstat (limited to 'posts/curl-and-the-tls-sni-extension.rst')
-rw-r--r-- | posts/curl-and-the-tls-sni-extension.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/curl-and-the-tls-sni-extension.rst b/posts/curl-and-the-tls-sni-extension.rst index 39d3f35..7c2950a 100644 --- a/posts/curl-and-the-tls-sni-extension.rst +++ b/posts/curl-and-the-tls-sni-extension.rst @@ -10,7 +10,7 @@ Let's say that you are hosting multiple websites on the same port of a single machine which IPv4 address is 176.31.99.217. Both websites must be accessible via HTTP and HTTPS. -You possess the NS domain *example.org* and it points to your machine. +You own the NS domain *example.org* and it points to your machine. You are using virtualhosts to manage your differents websites. i.e. the *Host* HTTP header is analysed by your webserver so it can make the decision of which |