FreddleSpl0it
FreddleSpl0it
@markus-gitdev do you mean Yubikey with Webauthn or Yubikey OTP? For Yubikey with Webauthn: The thing is, the Browser needs to see some real user interaction to allow the call...
have you set HTTP_BIND or HTTPS_BIND in mailcow.conf? Currently only IPv4 bindings are possible for the Admin UI. IPv6 binding must be done with a docker.override.yml probably triggered by these...
> I have the following lines in my docker-compose.yml: > > ``` > ports: > - "${HTTPS_BIND:-:}:${HTTPS_PORT:-443}:${HTTPS_PORT:-443}" > - "${HTTP_BIND:-:}:${HTTP_PORT:-80}:${HTTP_PORT:-80}" > ``` please adjust these lines to this. https://github.com/mailcow/mailcow-dockerized/blob/63f718178e22ad0c89e0cacd64aadb8beda9301b/docker-compose.yml#L379-L381 I'll...
I'm with @zugazagoitia. The easiest way is to find the spots that are hard to see for colorblind people and tweak them. In this case a icon is the better...
I've already worked on that and have successfully migrated from u2f to webauthn https://github.com/FreddleSpl0it/mailcow-dockerized. I will try to do a PR next week.
does your mailcow have a valid ssl certificate or does it have a self-signed/untrusted one?
I'll take a look at it. I can't tell if your browser just needs some time and that's why you get a timeout or if it's another problem. I'll try...
> > Do you get the same error when you try to use the key as only Fido2 registration? > > If i understand you correctly, thats what i did....
Your YubiKey 5 NFC has a FIDO2 interface. The new Fido2/Webauthn method will try to use your key via this interface instead of the old FIDO interface. This requires that...
I can only confirm this strange behaviour with firefox on ubuntu. However my yubikey works fine with chrome and opera. In chrome and opera i get prompted to enter a...