Jump to content

[solved] whois timeout .me (whois.nic.me)


Recommended Posts

Hello, in the WHMCS 6.3.2 the whois configuration file sets the .me domain whois server to whois.nic.me

In the WHMCS logs i see " WHOIS Lookup Error for encrypt.me': Error: 110 - Connection timed out "

I paused Cloudflare protection for the site and waited 2 minutes, that whois whmcs lookup continue to timeout.

The IP shown was my IP. When i do Linux command (whois encrypt.me -h whois.nic.me) from my computer with that public IP, then the WHOIS works, and does not timeout.

I asked my hosting provider to do the same command from the hosting server where WHMCS is hosted, it does not timeout either.

Edited by postcd
Link to comment
Share on other sites

54 minutes ago, postcd said:

Hello, in the WHMCS 6.3.2 the whois configuration file sets the .me domain whois server to whois.nic.me

so your entry in whoisservers.php is... ?

.me|whois.nic.me|NOT FOUND

if so, it should work (and does for me)...

I think the original file contains an outdated entry...

.me|whois.meregistry.net|NOT FOUND

and that should generate a 110 timeout message.

Link to comment
Share on other sites

Thank you for the feedback. In the includes/whoisservers.php i have found TWO lines:

.me|whois.nic.me|NOT FOUND
.me|whois.meregistry.net|NOT FOUND

(in order like i show it)

so i commented out second one turning the line into:

#.me|whois.meregistry.net|NOT FOUND

then the .me whois lookup started working. No timeout and shows the correct domain status (Unavailable) instead of Available.

I think that if needed, the alternative whois server can be defined in above mentioned whoisservers.php file and found by running linux whois command on a domain name and it should output the address of the whois server.

Thank you for helping to solve this 🙂

Link to comment
Share on other sites

2 hours ago, postcd said:

Thank you for the feedback. In the includes/whoisservers.php i have found TWO lines:

.me|whois.nic.me|NOT FOUND
.me|whois.meregistry.net|NOT FOUND

it would be expected behaviour for it to use the last entry it finds - I used to keep the whoisservers file sorted to make these things easier to spot, though you can't really do that as easily with v7+

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated