• SAP PI 导入SSL证书 快速解决 iaik.security.ssl.SSLCertificateException 接口报错


    SAP PI PO 或 ABAP系统调用HTTPS接口时需要导入SSL证书,本文详细介绍导入SSL证书 快速解决 iaik.security.ssl.SSLCertificateException 接口报错。

    Endpoint https://petstore.swagger.io/v2/pet/1/uploadImage
    HTTP Operation https://petstore.swagger.io/v2/pet/1/uploadImage
    Testing HTTP HEAD... Test skipped: HTTP HEAD is only called for GET operations
    Testing HTTP OPTIONS... iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier
    Pinging the server... Server is reachable
    Data Format JSON
    Data Conversion false 

    SAP PI 导入SSL证书 快速解决 iaik.security.ssl.SSLCertificateException 接口报错

    NWA
    配制
    安全性
    证书和密钥 (/nwa/key-storage)

    NWA 配制 安全性 证书和密钥 (/nwa/key-storage)

    使用密钥存储服务可在支持密码系统的地方维护服务器的个人安全信息,例如,在使用 SSL 协议时。您可以创建服务器密钥对,生成对应的证书签名请求,以及维护与该密钥对有关的受信证书机构 (CA)。证书撤销检查服务可确认证书未包含在证书撤销列表 (CRL) 中。

    Base64 编码 X.509(.CER)(S) Base64 编码 X.509(.CER)(S)

     密钥存储视图 TrustedCAs 导入条目 选择条目类型:* X.509 Certificate

    密钥存储视图
    TrustedCAs

    导入条目
    选择条目类型:* X.509 Certificate

    另外还有2种证书类型:
    PKCS#8 Key Pair
    输入到 PKCS#8 密钥文件的路径: 
    添加 PKCS#8 证书: 

    PKCS#12 Key Pair
    输入到 PKCS#12 密钥文件的路径: 
    输入密码以解密密钥文件:*

    Pinging the server... Server is reachable

    iaik.security.ssl.SSLCertificateException Peer certificate rejected by ChainVerifier SSL证书报错成功解决。

    Endpoint https://petstore.swagger.io/v2/pet/1/uploadImage
    HTTP Operation https://petstore.swagger.io/v2/pet/1/uploadImage
    Testing HTTP HEAD... Test skipped: HTTP HEAD is only called for GET operations
    Testing HTTP OPTIONS... 204: No Content
    Pinging the server... Server is reachable
    Data Format JSON
    Data Conversion false 

    2517988 - Failed to get the input stream from socket: iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier
    https://launchpad.support.sap.com/#/notes/2517988

    2321147 - MP: exception caught with cause iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier
    https://userapps.support.sap.com/sap/support/knowledge/en/2321147

  • 相关阅读:
    使用git命令提交代码到gitee码云仓库
    Linux文件系统结构
    CDC实时数据同步
    C# 连接SQL Sever 数据库与数据查询实例 数据仓库
    重磅综述|大脑内在神经时间尺度:时间整合与分离
    机器学习基础概念
    C# 实验一
    【规范】SpringBoot接口返回结果及异常统一处理,这样封装才优雅
    多线程详解
    Python(二)
  • 原文地址:https://blog.csdn.net/dwjnhkbc123/article/details/124944801