Skip to content

Option to disable IPV6 #157

@regnete

Description

@regnete

Sadly docker containers do not support access to remote servers via ipv6 out of the box.

For an example on how many things to do and think about in order to enable ipv6 access to the internet see https://medium.com/@skleeschulte/how-to-enable-ipv6-for-docker-containers-on-ubuntu-18-04-c68394a219a2

The Let's Encrypt server names (e.g. r3.o.lencr.org) are configured and accessible with either ipv4 or ipv6 addresses.

simp_le seems to always use the ipv6 addresses.

This results in problems when creating or renewing certificates from within docker containers in case they cannot access ipv6 servers.
I ran into this problem using https://github.com/nginx-proxy/nginx-proxy.

Is there an opportunity to force the use of ipv4 adressess when accessing the Let's Encrypt servers? it woud be great to make this available via command line argument and ENV variable. Command line arg should overwrite ENV var then.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions