mint-o-badges / badgr-server

Open Badge issuing and management with Django
GNU Affero General Public License v3.0
2 stars 1 forks source link

server: redirect www.openbadges.education to openbadges.education #194

Closed zven closed 1 month ago

zven commented 1 month ago

Atm, the redirect from www.openbadges.education to openbadges.education does not work properly and gives as a security warning:

Image

zven commented 1 month ago

We let Chris configure the DNS properly and don't need to change anything on our side.

zven commented 1 month ago

Update: Does not work in Chrome so we should configure our nginx in a way that the redirect works.

zven commented 1 month ago

Another update: Chrome has not been the problem: With the DNS redirect, https://www.openbadges.education does not work since the certificate does not fit. If you type only www.openbadges.education, it worked. Long story short: We configure a redirect in our nginx.

timber-they commented 1 month ago

Note that we use traefik as reverse proxy for HTTPS, not nginx. Doesn't really matter though

timber-they commented 1 month ago

If this is also supposed to be supported on staging / develop and / or on api., those DNS entries first need to be added as well. I've for now only implemented it for `http(s)www.openbadges.education/->https://openbadges.education/*`