Actions
Bug #8126
closedACME standalone HTTP not listening on IPv6
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
ACME
Target version:
-
Start date:
11/25/2017
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
2.4.2
Affected Plus Version:
Affected Architecture:
Description
When I try to register a certificate via the ACME service I have a DNS name that only has an IPv6 record (AAAA). When I chose the "standalone HTTP server" method though mc is only listening on tcp4 instead of also tcp6.
I consider this to be a bug.
Link to my topic on the forum:
https://forum.pfsense.org/index.php?topic=140458.0
Script: /usr/local/pkg/acme/acme.sh
It might be a possibility to enter an IP address for the nc to listen on. Then it could decide by itself if it runs nc -4 or nc -6. Such a textfield should be optional though. IMO when nothing is given it should listen on any address for both IPv4 and IPv6.
Actions