Enabling/disabling SSL via script

Enabling/disabling SSL via script

am 23.04.2007 22:59:19 von Jason Stevens

I have an situation where I'm trying to copy files via the Windows XP WebDAV
redirector to a Sharepoint server that has SSL enabled. Problem is that the
XP WebDAV redirector does not support SSL. If I temporarily disable SSL on
the site, the file copy works fine. I can then re-enable SSL and all is
well.

My goal is to automate this file copying process so that it happens daily
via a batch file/script, however, I need a way to enable and disable the SSL
options programmatically to make this process completely automated.

Does anyone know of a way to programmatically enable and disable the
"Require SSL" and "Require 128 bit encryption" checkboxes?

Thanks,

Shawn

Re: Enabling/disabling SSL via script

am 24.04.2007 06:47:37 von Bernard

You can use adsutil.vbs and manipulate the AccessSSL and AccessSSL128, etc
metabase keys.

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


"Shawn Hansen" wrote in message
news:eQ8bjoehHHA.596@TK2MSFTNGP06.phx.gbl...
>I have an situation where I'm trying to copy files via the Windows XP
>WebDAV redirector to a Sharepoint server that has SSL enabled. Problem is
>that the XP WebDAV redirector does not support SSL. If I temporarily
>disable SSL on the site, the file copy works fine. I can then re-enable
>SSL and all is well.
>
> My goal is to automate this file copying process so that it happens daily
> via a batch file/script, however, I need a way to enable and disable the
> SSL options programmatically to make this process completely automated.
>
> Does anyone know of a way to programmatically enable and disable the
> "Require SSL" and "Require 128 bit encryption" checkboxes?
>
> Thanks,
>
> Shawn
>

Re: Enabling/disabling SSL via script

am 24.04.2007 23:56:27 von Jason Stevens

Thanks!

"Bernard Cheah [MVP]" wrote in message
news:%23WHGwuihHHA.4300@TK2MSFTNGP05.phx.gbl...
> You can use adsutil.vbs and manipulate the AccessSSL and AccessSSL128, etc
> metabase keys.
>
> --
> Regards,
> Bernard Cheah
> http://www.iis.net/
> http://www.iis-resources.com/
> http://msmvps.com/blogs/bernard/
>
>
> "Shawn Hansen" wrote in message
> news:eQ8bjoehHHA.596@TK2MSFTNGP06.phx.gbl...
>>I have an situation where I'm trying to copy files via the Windows XP
>>WebDAV redirector to a Sharepoint server that has SSL enabled. Problem is
>>that the XP WebDAV redirector does not support SSL. If I temporarily
>>disable SSL on the site, the file copy works fine. I can then re-enable
>>SSL and all is well.
>>
>> My goal is to automate this file copying process so that it happens daily
>> via a batch file/script, however, I need a way to enable and disable the
>> SSL options programmatically to make this process completely automated.
>>
>> Does anyone know of a way to programmatically enable and disable the
>> "Require SSL" and "Require 128 bit encryption" checkboxes?
>>
>> Thanks,
>>
>> Shawn
>>
>
>

Re: Enabling/disabling SSL via script

am 25.04.2007 21:16:06 von Jason Stevens

Got to looking at things a little more and was able to get SSL
enabled/disabled using the adsutil script running it locally. But I didn't
see an option to run that script on a remote machine.

Is there a way to edit the metabase on a remote machine via ADSUTIL or with
WMI or something like that?

Thanks again,

Shawn

"Bernard Cheah [MVP]" wrote in message
news:%23WHGwuihHHA.4300@TK2MSFTNGP05.phx.gbl...
> You can use adsutil.vbs and manipulate the AccessSSL and AccessSSL128, etc
> metabase keys.
>
> --
> Regards,
> Bernard Cheah
> http://www.iis.net/
> http://www.iis-resources.com/
> http://msmvps.com/blogs/bernard/
>
>
> "Shawn Hansen" wrote in message
> news:eQ8bjoehHHA.596@TK2MSFTNGP06.phx.gbl...
>>I have an situation where I'm trying to copy files via the Windows XP
>>WebDAV redirector to a Sharepoint server that has SSL enabled. Problem is
>>that the XP WebDAV redirector does not support SSL. If I temporarily
>>disable SSL on the site, the file copy works fine. I can then re-enable
>>SSL and all is well.
>>
>> My goal is to automate this file copying process so that it happens daily
>> via a batch file/script, however, I need a way to enable and disable the
>> SSL options programmatically to make this process completely automated.
>>
>> Does anyone know of a way to programmatically enable and disable the
>> "Require SSL" and "Require 128 bit encryption" checkboxes?
>>
>> Thanks,
>>
>> Shawn
>>
>
>