Home All Groups Group Topic Archive Search About

enforce SSL 3.0, remove SSL 2.0 on Internet explorer



Author
23 Nov 2007 8:12 AM
Leezy
Hi Guys,

i wrote this script to change the settings on all client to force connection
to use only SSL 3.0.
I am testing it on my PC, but the result was a failure.

could some one have a look of the script and let me know?

thanks!
----------------start----------------------

Dim objShell, RegLocate, RegLocate1
Set objShell = WScript.CreateObject("WScript.Shell")
On Error Resume Next
RegLocate =
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\SecureProtocols"

objShell.RegWrite RegLocate,"A0","REG_DWORD"

WScript.Quit


-------end---------------

Author
27 Nov 2007 7:37 AM
Leezy
any comments ?
any one home ?

Show quote
"Leezy" <le***@mcsb.com> wrote in message
news:OVHPMiaLIHA.536@TK2MSFTNGP06.phx.gbl...
> Hi Guys,
>
> i wrote this script to change the settings on all client to force
> connection to use only SSL 3.0.
> I am testing it on my PC, but the result was a failure.
>
> could some one have a look of the script and let me know?
>
> thanks!
> ----------------start----------------------
>
> Dim objShell, RegLocate, RegLocate1
> Set objShell = WScript.CreateObject("WScript.Shell")
> On Error Resume Next
> RegLocate =
> "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
> Settings\SecureProtocols"
>
> objShell.RegWrite RegLocate,"A0","REG_DWORD"
>
> WScript.Quit
>
>
> -------end---------------
>
>
Author
29 Nov 2007 6:21 AM
Al Dunbar
"Leezy" <le***@mcsb.com> wrote in message
news:udRxBhMMIHA.1168@TK2MSFTNGP02.phx.gbl...
> any comments ?
> any one home ?

There can be any number of valid reasons why nobody chose to respond, so
watch the attitude...

> "Leezy" <le***@mcsb.com> wrote in message
> news:OVHPMiaLIHA.536@TK2MSFTNGP06.phx.gbl...
>> Hi Guys,
>>
>> i wrote this script to change the settings on all client to force
>> connection to use only SSL 3.0.
>> I am testing it on my PC, but the result was a failure.

Did the script throw an error message, or did the registry change just not
have the effect you were expecting?

If there was an error message, what did it say?

if there was no error message, was the value set in the registry?

Is this registry setting perhaps one that needs to be there when the user
logs on (i.e. it might work next time)?

Have you been successful in making this change manually?

/Al

Show quote
>>
>> could some one have a look of the script and let me know?
>>
>> thanks!
>> ----------------start----------------------
>>
>> Dim objShell, RegLocate, RegLocate1
>> Set objShell = WScript.CreateObject("WScript.Shell")
>> On Error Resume Next
>> RegLocate =
>> "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
>> Settings\SecureProtocols"
>>
>> objShell.RegWrite RegLocate,"A0","REG_DWORD"
>>
>> WScript.Quit
>>
>>
>> -------end---------------
>>
>>
>
>

AddThis Social Bookmark Button