thx!
I think, that is the relevant block
sub new_account {
361 my ($self, $tos_url, %info) = @_;
362 my $url = $self->_method('newAccount');
363
364 my %payload = (contact => $info{contact});
365
366 if...
For me it make no difference where the issue would be handlet.
I only hope it could be fixed. So if it would be required i open a case in your git.
But it look like there are changes in the proxmox acme client required.
Kind regards
@fabian, thanks for the info, now it's confirmed that there is a difference between PBS and PVE.
here is the log from acme2certifier with debug enabled:
xxx.xxx.xxx.1 - - [08/Sep/2025:09:38:10 +0000] "GET / HTTP/1.1" 302 5 "-" "pve-acme/0.1"...
Hi,
yes, should i provide the output here?
But i am definitly sure it is not an issue from the acme2certifier, because it works without any issue with the proxmox backup server.
So i would promise there is an issue with the implementation in the...