Can a single SSL server certificate cover multiple ports per domain name?

Yes, a single SSL server certificate can cover multiple ports for the same domain name. As an example, the certificate for myserver.mydomain.com will work for:
  • https://myserver.mydomain.com; and
  • https://myserver.mydomain.com:8888


  • A specific port number should not be specified in the CN (Common Name) field.If a port number is included as part of the CN (Common Name) then our system will not accept the Certificate Signing Request (CSR) as valid.

    The error our system would produce is:

    The Common Name may only contain the following characters:
    A .. Z  a .. z  0 .. 9  .  -  <SPACE>
    • 1 Users Found This Useful
    Was this answer helpful?

    Related Articles

    What does the Warranty actually mean?

    We believe it is important to protect the end user. If we were to issue a certificate in error to...

    Why does the secure part of the website say the name on the security certificate is invalid or does not match the name of the site?

    There are a few possible reasons for this:1) The certificate has a Common Name (CN) of...

    The CSR cannot be decoded or is invalid

    CSR is possibly missing one or more required fields.The CSR must contain a minimum of the...

    I have accidentally deleted or lost my Private Key

    First check your backups and see if you can re-install the "private key". If you don't know how...

    I have changed my server, or moved to a different provider, how do I move the certificate?

    If you are moving servers or providers, you will need to get the certificate and private key from...