Found it .. the "without tls" did not get through to me apparently! Running Perkeep without https did solve this issue.
On Wednesday, 15 July 2020 at 16:35:49 UTC+2 Florian wrote: > Okay, I've been able to set that up and use the keyc/cert from Caddy for > the Perkeep server. > > For some reason it now keeps asking me for basic auth, even if I have that > set to `auth: "none"`, and I don't have basic auth set up on Caddy. > So basicly I'm stuck on that prompt dialog. > > If you happen to have a working instance of this, would you mind sharing > your Caddyfile? > > > On Wednesday, 15 July 2020 06:43:57 UTC+2, tgulacsi78 wrote: > >> It does need upgrading. For a workaround, put it behind caddy ( >> caddyserver.com), without tls. >> >> >> >> On Wed, Jul 15, 2020 at 12:29 AM +0200, "Florian" <[email protected]> >> wrote: >> >> Hi, >>> >>> I've just started using Perkeep, setting it up on an Amazon EC2 with an >>> attached S3 bucket and I have been able to hook it up to one of my domain >>> names. >>> However, I have been trying to get HTTPS to work, but keep getting the >>> following printed: >>> >>> "403 urn:acme:error:unauthorized: Account creation on ACMEv1 is >>> disabled. Please upgrade your ACME client to a version that supports ACMEv2 >>> / RFC 8555. See >>> https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430 >>> for details." >>> >>> Since I'm mostly a front-end dev, this is all a little on the far side >>> of my knowledge and comfort zone, so I was hoping someone could point me in >>> the right direction. >>> >>> Fwiw, my config looks like this: >>> >>> { >>> "auth": "userpass:<user>:<secret>:+localhost", >>> "https": true, >>> "baseURL": "https://<mydomain>", >>> "listen": ":443", >>> "camliNetIP": "", >>> "identity": "<identity>", >>> "identitySecretRing": >>> "/home/ec2-user/.config/perkeep/identity-secring.gpg", >>> "s3": "<s3 config>", >>> "packRelated": true, >>> "levelDB": "/home/ec2-user/var/perkeep/index.leveldb" >>> } >>> >>> Thanks in advance to anyone taking the time, >>> Regards, >>> >>> Florian >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Perkeep" group. >>> >> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> >> >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/perkeep/637fca78-ff01-4b01-a7cd-3fa7ba930a49o%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/perkeep/637fca78-ff01-4b01-a7cd-3fa7ba930a49o%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- You received this message because you are subscribed to the Google Groups "Perkeep" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/perkeep/af336f42-d18f-48bb-9b41-41d5d44cbad5n%40googlegroups.com.
