TampereHacklab / mulysa

Mulysa member management for Hacklabs
GNU General Public License v3.0
6 stars 11 forks source link

Forward http port 80 to https #70

Closed vranki closed 4 years ago

vranki commented 4 years ago

Browsers default to http when opening the mulysa url. Forward to https is required.

tswfi commented 4 years ago

74 fixes this

$ curl -v my.tampere.hacklab.fi
*   Trying 94.237.114.142:80...
* TCP_NODELAY set
* Connected to my.tampere.hacklab.fi (94.237.114.142) port 80 (#0)
> GET / HTTP/1.1
> Host: my.tampere.hacklab.fi
> User-Agent: curl/7.65.3
> Accept: */*
> 
* Mark bundle as not supporting multiuse
< HTTP/1.1 302 Found
< Location: https://my.tampere.hacklab.fi/
< Date: Mon, 13 Jan 2020 12:22:39 GMT
< Content-Length: 5
< Content-Type: text/plain; charset=utf-8
< 
* Connection #0 to host my.tampere.hacklab.fi left intact