it's nicer that way

This commit is contained in:
Daniel Jakots 2017-03-23 10:43:40 -04:00
parent 2dcd794e36
commit 2f106e7381

View file

@ -48,7 +48,7 @@ En HTTP classique :
$ curl http://192.0.2.1:8080/foo/bar -H 'Host: www.example.com'
~~~
En HTTPs (SNI) :
En HTTPS (SNI) :
~~~
$ curl --resolve www.example.com:443:192.0.2.1 https://www.example.com/foo/bar