Skip to content

Fix IPv6 URL when trying to fetch challenge ourselves for debugging#6800

Merged
neilpang merged 1 commit intoacmesh-official:devfrom
pgerber:ipv6-debug
Feb 22, 2026
Merged

Fix IPv6 URL when trying to fetch challenge ourselves for debugging#6800
neilpang merged 1 commit intoacmesh-official:devfrom
pgerber:ipv6-debug

Conversation

@pgerber
Copy link

@pgerber pgerber commented Feb 21, 2026

Fixes the following error when debugging is enabled:

[Sat Feb 21 04:00:22 CET 2026] Here is the curl dump log: [Sat Feb 21 04:00:22 CET 2026] * URL rejected: Port number was not a decimal number between 0 and 65535
* closing connection #-1

IPv6 addresses in URLs need to be written like this: http://[2001:43:5::250]

Fixes the following error when debugging is enabled:

[Sat Feb 21 04:00:22 CET 2026] Here is the curl dump log:
[Sat Feb 21 04:00:22 CET 2026] * URL rejected: Port number was not a decimal number between 0 and 65535
* closing connection #-1

IPv6 addresses in URLs need to be written like this:

    http://[2001:43:5::250]
@neilpang neilpang merged commit 8304d3e into acmesh-official:dev Feb 22, 2026
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants