NetTalk Central

Author Topic: ssl csr question.  (Read 2302 times)

JHojka

  • Newbie
  • *
  • Posts: 48
    • View Profile
    • Email
ssl csr question.
« on: January 16, 2012, 11:36:03 AM »
Our site will be set up to use a nonstandard port for ssl. The standard port is already being used by another application. We would like to create a CSR for the site on the new port. When I create my CSR do I need to add the port number for a single site license?

Example from docs:

g. Common Name: this is the URL that people will use to access your web site. For example www.capesoft.com

Would I use www.mysite.com:499 or does a single site license cover all ports?

Jeff Hojka
Marathon software Co.

Flint G

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • Email
Re: ssl csr question.
« Reply #1 on: January 16, 2012, 12:09:20 PM »
Jeff,

You actually do not need to supply the port number with your common name.  The common name is just that, the name your server is commonly known by.  So, a certificate issued to www.capesoft.com is valid for any port where www.capesoft.com is the common domain (i.e. www.capesoft.com:80, www.capesoft.com:443, www.capesoft.com:8080, etc.).  It would not, however, be valid for updates.capesoft.com, unless the certificate was issued to an expensive wildcard common name such as *.capesoft.com.

So, if you already have an SSL certificate that is valid for the domain name you will be using, regardless of the port, don't buy a new one, reuse the one you've already got.

Hope this helps.

Regards,
Flint
NetTalk: 12.26
Clarion: 9.1.11529
Brave: 1.31.88
Chrome: 95.0.4638.69
Edge: 95.0.1020.44
ExtJS: 7.0.0.156

JHojka

  • Newbie
  • *
  • Posts: 48
    • View Profile
    • Email
Re: ssl csr question.
« Reply #2 on: January 16, 2012, 12:54:56 PM »
Thanks Flint

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: ssl csr question.
« Reply #3 on: January 16, 2012, 04:04:49 PM »
Hi Jeff,

just a word of warning about non-standard SSL ports is that for some reason, I have come across lots of instances where they have been blocked from Airports to lots of clients. In those cases the std ssl port works fine and non-ssl non std ports also worked fine.

Cheers,

Kev