Seems this is fixed in 2.4, but not 2.3. In 2.3 the following header is returned:
< HTTP/1.1 302 FOUND < Server: nginx/1.10.3 (Ubuntu) < Date: Tue, 15 May 2018 19:51:52 GMT < Content-Type: text/html; charset=utf-8 < Transfer-Encoding: chunked < Connection: keep-alive < Vary: Cookie < X-Frame-Options: SAMEORIGIN < Location: http://localhost/MAAS/accounts/login/?next=%2FMAAS%2F
It is redirecting to the HTTP instead of HTTPS.
Seems this is fixed in 2.4, but not 2.3. In 2.3 the following header is returned:
< HTTP/1.1 302 FOUND localhost/ MAAS/accounts/ login/? next=%2FMAAS% 2F
< Server: nginx/1.10.3 (Ubuntu)
< Date: Tue, 15 May 2018 19:51:52 GMT
< Content-Type: text/html; charset=utf-8
< Transfer-Encoding: chunked
< Connection: keep-alive
< Vary: Cookie
< X-Frame-Options: SAMEORIGIN
< Location: http://
It is redirecting to the HTTP instead of HTTPS.