summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorOlivier Gayot <og@satcom1.com>2016-08-03 15:59:34 +0200
committerOlivier Gayot <og@satcom1.com>2016-08-03 15:59:34 +0200
commit26572ed0d83f6c1e1b6501c5bc64caed3426995a (patch)
tree835220c11b8e4f0372752a06c59d711365b99d18 /posts
parentd4579d2e8ec9d38a6e30bc78ed50be54f51e9819 (diff)
curl-sni: slay punctuation just before '::'
Signed-off-by: Olivier Gayot <og@satcom1.com>
Diffstat (limited to 'posts')
-rw-r--r--posts/curl-and-the-tls-sni-extension.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/curl-and-the-tls-sni-extension.rst b/posts/curl-and-the-tls-sni-extension.rst
index 7c2950a..b269fc2 100644
--- a/posts/curl-and-the-tls-sni-extension.rst
+++ b/posts/curl-and-the-tls-sni-extension.rst
@@ -132,11 +132,10 @@ We are offered (at least) two possibilities:
> Accept: */*
> Host: vhost1.example.org
-
HTTPS
-----
-Now what happens if we use the HTTPS version ?::
+Now let's see what happens if we use the HTTPS version::
$ curl https://example.org
default
@@ -151,7 +150,7 @@ This is a normal behaviour. We can solve this issue by creating a certificate
valid for *example.org* and *176.31.99.217* for example.
But what about requesting our virtualhosts ? Well, pretty much the same happens
-as it did before (unless you didn't clear your */etc/hosts* file).::
+as it did before (unless you didn't clear your */etc/hosts* file)::
$ curl https://vhost1.example.org
curl: (6) Could not resolve host: vhost1.example.org