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

An error occurred: [2011301] We're sorry, the requested SSL type has been discontinued #70

Open
golf04 opened this issue Mar 31, 2017 · 7 comments

Comments

@golf04
Copy link

golf04 commented Mar 31, 2017

I found this error on our WHMCS system.

Could you give any suggestion on this ?

@eryogeshsingh
Copy link

Namecheap discontinued all other SSL certificates except Comodo. They also discontinued 1 Comodo SSL.

So, this error is most probably coming because of the product in WHMCS is not assigned to an active SSL certificate. The solution is that you go into WHMCS backend and edit those SSL products in the module settings tab you have and make sure they are connected to an active SSL certificate type. Screenshot: http://prntscr.com/eqmlxh

@golf04
Copy link
Author

golf04 commented Mar 31, 2017

Thanks @eryogeshsingh I'll checked on it.

@golf04
Copy link
Author

golf04 commented Apr 4, 2017

Hello @eryogeshsingh ,

I've looked on my WHMCS namecheapssl module, on my product type it now using Comodo EssentialSSL Wildcard that are now active on namecheap website.

So the solution that you give me not working.
Can you investigated on this issue and review these pictures https://ibb.co/dJ7Qqa https://ibb.co/dHM73v.

@eryogeshsingh
Copy link

It's hard to tell then. I am recommending that you contact Namecheap through live chat support.

@golf04
Copy link
Author

golf04 commented Apr 4, 2017

Thank you @eryogeshsingh,

I've contact Namecheap support per your suggestion.

@jas8522
Copy link

jas8522 commented Mar 3, 2018

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

@jas8522
Copy link

jas8522 commented Jul 28, 2018

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 as table mod_namecheapssl with field type. If you relinked this certificate at some point in the past, both of those fields will still contain the value of the old certificate, such as "QuickSSL Premium", even if you've changed the certificate to a completely different one in the WHMCS UI.

The Namecheap module doesn't pull the certificate name from the associated product (which is silly), but rather from these tables when it processes the renewal. Therefore to fix this, you must update that value in both database tables to the new/current certificate name (e.g.: EssentialSSL)

I've indicated to Namecheap support that one of two things should/needs to change in order to fix this:

  1. When re-linking an SSL certificate in WHMCS via Addons > Namecheap SSL Module > Link/Re-Link WHMCS Cert ID to NC Cert ID — it should automatically update these fields to the new certificate’s type, or
  2. When renewing it shouldn’t be looking up the certtype from tblsslorders nor from mod_namecheapssl, rather it should look it up from the currently selected product in WHMCS.

I'm awaiting a response.

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