iis – 在Windows Server 2012 R2上使用SNI无法正常工作

前端之家收集整理的这篇文章主要介绍了iis – 在Windows Server 2012 R2上使用SNI无法正常工作前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我试图在 Windows Server 2012 R2上使用他们的单独证书运行我的两个站点.

这不可能吗?

在最后添加的网站www.c1get.net上,我从第一个站点获得证书并因此发出警告.

更新

@H_502_7@SSL Certificate bindings: ------------------------- IP:port : 0.0.0.0:443 Certificate Hash : fabae896e032f9ba08b389d8c9ecd33908fabe31 Application ID : {4dc3e181-e14b-4a21-b022-59fc669b0914} Certificate Store Name : My Verify Client Certificate Revocation : Enabled Verify Revocation Using Cached Client Certificate Only : Disabled Usage Check : Enabled Revocation Freshness Time : 0 URL Retrieval Timeout : 0 Ctl Identifier : (null) Ctl Store Name : (null) DS Mapper Usage : Disabled Negotiate Client Certificate : Disabled IP:port : 100.88.158.59:443 Certificate Hash : 09ee7268be2509e3262dcae9df10563dce265bd3 Application ID : {4dc3e181-e14b-4a21-b022-59fc669b0914} Certificate Store Name : MY Verify Client Certificate Revocation : Enabled Verify Revocation Using Cached Client Certificate Only : Disabled Usage Check : Enabled Revocation Freshness Time : 0 URL Retrieval Timeout : 0 Ctl Identifier : (null) Ctl Store Name : (null) DS Mapper Usage : Disabled Negotiate Client Certificate : Disabled Hostname:port : owindemo.s-innovations.net:443 Certificate Hash : 09ee7268be2509e3262dcae9df10563dce265bd3 Application ID : {4dc3e181-e14b-4a21-b022-59fc669b0914} Certificate Store Name : My Verify Client Certificate Revocation : Enabled Verify Revocation Using Cached Client Certificate Only : Disabled Usage Check : Enabled Revocation Freshness Time : 0 URL Retrieval Timeout : 0 Ctl Identifier : (null) Ctl Store Name : (null) DS Mapper Usage : Disabled Negotiate Client Certificate : Disabled Hostname:port : demo009.s-innovations.net:443 Certificate Hash : 09ee7268be2509e3262dcae9df10563dce265bd3 Application ID : {4dc3e181-e14b-4a21-b022-59fc669b0914} Certificate Store Name : My Verify Client Certificate Revocation : Enabled Verify Revocation Using Cached Client Certificate Only : Disabled Usage Check : Enabled Revocation Freshness Time : 0 URL Retrieval Timeout : 0 Ctl Identifier : (null) Ctl Store Name : (null) DS Mapper Usage : Disabled Negotiate Client Certificate : Disabled Hostname:port : www.s-innovations.net:443 Certificate Hash : 09ee7268be2509e3262dcae9df10563dce265bd3 Application ID : {4dc3e181-e14b-4a21-b022-59fc669b0914} Certificate Store Name : My Verify Client Certificate Revocation : Enabled Verify Revocation Using Cached Client Certificate Only : Disabled Usage Check : Enabled Revocation Freshness Time : 0 URL Retrieval Timeout : 0 Ctl Identifier : (null) Ctl Store Name : (null) DS Mapper Usage : Disabled Negotiate Client Certificate : Disabled Hostname:port : www.c1get.net:443 Certificate Hash : fabae896e032f9ba08b389d8c9ecd33908fabe31 Application ID : {4dc3e181-e14b-4a21-b022-59fc669b0914} Certificate Store Name : My Verify Client Certificate Revocation : Enabled Verify Revocation Using Cached Client Certificate Only : Disabled Usage Check : Enabled Revocation Freshness Time : 0 URL Retrieval Timeout : 0 Ctl Identifier : (null) Ctl Store Name : (null) DS Mapper Usage : Disabled Negotiate Client Certificate : Disabled
代表 Shane Madden和 @L_403_2@回答这个问题

Shane:我想知道那个IP上的非SNI绑定是否由于某种原因而产生了影响..如果禁用该绑定会有什么变化吗?

s093294:好的那就是问题所在.我用netsh http delete删除了它.现在我只需要弄清楚为什么它首先出现在那里.它是一种自动化设置,可在天蓝云服务上部署机器.

猜你在找的Windows相关文章