mumble-voip/mumble-www

Opening `https://mumble.info/` asks for a user certificate

Opened this issue · 6 comments

Opening https://mumble.info/ asks for a user certificate, which it should not.

Opening https://www.mumble.info/ does not.

Note that for me it asks only once. When I cancel, opening it again does not again. In Firefox. I guess because it remembers.

Opening a new private browser windows the issue occurs again. Opening another private tab or window does not. But closing and opening a new private browser window, it occurs again.

I found the configuration issue, but it is unclear whether this is used for some of the services hosted under that domain. We want to verify that first before removing it.

quite commented

Both http and https://mumble.info redirects to https://www.mumble.info

Looks good to me.

This is an issue despite redirects.

That configuration option is required in order for the public server list registration to work.

The reason why we use it in mumble.info's configuration is because servers older than 1.3.0 use https://mumble.info/register.cgi as endpoint: https://github.com/mumble-voip/mumble/blob/cf8eaa20d9ba36a7877f01a83ac1036aebf18631/src/murmur/Register.cpp#L117

But if it’s required on /register.cgi I still don’t see why it would be required at /?

Bad configuration.