What is the difference between HTTPS port 443 and 8443?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017
07:15 PM
- last edited on
03-08-2019
05:41 PM
by
NikolaIvanov
My client uses UCCE, using a custom application to communicate with Finesse/Tomcat. We follow the API's in FINESSE_10_5_WEB SERVICES DEVELOPER GUIDE.
For Phase II, we are going from unsecure HTTP (port 80) to secure HTTPS. I can get HTTPS to work on port 443, but the FINESSE_10_5_WEB SERVICES DEVELOPER GUIDE specifically says that we should us port 8443 for HTTPS (page 6):
-----------------------------------------------------------------------
HTTPS Requests
Clients should make all HTTPS requests to port 8443 in a Unified CCE deployment and port 8445 in a Unified CCX deployment. Most, but not all, Finesse desktop APIs conform to the following format:
https://<FQDN>:<port>/finesse/api/<object>;
-----------------------------------------------------------------------
What is the difference between HTTPS over port 443 and HTTPS over 8443?Lynn Fogwell
- Labels:
-
Web Security

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2017 09:42 AM - edited 06-14-2019 04:37 AM
8443 is an alternative for 443.
443 is a secure port for https. Not much difference between the two.
8443 can be used as a port for httpsCA(https with Client Authentication)
Thanks
