Can I use another port other than 443 for SSL communication?

dandaman12

I have an application that communicates via SSL, however, Port 443 is already in use by an IIS instance on that same server. Can I use another port other than 443 for SSL communication?

Tom Leek

SSL is in no way tied to a single port value; in fact, as a protocol, it can be used over any transport medium, as long as that medium provides a bidirectional stream for arbitrary bytes.

In a Web context, you can use any port other than 443, provided that you specify it in the URL: https://www.example.com:7342/foobar.html

Note that there are some networks (especially some free WiFi access points) that don't allow traffic over other ports than 443 or 80; which means that using a port other than 443, though perfectly standard and supported, may imply some practical usage restrictions.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Can I use EKS NodePort service with port 80 and 443

Is gcp https load-balancer Frontend can listen on port other than 443?

How can I make ssh-copy-id use a port other than 22?

Can I use any other port than the default for MQTT with TLS-authentication?

Where is ssl_module being loaded and why can't I bind to port 443?

How can you redirect port 80 to 443 for SSL correctly?

React Admin: Can I use another field for <ReferenceInput>, other than "id"?

Can I use other prefixes other than 'is' in WCMUsePojo boolean getters?

Use ports other than 80/443 for the event notification url (webhook)

Can a port use multiple interfaces for communication?

How do I get Swagger UI to use port 443 with Swashbuckle?

Can I run Tomcat securely on port 443 and insecurely on 8080

I can't restart the apace2 if I open the SSL port 443 in file of `/etc/apache2/ports.conf ` in ubuntu 18.04LTS

Can I use language other than English for default resources?

Can I use CircleCI with other OS than Ubuntu?

Can I use an environment other than 'test' for Ember tests?

is there any other than querySelector and querySelectorAll that i can use

Can I use Github for projects other than programming?

Redirect HTTP traffic from 443 port to SSL

Can I serve my localhost from a different port other than 4200 in EmberJS?

How can I configure Apache virtual hosts to run on port other than 80

Can't get SSL working with apache2 on Ubuntu server, port 443 seems to not be open

How do I deploy an AWS EC2 Flask application to HTTPS port 443 with SSL?

when I trying to use port 3000 for HTTP and port 443 for HTTPS it showing error Error: bind EACCES

vsftpd: use Explicit SSL in a different port than unencrypted FTP

Can I use other login method other than defaults in DC/OS

How can i use in laravel other cipher other than the standards AES-128, AES-256?

How can I listen to communication between a process and a serial port?

How can I get a startup application to run in another workspace other than #1?