NetTalk Central

Author Topic: port 443 is used by another program.  (Read 3774 times)

frankacosta

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • Email
port 443 is used by another program.
« on: July 21, 2017, 03:53:34 PM »
Hi,
have an installation where port 443 is already in use.  what other port can i use, and is there anything else i need to do if i am using a different port for SSL
thanks
frank

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: port 443 is used by another program.
« Reply #1 on: July 21, 2017, 09:22:34 PM »
Hi Frank,

<< what other port can i use

You're free to use any port number you like (that isn't already being used.) In practice it's best to use a number > 1024. say 1443 or whatever.

>> is there anything else i need to do if i am using a different port

obviously set the port number to a value in the WebServer procedure. And...

the URL to get to the app changes, but that's the only difference.
eg https://www.capesoft.com becomes https://www.capesoft.com:1443

Cheers
Bruce

frankacosta

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • Email
Re: port 443 is used by another program.
« Reply #2 on: July 22, 2017, 06:06:23 AM »
thanks bruce...