acme on ipv6-only infrastructure is not possible ATM --- workaround: add: ```erl httpc:set_options([{ipfamily, inet6}]), ``` here: https://github.com/processone/p1_acme/blob/5ca4be180b4e0a35673fee0377420fed54f7d650/src/p1_acme.erl#L600-L601 and recompile with `erlc`
acme on ipv6-only infrastructure is not possible ATM
workaround:
add:
here:
p1_acme/src/p1_acme.erl
Lines 600 to 601 in 5ca4be1
and recompile with
erlc