EN
HTTPS - default port
7
points
In this short article we would like to answer for the question: what default port is used with https protocol?
Default port for https protocol is 443. |
Explanation
When we type in web browser address bar https://dirask.com, web browser opens secured TSL/SSL connection using dirask.com domain (translated to IP address) with 443 port.
Screenshots:
Where:
dirask.comwas translated with DNS server to172.67.172.123,443port was used to get securedTSL/SSLconnection.
Note: to check port byself open Google Chrome Web Broser click
F12key, got to Network tab, refresh web page, and click first request item.