Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certificate configuration fails over IPv6 #68

Open
orudge opened this issue Aug 27, 2016 · 3 comments
Open

Certificate configuration fails over IPv6 #68

orudge opened this issue Aug 27, 2016 · 3 comments

Comments

@orudge
Copy link

orudge commented Aug 27, 2016

Hello,

If running WHMCS on an IPv6-capable server, and attempting to configure a certificate from an IPV6-capable client, an error is received along the lines of "ClientIP is invalid" (unfortunately I didn't note the exact warning). Disabling IPv6 in Firefox "fixes" this, but as IPv6 is becoming more common, NameCheap should really support IPv6 addresses in the client IP field, even if they don't offer IPv6 access themselves.

@fuzzbawl
Copy link

We've experienced the exact same problem. The full error is:
string(39) "[1011105] Parameter ClientIP is invalid"

If you look at the Namecheap API error code list, 1011105 is in there indicating that the ClientIP is indeed the issue but it appears to be a problem on Namecheap's side of this. There's nothing we can do to fix it from a settings perspective outside of disabling IPv6 on the client, but that's just not possible. Looks like we'll have to move SSL to another registrar.

@orudge
Copy link
Author

orudge commented Oct 27, 2016

I guess as a workaround we could alter the _getClientIp function to detect an IPv6 address and, if found, return the server's own IPv4 address. Not ideal but should allow the order to proceed until NameCheap can fix their systems...

@ggrigon
Copy link

ggrigon commented Jan 3, 2020

2020 and namecheap still without support for ipv6 on the API :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants