Carl Kittelberger
Carl Kittelberger
@canyie > Does your device use full-disk encryption(FDE)? If you don't know what's it, execute `getprop ro.crypto.type`. Output is `block`. > A full bootlog (logcat when it boots) is also...
[A full logcat (as far as I could fetch it at least) from boot containing the deletePackageX message](https://github.com/topjohnwu/Magisk/files/9242043/boot03.log).
This problem is most likely caused by the APK signature check routine that was added in Magisk v25. That check even fails on the official Magisk app on my Galaxy...
As far as I understand there is indeed no OCSP stapling support in Traefik yet. I also tried to verify that on my own Traefik setup and as far as...
@alemairebe if I understand the code correctly though that is just for the integrated ACME client. What about certificates that are loaded into the configuration externally, like from file providers?...
@polarathene See [an earlier comment of mine to the effect of this particular setting](https://github.com/containous/traefik/issues/212#issuecomment-385202361). This only covers the first point of @alesnav's response, but not the second part.
@polarathene I didn't exactly think about it but if `mustStaple` is enabled and the OCSP stapling is lacking, this will very likely (definitely?) break connectivity; I think you are right....
Ran into the exact same issue just now of it just displaying the usual file open dialog if you try with Yubikey Challenge-Response. It seems that at this point it...
@markmandel It seems that you [use `for{}`](https://github.com/googleforgames/agones/blob/main/examples/simple-game-server/main.go#L124-L126) which keeps the loop busy. Can we replace this with `select{}` which causes a blocking operation instead or was there a reason it...
Wished I could contribute here but I'm just silently reading along learning about the efforts going into writing a mapping like this as well 😅 . Happy to test on...