Skip to main content

add a port like 7000 to an ssh certificate

Comments

5 comments

  • cPRex Jurassic Moderator

    Hey there!  I don't understand the question, as SSL certificates only work on domains and don't have any connection to server ports.  Can you let me know specifically what you're trying to do on the server?  Maybe there is an alternative workaround.

    0
  • kuwaite33

    Thank you cPRex

    I have installed an IRCD chat server that requires login. port 7000 or 6697

    I have purchased Wildcard SSL certificates to protect all subdomains.

    No SSL certificates were found on REDACTED. Make sure that the name resolves to the correct server and that the SSL port (default is 443) is open on your server's firewall.

    When adding a subdomain to the chat through the mentioned port, the following error message appears:

    Notice that the subdomain is fully protected. Is the picture clear? What is the solution?

    0
  • cPRex Jurassic Moderator

    That seems to be working correctly for me, yes, although note that Apache listens for secure connections over port 443.  I have no idea if the service that is running on port 7000 or 6697 understands and processes SSL certificates, but SSL certificates are typically designed to be handled by a webserver.

    If you need a secure connection to those ports you should ask the distribute of the software the best way to achieve that.

    0
  • kuwaite33

    Thank you cPRex

    0
  • cPRex Jurassic Moderator

    You're very welcome!

    0

Please sign in to leave a comment.