Console: Redirect to HTTPS if available (ticket #2160)

Show console links as HTTPS if available
Extend blacklisted ports to cover HTTPS console and eepsite
This commit is contained in:
zzz
2018-02-20 20:19:34 +00:00
parent 33ea4cf571
commit f00bf7d2cb
6 changed files with 120 additions and 8 deletions

View File

@@ -1,3 +1,19 @@
2018-02-20 zzz
* Console:
- Redirect to HTTPS if available (ticket #2160)
- Change all 302s to 303 or 307
- Change sendError() to setStatus() for 3xx responses
* Crypto: Backdate selfsigned cert to allow for clock skew
* Eepget: Handle 308
2018-02-19 zzz
* Console:
- Change trac links (ticket #2014)
- Change selfsigned cert cname to localhost (ticket #2160)
* Crypto: Add IP addresses to selfsigned cert SAN (ticket #2160)
* Streaming: Don't exceed configured tag settings
* Time: More sanity checks on NTP responses
2018-02-18 zzz
* i2ptunnel: Retry accept after router soft restart (ticket #2003)