Instructions on how to change WCC to use Non-SSL from SSL.
How can I chance WCC to no longer use SSL?
Windows, Unix WCC 11.3.6 version and above
Step 1) Change the port first using:
<WCC_INSTALL_LOCATION>\bin\wcc_config -u (user) -p (password) --port 8080
Example:
wcc_config -u ejmcommander -p ejmcommander --port 8080
Step 2) Change the SSL mode:
<WCC_INSTALL_LOCATION>\bin\wcc_config -u (user) -p (password) --ssl off
Example:
wcc_config -u ejmcommander -p ejmcommander --ssl off
Step 3) Recycle ALL the WCC services