<rpxnow.com>的证书与任何主题备用名称都不匹配

时间:2019-07-26 15:39:29

标签: java

我是如何使用Janrain服务的新手,目前,我遇到了与认证相关的问题。

我尝试了以下链接中所述的方法,但无法解决。

Certificate for <localhost> doesn't match any of the subject alternative names

此处basUrl为“ https://rpxnow.com/api/v2/

<body>
    <script src="https://cdn.jsdelivr.net/npm/riot@3.13/riot+compiler.js"> 
    </script>
    <dict2-app>dict2-app</dict2-app>
    <dict2-app></dict2-app>
    <dict3-app>dict3-app</dict3-app>
    <dict3-app></dict3-app>
    <script>
        riot.mount('*')
    </script>
</body>

预期:它应该显示200个状态

实际:

  

javax.net.ssl.SSLException:证书不   与任何主题备用名称匹配:[* .janrain.com,   * .rpxstaging.com,*。rpxtesting.com,*。janrainbackplane.com,*。janrainsso.com,*。rpxnow.com,*。rpxtraining.com,*。janrainconsole.com,*。engage-dev.janrain。 com]

0 个答案:

没有答案