From 365b1985b92005516d7ad03101792b9bc4980f96 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Tue, 18 Dec 2018 17:45:31 -0500 Subject: [PATCH] NAMEDOTCOM: Improve error docs --- docs/_providers/name.com.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_providers/name.com.md b/docs/_providers/name.com.md index 94ab4db5d..b2e0e4910 100644 --- a/docs/_providers/name.com.md +++ b/docs/_providers/name.com.md @@ -71,7 +71,8 @@ Means you are setting `export NAMEDOTCOM_URL='api.name.com/api'` and need to rem When running integration tests, this error: -export NAMEDOTCOM_URL='https://api.name.com/api' ``` integration_test.go:81: Failed getting nameservers Get https://https//api.name.com/api/v4/domains/stackosphere.com?: dial tcp: lookup https: no such host ``` + +It means you included the `https://` in the `NAMEDOTCOM_URL` variable. You meant to do something like `export NAMEDOTCOM_URL='api.name.com' instead.