gpt4 book ai didi

java - 在 Karate 中关闭 SSL 证书验证

转载 作者:行者123 更新时间:2023-11-30 10:04:48 26 4
gpt4 key购买 nike

我正在使用 Karate 框架。由于服务器需要这样做,我正在尝试使用 mutual auth 连接到它,如下所述: https://github.com/intuit/karate#x509-certificate-authentication

* configure ssl = { trustStore : 'classpath:certstore.pfx', trustStorePassword: 'certpassword', trustStoreType: 'pkcs12' };

我收到这个错误:

javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate

有谁知道如何像我在 Postman 中那样跳过 SSL 证书验证

最佳答案

这应该使用 HTTPS 但忽略证书:

* configure ssl = true

文档:https://github.com/intuit/karate#configure

关于java - 在 Karate 中关闭 SSL 证书验证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55686417/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com