mumble-voip / mumble-www

The Mumble website
https://www.mumble.info
Other
14 stars 20 forks source link

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

Open Kissaki opened 5 years ago

Kissaki commented 5 years ago

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.

Kissaki commented 5 years ago

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 4 years ago

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

Looks good to me.

Kissaki commented 4 years ago

This is an issue despite redirects.

davidebeatrici commented 3 years ago

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

Kissaki commented 3 years ago

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

davidebeatrici commented 3 years ago

Bad configuration.