Announcement

Collapse
No announcement yet.

Is there a way to change the default https (port 443) to a different port?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Is there a way to change the default https (port 443) to a different port?

    I have a certificate on the server and want to apply it to the port that nxfilter wants to use for https. I have another application on the server using port 443 so I need to change it. is this possible to put a certificate on nxfilter and also change the port?

  • #2
    To change the port, https://tutorial.nxfilter.org/i-faq.php#change-port

    To apply a SSL certificate, https://tutorial.nxfilter.org/i-faq.php#custom-ssl

    Comment


    • #3
      This worked like a charm, I included some links to help out the next person that wants to do this...

      https://stackoverflow.com/questions/...nd-abc-key-fil

      if you already have a .p12 file...

      keytool -importkeystore -srckeystore p12cert.p12 -srcstoretype PKCS12 -destkeystore abc.jks -deststoretype JKS

      you will need the original password and I just creaged the JKS file with the same password.

      Comment

      Working...
      X