Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 错误\u证书\u权限\u与https请求无效_Java_Ssl_Https_Websphere_Websphere Liberty - Fatal编程技术网

Java 错误\u证书\u权限\u与https请求无效

Java 错误\u证书\u权限\u与https请求无效,java,ssl,https,websphere,websphere-liberty,Java,Ssl,Https,Websphere,Websphere Liberty,我是SSL认证的新手。我在云WebSphereLiberty服务器上用Java创建了一个web服务。我还通过向server.xml添加以下标记来创建证书 <featureManager> <feature>webProfile-7.0</feature> <feature>localConnector-1.0</feature> <feature>ssl-1.0</feature> <

我是SSL认证的新手。我在云WebSphereLiberty服务器上用Java创建了一个web服务。我还通过向server.xml添加以下标记来创建证书

<featureManager>
    <feature>webProfile-7.0</feature>
    <feature>localConnector-1.0</feature>
    <feature>ssl-1.0</feature>
</featureManager>

<keyStore id="defaultKeyStore" location="squery.keystore" type="JCEKS" password="forget1t"/> 

webProfile-7.0
localConnector-1.0
ssl-1.0
但是,当托管在不同服务器上的应用程序向websphere服务器发出请求时,它会收到一个错误:加载资源失败:net::ERR_unsecure_RESPONSE
我还试图通过Google Chrome打开websphere服务器,它的响应是NET::ERR\u CERT\u AUTHORITY\u INVALID。配置中我缺少了什么?我真的找不到关于那件事的任何文件。感谢

这里是关于如何生成免费有效SSL证书文件以与https一起使用的最简单教程。生成的SSL证书文件将为您提供广受欢迎的绿色挂锁URL,这是一个非常好的起点。这里是关于如何生成免费有效SSL证书文件以与https一起使用的最简单教程。生成的SSL证书文件将为您提供一个非常好的起点证书文件将为您提供广受欢迎的绿色挂锁URL,这是一个非常好的起点