Richard Körber

Results 25 comments of Richard Körber

I found this issue because I had a similar error when starting up squeezebox server. I had the googlemusic plugin running before, but it failed after a computer restart. I...

I'd like that! However, to ensure that integration tests against Pebble are deterministic, there should always be a way to eventually get a good response in a timely manner (this...

Thank you for your feedback, Dean! The DTO/DAO pattern is my favorite one for these kind of clients, too. And actually, acme4j before version 0.6 was designed like that. However,...

Now that the ACME protocol is finalized, I am actively working on this issue. There will be a mock framework available with the next _acme4j_ version.

Current status: The mock framework can already be used for simple tests that end in successful issuance of a certificate. I am currently working on extending the framework so it...

Thank you... Yes, S/MIME validation and signature should be part of acme4j. I will have a look into that.

It seems so... I just had the pleasure to remove almost 4000 unwanted users from my server. :wink: The `EJABBERD_REGISTER_ADMIN_ONLY` option is missing in the `README.md`, so I wasn't aware...

Also, `EJABBERD_REGISTER_TRUSTED_NETWORK_ONLY` is supposed to be `true` by default, according to the README. However this default value does not seem to be set anywhere.

Thank you... A very interesting idea! Would you mind to send in pull requests for the changes? It would take a while for me to program it, as I am...

In v2.15 I released today, S/MIME signature validation and header protection checks are now available, see the [documentation](https://shredzone.org/maven/acme4j/challenge/email-reply-00.html#validating-smime-challenge-e-mails). I'm sorry that it took so long. There were technical and also...