tildeio / rustconf

Annual Rust Conference
3 stars 5 forks source link

Support HTTPS #52

Open reillysiemens opened 6 years ago

reillysiemens commented 6 years ago

Currently the RustConf website is not available over HTTPS.

:heavy_check_mark: HTTP

[16:13:39] tucker@khanti:~ $ curl --head http://rustconf.com   
HTTP/1.1 200 OK
Server: GitHub.com
Date: Fri, 25 May 2018 23:13:43 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 5681
Vary: Accept-Encoding
Last-Modified: Thu, 24 May 2018 00:50:28 GMT
Vary: Accept-Encoding
Access-Control-Allow-Origin: *
Expires: Fri, 25 May 2018 23:23:43 GMT
Cache-Control: max-age=600
Accept-Ranges: bytes
X-GitHub-Request-Id: B546:205F:3DE13AC:530FA5E:5B0898A7

:x: HTTPS

[16:13:43] tucker@khanti:~ $ curl --head https://rustconf.com
curl: (51) SSL: no alternative certificate subject name matches target host name 'rustconf.com'

As of 2018-05-01 GitHub Pages supports HTTPS for custom domains, so unless I'm mistaken it should be possible to enable HTTPS now for clients who'd like to connect securely.