Vertganti

Results 7 comments of Vertganti

As stated [here](https://github.com/adferrand/dnsrobocert/issues/518#issuecomment-971458073) we have been experiencing this since version `3.14.0`, which fixed a different renewal issue. As far as I can tell the problem is that the initial [`certonly`...

Thanks @centja1 for adapting the code and providing the image. I have set it up for testing with a certificate that will expire towards the end of this month and...

The renewal worked! Since no one else is responding I guess you can submit the PR. Hopefully @adferrand will be back and able to merge/review it soon.

We were stuck on this issue for a few days now and finally found the cause and a solution. The problem is that the `Config` subdirectory of the `Kernel` directory...

@skavanagh The H2 developers increased the database format version once more for H2 version 2.2.220+ (see [the corresponding PR](https://github.com/h2database/h2database/pull/3834)). Since the 3.15.00 release of Bastillion contains the update to H2...

Thank you, a config option to opt-out sounds like a good solution.

To fix this change `from NeuroPy import NeuroPy` to `from NeuroPy.NeuroPy import NeuroPy`