I have setup continuous integration for my entire project. But now I came to know that by default all the deployment are done by HTTP/80 connection.
I need to do this for pushing code my DMZ servers.
Is there a way to make CI or MSDeploy secured by enabling HTTPS/443 bindings.
Can anyone please let me know how can i change this default 80 port to 443?