Remitur Posted September 1, 2021 Share Posted September 1, 2021 Hello. I just realized that my WHMCS is considering available for registration any .es domain (google.es too... ) I whitelisted my IP with red.es time ago, and the json whois definition is so: { "extensions": ".com,.net,.es,.com.es,.nom.es,.gob.es,.edu.es", "uri": "socket://whois.crsnic.net", "available": "No match for" }, What is wrong? 0 Quote Link to comment Share on other sites More sharing options...
cenourinha Posted September 2, 2021 Share Posted September 2, 2021 You should use this: { "extensions": ".es,.com.es,.nom.es,.gob.es,.edu.es", "uri": "socket://whois.nic.es", "available": "There is no information available on the domain consulted." } 1 Quote Link to comment Share on other sites More sharing options...
Remitur Posted September 2, 2021 Author Share Posted September 2, 2021 7 hours ago, cenourinha said: You should use this: It works, thanks!!!!!! 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 3, 2021 Share Posted October 3, 2021 On 02/09/2021 at 09:22, Remitur said: It works, thanks!!!!!! bear in mind that that is a private whois server and you will need to authorise your server IP with them before it will work correctly... e.g if you search for "google.es" it is showing as registered (correct), but if you search for "remiturandbrian.com.es", then that shows as registered too. ... but it's really available. ⚠️ 1 Quote Link to comment Share on other sites More sharing options...
Remitur Posted October 4, 2021 Author Share Posted October 4, 2021 19 hours ago, brian! said: bear in mind that that is a private whois server and you will need to authorise your server IP with them before it will work correctly... e.g if you search for "google.es" it is showing as registered (correct), but if you search for "remiturandbrian.com.es", then that shows as registered too. Thank you, much appreciated! It was a different kind of issue: few days ago I moved my WHMCS on a different server, with different IP... and forgot to ask the whitelisting of new IP to red.es! (I could compile a roll with the "to do" when you migrate a WHMCS install... starting with required PHP extensions, that the WHMCS install does not report as missing, then the number of different ports to be opened, then the whitelisting of new IP amongst a number of different providers... ) BTW: one of the reasons I moved on a different server is that WHMCS does not provide direct support anymore on servers that have not some kind of control panel installed... so they refuse to assist directly if you can provide just SSH or root access. It was not the only reason, and not the most important, but this was was also the reason I moved on a new DirectAdmin server...) 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.