gogetssl / whmcs-addon

GOGETSSL WHMCS SSL Addon
MIT License
37 stars 22 forks source link

The product X does not support SAN`s #217

Closed DennisSkov closed 1 year ago

DennisSkov commented 1 year ago

Describe the bug Ever since updating to 2.7.7, we've had trouble configuring SSL wildcard certificates (more specifically Sectigo PositiveSSL Wildcard). Downgrading to 2.7.5 fixes the issue. The module somehow tells the API that a SAN should be configured.

This is the data the module sends:

Array
(
    [uri] => /orders/add_ssl_san_order/
    [post] => Array
        (
            [order_id] => XXXX
            [count] => 2
            [single_san_count] => 1
            [wildcard_san_count] => 1
        )

)

To Reproduce Steps to reproduce the behavior:

  1. Reissue a Sectigo PositiveSSL Wildcard certificate
  2. Use the existing CSR or generate a new one
  3. Select any DCV method - we used DNS
  4. See error

Expected behavior The module should not call /orders/add_ssl_san_order/ as no SAN is required on the order.

DennisSkov commented 1 year ago

Any update on this? If we downgrade the module to 2.7.5, clients will not be able to pay their invoices. If we don't downgrade, clients will not be able to reissue certificates that doesn't offer SAN support.

vlad-evg commented 1 year ago

Fixed: https://github.com/gogetssl/whmcs-addon/releases/tag/v2.7.9