jdk什么版本开始支持tls1.2协议

2020-11-28 11:48:17 字数 5507 阅读 5515

1楼:育知同创教育

jdk1.6就可以了。现在最新的应该是1.8了

2楼:蜻蜓路过夏天

tls1.0目前对于某些浏览器或者浏览器的版本来说已经过期了。 可以通过对服务器的稍加修复,就可以实现tls1.

2了。 不过前提是有部署了ssl证书,如果还有什么关于tls协议的问题,可以咨询一下沃通证书签发中心。

如何确保 https 服务器的 tls 版本支持1.2及以下版本

3楼:武学阳阳

tls1.2要求服务器配置文档:https://****gw***.***/ssl/277.html。

一台能保证24小时不断电的电脑,一根固定ip地址的光纤,一个域名,安装windows 2003系统就可以架设服务器了。

下面我们来通过windows server 2003提供的pop3服务和**tp服务架设小型服务器来满足我们的需要。

一、安装pop3和**tp服务组件

windows server 2003默认情况下是没有安装pop3和**tp服务组件的,因此我们要手工添加。

1.安装pop3服务组件

以系统管理员身份登录windows server 2003 系统。依次进入“控制面板→添加或删除程序→添加/删除windows组件”,在弹出的“windows组件向导”对话框中选中“电子服务”选项,点击“详细信息”按钮,可以看到该选项包括两部分内容:pop3服务和pop3服务web管理。

为方便用户远程web方式管理服务器,建议选中“pop3服务web管理”。

2.安装**tp服务组件

选中“应用程序服务器”选项,点击“详细信息”按钮,接着在“inter***信息服务(iis)”选项中查看详细信息,选中“**tp service”选项,最后点击“确定”按钮。此外,如果用户需要对服务器进行远程web管理,一定要选中“万维网服务”中的“远程管理(html)”组件。完成以上设置后,点击“下一步”按钮,系统就开始安装配置pop3和**tp服务了。

二、配置pop3服务器

1.创建域

点击“开始→管理工具→pop3服务”,弹出pop3服务控制台窗口。选中左栏中的pop3服务后,点击右栏中的“新域”,弹出“添加域”对话框,接着在“域名”栏中输入服务器的域名,也就是地址“@”后面的部分,如“***”,最后点击“确定”按钮。其中“***”为在inter***上注册的域名,并且该域名在dns服务器中设置了mx交换记录,解析到windows server 2003服务器ip地址上。

2.创建用户邮箱

选中刚才新建的“***”域,在右栏中点击“添加邮箱”,弹出添加邮箱对话框,在“邮箱名”栏中输入用户名,然后设置用户密码,最后点击“确定”按钮,完成邮箱的创建。

三、配置**tp服务器

完成pop3服务器的配置后,就可开始配置**tp服务器了。点击“开始→程序→管理工具→inter***信息服务(iis)管理器”,在“iis管理器”窗口中右键点击“默认**tp虚拟服务器”选项,在弹出的菜单中选中“属性”,进入“默认**tp虚拟服务器”窗口,切换到“常规”标签页,在“ip地址”下拉列表框中选中服务器的ip地址即可。点击“确定”按钮,这样一个简单的服务器就架设完成了。

完成以上设置后,用户就可以使用客户端软件连接服务器进行收发工作了。在设置客户端软件的**tp和pop3服务器地址时,输入服务器的域名“***”即可。

四、远程web管理

windows server 2003还支持对服务器的远程web管理。在远端客户机中,运行ie浏览器,在地址栏中输入“https://***:

8098”,将会弹出连接对话框,输入管理员用户名和密码,点击“确定”按钮,即可登录web管理界面。

小程序提示要求的 tls 版本必须大于等于 1.2 是要改变https吗

4楼:匿名用户

是的,需要改变。

在解决这个问题之前,我们需要了解一下,当前的系统环境是否支持tls1.2以上,可以参考一下**:

确认系统支持以后,进行一下操作:

windows registry editor version 5.00

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\multi-protocol unified hello]

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\multi-protocol unified hello\client]

"enabled"=dword:00000000

"disabledbydefault"=dword:00000001

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\multi-protocol unified hello\server]

"enabled"=dword:00000000

"disabledbydefault"=dword:00000001

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\pct 1.0]

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\pct 1.0\client]

"enabled"=dword:00000000

"disabledbydefault"=dword:00000001

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\pct 1.0\server]

"enabled"=dword:00000000

"disabledbydefault"=dword:00000001

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\ssl 2.0]

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\ssl 2.0\client]

"disabledbydefault"=dword:00000001

"enabled"=dword:00000000

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\ssl 2.0\server]

"enabled"=dword:00000000

"disabledbydefault"=dword:00000001

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\ssl 3.0]

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\ssl 3.0\client]

"enabled"=dword:00000000

"disabledbydefault"=dword:00000001

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\ssl 3.0\server]

"enabled"=dword:00000000

"disabledbydefault"=dword:00000001

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\tls 1.0]

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\tls 1.0\client]

"enabled"=dword:00000001

"disabledbydefault"=dword:00000000

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\tls 1.0\server]

"enabled"=dword:00000001

"disabledbydefault"=dword:00000000

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\tls 1.1]

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\tls 1.1\client]

"disabledbydefault"=dword:00000000

"enabled"=dword:00000001

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\tls 1.1\server]

"disabledbydefault"=dword:00000000

"enabled"=dword:00000001

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\tls 1.2]

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\tls 1.2\client]

"disabledbydefault"=dword:00000000

"enabled"=dword:00000001

[hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols\tls 1.2\server]

"enabled"=dword:00000001

"disabledbydefault"=dword:00000000

将以上**,保存到一个txt文件,然后修改后缀.reg,双击执行即可,完成这一步后,重启服务器。