-
Posted to
Web Deployment Tool (MS Deploy)
by
western592
on
06-22-2009, 1:58 PM
Added the -allowUntrusted to the command and everything works now.
-
Posted to
Web Deployment Tool (MS Deploy)
by
western592
on
06-22-2009, 1:47 PM
I used the certhash of the local self signed certificate for the command. This gives me a "SSL Certificate successfully added" message.
When I try to rerun the msdeploy command from the remote server to copy the files, I still get this error message now:
Error: Request to remote agent URL ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
western592
on
06-22-2009, 1:02 PM
Looks like I am on the right track thanks to the technet article, but I can't set the ssl binding.
When I run this command:
netsh.exe http add sslcert ipport=0.0.0.0:8001 certhash=55F3E60622CE26F28C2AFE4C39F09F38F1204323 appid={00000000-0000-0000-0000-000000000000}
I get this error message:
SSL Certificate add failed, Error: 1312
A ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
western592
on
06-19-2009, 1:32 PM
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 ...