BILLmanager Knowledge Base
en En
es Es
Your experience drives our roadmap
Tell us how we can enhance ISPsystem platforms
for your business. The survey takes 5 minutes.
Take the survey

SSL certificate order form does not open

Problem

SSL certificate ordering does not work. When you click the Order button in Products/ServicesSSL certificates, the selection and ordering form does not open. Clicking the Order button does not open the order form. There are no errors in the web interface or logs.

Cause

Starting with BILLmanager version 6.144, the SSL certificate ordering mechanism was updated. If the configuration file contains the Option OldOrder option, the new mechanism does not start, and the old one is no longer supported.

Diagnostics

To confirm the cause of the issue:

  1. Connect to the server with the platform over SSH. For more information about connecting over SSH, see the article Workstation setup.
  2. Check whether the Option OldOrder option exists in the configuration file:
    cat /usr/local/mgr5/etc/billmgr.conf | grep "Option OldOrder"
    Example of the option being present
    Option OldOrder

    If the option is found, this confirms the cause.

Solution

To solve the issue, disable the Option OldOrder option in the configuration file:

  1. Connect to the server with the platform over SSH. For more information about connecting over SSH, see the article Workstation setup.
  2. Open the configuration file /usr/local/mgr5/etc/billmgr.conf in any editor.
  3. Find the line with the Option OldOrder option and comment it out by adding the # symbol at the beginning of the line:
    # Option OldOrder
  4. Save the changes and close the editor.
  5. Restart BILLmanager:
    sudo /usr/local/mgr5/sbin/mgrctl -m billmgr -R
  6. Check whether SSL certificate ordering is available.
Useful tips