Jordan S

Results 29 comments of Jordan S

@JamesParkNINJA Good thinking. I'll give it a try in the next couple of days :)

The same thing happens with HTTP verification. You will be presented with the option to create a blank file with no filename (variables aren't being filled it seems). Then if...

After perusing the code trying to fix this I've discovered two things: 1. There's definitely nothing in there to support DNS verification, which makes some sense given that the module...

Hey Stacy, Yep! I uploaded the new version and got the same results. It begins with HTTP activation (as the option is available to select) but when you get to...

What did Namecheap support say? I'm also getting this error when attempting to renew Comodo EssentialSSL

I've gotten to the bottom of this and submit my results to NameCheap support. In the WHMCS database, you'll find under the `tblsslorders` table, the field called `certtype` as well...

Try my fork of the module here: https://github.com/websavers/WHMCS-Namecheap-SSL I just submit [a commit that should fix this](https://github.com/websavers/WHMCS-Namecheap-SSL/commit/09fe414e2f60289b78a17ca566651f4b8f0094f3). Let me know the results.

@the-djmaze I'm not super familiar with data streaming code. It looks like you could send the entirety of the message IDs with JS through to the server-side stream responder (which...

I can see how it might make sense to implement this feature with stream as a first test. That way it's not core functionality that would be affected should the...