本文介绍了证书发行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

希望您能提供帮助.

我有一个名为"Contoso"的网络应用程序,并且默认网址为https://contoso.com 

I have a web application called "Contoso" and the default url is https://contoso.com 

在AAM下,我可以看到有两个默认网址:一个是https://contoso.com,另一个是http://contoso.com(这对我来说很奇怪)

Under AAM, I can see there is 2 default urls for this: one is https://contoso.com and the other one is http://contoso.com (thats odd to me)

我认为这是由于我的客户扩展了Web应用程序,对吧?

I think this is due to my client extend the web app, right?

另一个奇怪的事情是,在IIS下,我看不到"Contoso"取而代之的是,我看到的类似于"MyWebAppName"

The other odd thing is, under IIS I don't see "Contoso" name instead I see something like "MyWebAppName"

我已经将此Web应用程序重命名了,不确定,因为我的客户端没有此信息

I this this web application has been renamed, not sure as my client doesn't have this info

问题是,现在,在用户上传了该网站的新证书之后,如果用户点击了https://contoso.com 从SSL外部无法正常工作.但是通过内部 网络可以正常工作

The issue is, now after uploading new Certificate for this site, if the user hit the https://contoso.com  from outside the SSL won't work. But form internal  network it work

任何想法在这里出了什么问题吗?

Any ideas what gone wrong here?

谢谢

推荐答案


这篇关于证书发行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 10:16