Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Enable TLS through the Registry

1,853 views
Skip to first unread message

anthon...@gmail.com

unread,
Oct 24, 2005, 11:07:02 AM10/24/05
to
I am trying to enable TLS for our organisation as they need access to a
website that is explicitly using TLS on its website. The problem is
that I cannot enable TLS 1.0 through Group Policy like many other items
in IE. Is there a way to enable TLS by editing a registry key? If so,
where is that key located? Thank you.

Ramesh, MS-MVP

unread,
Oct 25, 2005, 1:13:39 AM10/25/05
to
See if this note here helps:
http://groups.google.co.in/group/microsoft.public.windows.inetexplorer.ie6.ieak/msg/f0f0c3cb7fb35529

--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com


<anthon...@gmail.com> wrote in message
news:1130166422....@f14g2000cwb.googlegroups.com...

Tony

unread,
Oct 25, 2005, 9:28:37 AM10/25/05
to
Thank you Ramesh.. Exactly what I was looking for.

Ramesh, MS-MVP

unread,
Oct 25, 2005, 9:32:05 AM10/25/05
to
You're welcome Tony. Keep us posted.

--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com


"Tony" <anthon...@gmail.com> wrote in message
news:1130246917....@g47g2000cwa.googlegroups.com...

Tony

unread,
Oct 26, 2005, 10:13:11 AM10/26/05
to
For anyone interested, I wrote an ADM so that it can be applied through
Group Policy.

----------------------------------------
; Administrative Template
; Adding and enabling this template will allow you to change
; the registry value for IE Secure Protocols found in the
; Tools > Internet Options > Advanced > Security window.

CLASS USER
CATEGORY !!categoryname
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
POLICY !!policyname
EXPLAIN !!explaintext
PART !!labeltext DROPDOWNLIST REQUIRED
VALUENAME "SecureProtocols"
ITEMLIST
NAME !!enableSSLTLS VALUE NUMERIC 168 DEFAULT
NAME !!enableAll VALUE NUMERIC 170
NAME !!enableSSL VALUE NUMERIC 40
END ITEMLIST
END PART
END POLICY
END CATEGORY

[strings]
categoryname="IE Secure Protocols"
policyname="Setup IE Secure Protocols"
explaintext="This policy sets up IE Secure Protcols"
labeltext="Set IE Secure Protcols"
enableAll="Enable All Secure Protocols"
enableSSLTLS="Enable SSL 2.0 and 3.0"
enableSSL="Enable only SSL"

; END TEMPLATE
---------------------------------------

0 new messages