Browse code

Update README.md

The URL(http://localhost:8443/console) does NOT work properly.

Below error occurred.

2015/05/28 22:26:42 http: TLS handshake error from [::1]:59442: tls: first record does not look like a TLS handshake

You have to user https.

Thanks.

Hyunsoo Kim authored on 2015/05/28 22:31:35
Showing 1 changed files
... ...
@@ -187,7 +187,7 @@ and then browse to http://openshift3swagger-claytondev.rhcloud.com (which runs a
187 187
 Web Console
188 188
 -----------
189 189
 
190
-The OpenShift API server also hosts a web console. You can try it out at [http://localhost:8443/console](http://localhost:8443/console).
190
+The OpenShift API server also hosts a web console. You can try it out at [https://localhost:8443/console](https://localhost:8443/console).
191 191
 
192 192
 For more information on the console [checkout the README](assets/README.md) and the [docs](http://docs.openshift.org/latest/dev_guide/console.html).
193 193