diff options
-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 |