On This Page
Update HTTP Communications to HTTPS Communications
HTTPS is the standard method for establishing communications between a client and a
server.
Updating to HTTPS
To establish HTTPS communication, locate where client/server communication is defined within your system and change it from HTTP to HTTPS. If the port number is set, (for example port 80), change the port to 443.
Before
http://server.com:80
After
https://server.com:443