[GH-ISSUE #1803] ARM docker image - GANDI DNS Challenge timeout #1334

Closed
opened 2026-02-26 07:30:32 +03:00 by kerem · 4 comments
Owner

Originally created by @olaxe on GitHub (Jan 25, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1803

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • Yes
  • Are you sure you're not using someone else's docker image?
    • Yes
  • Have you searched for similar issues (both open and closed)?
    • Yes

Describe the bug

On ARM, cannot execute pip install certbot_plugin_gandi~=1.3.2 to make a DNS Challenge using GANDI as a DNS provider. Works well on x64. The cryptography from pip is in error due to the fact there is some missing prerequisites.

Nginx Proxy Manager Version

2.9.15

To Reproduce
Steps to reproduce the behavior:
On the ARM image of docker, go in command line and type: pip install certbot_plugin_gandi~=1.3.2

Expected behavior

Installation of the certbot_plugin_gandi

Screenshots

Operating System

Raspberry PI 4 4GB

Additional context

Documentation: Source: https://cryptography.io/en/latest/installation/
The fix is to add on the ARM image: apt install -y build-essential libssl-dev libffi-dev python3-dev cargo
I have tested it and it works fine

Originally created by @olaxe on GitHub (Jan 25, 2022). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1803 <!-- Are you in the right place? - If you are looking for support on how to get your upstream server forwarding, please consider asking the community on Reddit. - If you are writing code changes to contribute and need to ask about the internals of the software, Gitter is the best place to ask. - If you think you found a bug with NPM (not Nginx, or your upstream server or MySql) then you are in the *right place.* --> **Checklist** - Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image? - Yes - Are you sure you're not using someone else's docker image? - Yes - Have you searched for similar issues (both open and closed)? - Yes **Describe the bug** <!-- A clear and concise description of what the bug is. --> On ARM, cannot execute pip install certbot_plugin_gandi~=1.3.2 to make a DNS Challenge using GANDI as a DNS provider. Works well on x64. The cryptography from pip is in error due to the fact there is some missing prerequisites. **Nginx Proxy Manager Version** <!-- What version of Nginx Proxy Manager is reported on the login page? --> 2.9.15 **To Reproduce** Steps to reproduce the behavior: On the ARM image of docker, go in command line and type: pip install certbot_plugin_gandi~=1.3.2 **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> Installation of the certbot_plugin_gandi **Screenshots** <!-- If applicable, add screenshots to help explain your problem. --> **Operating System** <!-- Please specify if using a Rpi, Mac, orchestration tool or any other setups that might affect the reproduction of this error. --> Raspberry PI 4 4GB **Additional context** <!-- Add any other context about the problem here, docker version, browser version, logs if applicable to the problem. Too much info is better than too little. --> Documentation: Source: https://cryptography.io/en/latest/installation/ The fix is to add on the ARM image: apt install -y build-essential libssl-dev libffi-dev python3-dev cargo I have tested it and it works fine
kerem 2026-02-26 07:30:32 +03:00
  • closed this issue
  • added the
    stale
    bug
    labels
Author
Owner

@hitokiri8x commented on GitHub (Feb 4, 2022):

Can confirm both problem and solution on a clean install on my RPi4

<!-- gh-comment-id:1030100796 --> @hitokiri8x commented on GitHub (Feb 4, 2022): Can confirm both problem and solution on a clean install on my RPi4
Author
Owner

@senzop commented on GitHub (Mar 9, 2022):

same problem with certbot-dns-acmedns too. might be all dns challenge plugins on arm

<!-- gh-comment-id:1062846368 --> @senzop commented on GitHub (Mar 9, 2022): same problem with certbot-dns-acmedns too. might be all dns challenge plugins on arm
Author
Owner

@github-actions[bot] commented on GitHub (Feb 26, 2024):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:1963181975 --> @github-actions[bot] commented on GitHub (Feb 26, 2024): Issue is now considered stale. If you want to keep it open, please comment :+1:
Author
Owner

@github-actions[bot] commented on GitHub (Apr 10, 2025):

Issue was closed due to inactivity.

<!-- gh-comment-id:2791370941 --> @github-actions[bot] commented on GitHub (Apr 10, 2025): Issue was closed due to inactivity.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#1334
No description provided.