0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

example: fix typo in doc http to https

ssl_hello_world_example uses https instead of http.
This commit is contained in:
Eiichi Tsukata 2013-12-12 18:41:17 +09:00
parent 9f33a20d94
commit 1182db6949

View file

@ -15,7 +15,7 @@ To start the release in the foreground:
$ ./_rel/bin/ssl_hello_world_example console $ ./_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, You will need to temporarily trust the root certificate authority,
which can also be found in `priv/ssl/cowboy-ca.crt`. which can also be found in `priv/ssl/cowboy-ca.crt`.