This message was deleted.
# citrix-vad
s
This message was deleted.
r
partial steps. but here is how I do it.
n
great, thanks man. this will work.
👍 1
r
It's a blog I am writting. It's not finished but it has what you needed. use the .\EnableSSL script as it does it for you.
n
Thanks Ray
once i run the script it will disable running xml on port 80? what if i need it to run on port 80 for a few weeks while i transition to new servers?
r
If you tell it to disable port 80 it will. Otherwise it doesn’t. The GitHub page shows you a list of parameters it has as well
n
ok, thanks..i will test in my lab first.
r
.\EnableSSL.ps1 -EnableSSL ( does what you need) .\EnableSSL.ps1 -EnableSSL -DisableHTTP ( is what you don't want based on your statement above)
.\EnableSSL.ps1 -ValidateSSLStatus (to check) .\EnableSSL.ps1 -ValidateHTTPStatus ( validate HTTP is still open)
n
@Ray Davis this worked out great..thanks for the script!
r
Cool, but credit goes to @James Kindon