Deployment Manager over SSL, DNS and Port 443
dcoyle
Posts: 6
Hi,
I've been trying to get Deployment Manager to run over SSL Port 443 and a custom DNS address such as:
https://deploy.mycompany.com
I've made the normal changes in IIS fine and the WebApp seems to run fine. I can also connect to the server from the VS studio plugin - however when I try to Publish a Package via the Visual Studio plugin it times-out. In each case it seems to want to resolve the address back to the servers name and http running on port 443 i.e:
http://myservername.localdomain.local:443
Firstly:
1.) Can I do what I am trying to do?
2.) how do I modify the internal DNS name that Deployment Manager keeps using.
Thanks
I've been trying to get Deployment Manager to run over SSL Port 443 and a custom DNS address such as:
https://deploy.mycompany.com
I've made the normal changes in IIS fine and the WebApp seems to run fine. I can also connect to the server from the VS studio plugin - however when I try to Publish a Package via the Visual Studio plugin it times-out. In each case it seems to want to resolve the address back to the servers name and http running on port 443 i.e:
http://myservername.localdomain.local:443
Firstly:
1.) Can I do what I am trying to do?
2.) how do I modify the internal DNS name that Deployment Manager keeps using.
Thanks
Comments
Yes Deployment manager should work in this situation although it is not something that we officially support.
I believe that you are trying to publish to the embedded nuget feed that is installed with Deployment Manager. To do this you will need to change a registry key value, using regedit.exe. You will need to change the value of the EmbeddedNuGetUri String value key in [HKEY_LOCAL_MACHINE\SOFTWARE\Red Gate\Deployment Manager] to https://deploy.mycompany.com:443/nuget/ and then restart the Red Gate Deployment Manager service in Services.msc.
The Visual Studio plugin asks Deployment Manager for the list of feeds, which it obtains from the information stored on the Package feeds page. You may also need to change the value listed here to match the value that you put in the registry although the service restart should do this. The Package feeds page can be accessed via the Settings tab.
Please be aware that if you run the Server Tools application, this will reset the bindings of your deployment manager server and the embedded Nuget feed.
Hope that helps.
Emma
Given changes in last version for including Windows Authentication it would also be great if access to NuGet Feed also required this security.
Thanks again.
Also in Server Tools, the port updates to 443 but the URI will always stay at http:
I'm able to get to the site if I manually type in https://deploy.....
Has anyone out there seen this when trying to setup the web site to use SSL, port 443?
Redgate Software
Any idea about the other thing with the URI on the server tools staying with http?
We do intend to make HTTPS a properly supported configuration at some point.
Redgate Software