-
Hello. "scope": [
"organization:view",
"domain:view",
"domain:tech"
], The PAT is recognized (if I add a char in the token, I get an auth error).
I tried by extending check delay and I see the TXT record is created correctly. What can cause this timeout? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hello,
This timeout is related to the HTTP client used inside the API Client for Gandi. You should increase this timeout by setting the env var |
Beta Was this translation helpful? Give feedback.
-
Hello @ldez , thank you for your quick answer. I give
Checking the produced curl -v --resolve mysub.mydomain.tld:443:<realIpv4> https://mysub.mydomain.tld
There’s a smell, isn’t it? |
Beta Was this translation helpful? Give feedback.
-
Thank you again @ldez , I saw you selected the answer, and I endorse it. Let’s another subject for the next step… ^^ |
Beta Was this translation helpful? Give feedback.
Hello,
This timeout is related to the HTTP client used inside the API Client for Gandi.
It's because the Gandi API is slow to answer.
You should increase this timeout by setting the env var
GANDIV5_HTTP_TIMEOUT
(by default it's 10 seconds) to something like 30 seconds:GANDIV5_HTTP_TIMEOUT=30