What is Port 443?
Port 443 is commonly used for Secure HTTP with SSL. All the https:// requests is forwarded to port 443 and the connection link will be a encrypted one.
To setup https and you need to install SSL certificate (openssl or paid one) with apache and once done you can access your site securely by typing https://yoursite.com or https://ipaddress/
Most ssl certificates are signed by CA (certificate authority) which will show website identity and a padlock symbol will appear at the status bar in the browser indicating that it is secure https.
Similar Posts:
- Important TCP/UDP Port Numbers
- Firefox problems with smart card reader PIN prompt
- How to digitally sign and encrypt email free?
- PHP – check ssl and redirect to https secure page
- Smart cards – A new technology for Internet banking
- PHP script to check server status online/offline
- Transfer backup files from server to server in command line!
- How to run FTP server on different port!
- iWork pages application has no landscape keyboard in iPhone 4
- Frustrated with services.exe causing forceful shutdown in WinXP!

