PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.win.server.scripting > enforce SSL 3.0, remove SSL 2.0 on Internet explorer
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
enforce SSL 3.0, remove SSL 2.0 on Internet explorer

Réponse
 
LinkBack Outils de la discussion
Vieux 23/11/2007, 08h12   #1
Leezy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut enforce SSL 3.0, remove SSL 2.0 on Internet explorer

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\Curr entVersion\Internet
Settings\SecureProtocols"

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

WScript.Quit


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


  Réponse avec citation
Vieux 27/11/2007, 07h37   #2
Leezy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: enforce SSL 3.0, remove SSL 2.0 on Internet explorer

any comments ?
any one home ?

"Leezy" <leezy@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\Curr entVersion\Internet
> Settings\SecureProtocols"
>
> objShell.RegWrite RegLocate,"A0","REG_DWORD"
>
> WScript.Quit
>
>
> -------end---------------
>
>



  Réponse avec citation
Vieux 29/11/2007, 06h21   #3
Al Dunbar
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: enforce SSL 3.0, remove SSL 2.0 on Internet explorer


"Leezy" <leezy@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" <leezy@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

>>
>> 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\Curr entVersion\Internet
>> Settings\SecureProtocols"
>>
>> objShell.RegWrite RegLocate,"A0","REG_DWORD"
>>
>> WScript.Quit
>>
>>
>> -------end---------------
>>
>>

>
>



  Réponse avec citation
Vieux 03/12/2007, 07h50   #4
Leezy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: enforce SSL 3.0, remove SSL 2.0 on Internet explorer

no problem... i have managed to work it out...

>> ----------------start----------------------
>>
>> Dim objShell, RegLocate, RegLocate1
>> Set objShell = WScript.CreateObject("WScript.Shell")
>> On Error Resume Next
>> RegLocate =
>> "HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Internet
>> Settings\SecureProtocols"
>>
>> objShell.RegWrite RegLocate,"161","REG_DWORD"
>>
>> WScript.Quit
>>
>>
>> -------end---------------


"Al Dunbar" <AlanDrub@hotmail.com.nospaam> wrote in message
news:uWq4cAlMIHA.5160@TK2MSFTNGP05.phx.gbl...
>
> "Leezy" <leezy@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" <leezy@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
>
>>>
>>> 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\Curr entVersion\Internet
>>> Settings\SecureProtocols"
>>>
>>> objShell.RegWrite RegLocate,"A0","REG_DWORD"
>>>
>>> WScript.Quit
>>>
>>>
>>> -------end---------------
>>>
>>>

>>
>>

>
>



  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 23h59.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,16501 seconds with 12 queries