I have been able to get MSDeploy working using a custom http url and port. When I reinstall and change it to use https along with the same custom port, I get the following error:
C:\Program Files\IIS\Microsoft Web Deploy>msdeploy.exe -verb:sync -source:contentPath=D:\inetpub\website.com -dest:contentPath=c:\inetpub\website.com,computername=https://1.2.3.4:8001/MSDEPLOYSYNC/,userName=administrator,password=*****
Error: Request to remote agent URL 'https://1.2.3.4:8001/MSDEPLOYSYNC/' fa
iled.
Error: The underlying connection was closed: An unexpected error occurred on a
send.
Error: Unable to read data from the transport connection: An existing connectio
n was forcibly closed by the remote host.
Error: An existing connection was forcibly closed by the remote host
Error count: 1
Any special that needs to be setup in order to use https?