From 1182db69495ddcf1925ad30f2e820a259369f100 Mon Sep 17 00:00:00 2001 From: Eiichi Tsukata Date: Thu, 12 Dec 2013 18:41:17 +0900 Subject: example: fix typo in doc http to https ssl_hello_world_example uses https instead of http. --- examples/ssl_hello_world/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/ssl_hello_world/README.md b/examples/ssl_hello_world/README.md index 4de78e7..faffb54 100644 --- a/examples/ssl_hello_world/README.md +++ b/examples/ssl_hello_world/README.md @@ -15,7 +15,7 @@ To start the release in the foreground: $ ./_rel/bin/ssl_hello_world_example console ``` -Then point your browser at [http://localhost:8443](http://localhost:8443). +Then point your browser at [https://localhost:8443](https://localhost:8443). You will need to temporarily trust the root certificate authority, which can also be found in `priv/ssl/cowboy-ca.crt`. -- cgit v1.2.3