Yannik Sembritzki

Results 140 comments of Yannik Sembritzki

@NoMore201 Apparantly this was due to a staggered rollout. (Now I got the 58.0.1 apk on playmaker). Maybe there is a way to avoid this in the future... Can you...

@shodanshok I think you would need to address this here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986709

Hey @TinCanTech, thanks for confirming this is not possible atm. I'd like to suggest that such a feature would be a good addition to easyrsa. If my initial explanation was...

I was able to solve this: By commenting out `[ -z "$EASYRSA_TEMP_DIR_session" ] || rm -rf "$EASYRSA_TEMP_DIR_session"` in `/usr/share/easy-rsa/easyrsa`, I could keep the temporary config file. Turns out that it...

Hey @TinCanTech The issue was caused by having added the line `crlDistributionPoints = URI:http://pki.XX.de/$ENV::CA_NAME.crl` to the COMMON file of the `x509-types` and not having `$CA_NAME` set. So it is an...

> > I would like to suggest to add an parameter to `easyrsa` which allows keeping (instead of removing) the dynamically generated temporary openssl config. > > This would've made...

@DeepDiver1975 I'm specifying a body using the `--data-binary @"request.txt"` option. `request.txt` contains my request body. As curl knows that it will need to request the `WWW-Authenticate` header first for digest...

@DeepDiver1975 Can you clarify: Do you want me to issue a request with basic auth to the server as is, or do you want me to reconfigure the auth-backend from...

@DeepDiver1975 In the meantime, this is the stacktrace of the exception: ```#0 /var/www/domain.org/htdocs/sabredav/vendor/sabre/dav/lib/DAV/CorePlugin.php(717): Sabre\Xml\Service->parse('', '/sabredav/addre...', NULL) #1 /var/www/domain.org/htdocs/sabredav/vendor/sabre/event/lib/WildcardEmitterTrait.php(89): Sabre\DAV\CorePlugin->httpReport(Object(Sabre\HTTP\Request), Object(Sabre\HTTP\Response)) #2 /var/www/domain.org/htdocs/sabredav/vendor/sabre/dav/lib/DAV/Server.php(474): Sabre\DAV\Server->emit('method:REPORT', Array) #3 /var/www/domain.org/htdocs/sabredav/vendor/sabre/dav/lib/DAV/Server.php(251): Sabre\DAV\Server->invokeMethod(Object(Sabre\HTTP\Request), Object(Sabre\HTTP\Response)) #4 /var/www/domain.org/htdocs/sabredav/vendor/sabre/dav/lib/DAV/Server.php(319):...

FYI: I discovered this bug as it is the reason why the [roundcube carddave plugin](https://plugins.roundcube.net/packages/roundcube/carddav) currently fails to sync with sabredav servers. In principal, `DAV\Auth\Plugin` adds a `beforeMethod:*` [trigger](https://github.com/sabre-io/dav/blob/4.0.3/lib/DAV/Auth/Plugin.php#L85), which...