【发布时间】:2020-06-17 08:09:19
【问题描述】:
您好,我正在使用 Jenkins 将 Jmeter 与 opeshift 管道集成以测试我的 API(https)。当 Jmeter 尝试将请求发送到 API 时,我收到以下错误: 非 HTTP 响应代码:javax.net.ssl.SSLHandshakeException - 非 HTTP 响应消息:java.security.cert.CertificateException: No name matching found
我已尝试忽略 SSL 证书验证的步骤,但无法绕过该过程。
我创建了一个 Spring Boot 项目来将负载测试作为管道运行。我正在使用<groupId>com.lazerycode.jmeter</groupId> 并使用扩展名为 .jmx 的 jmeter 文件在 jenkins 中运行。
【问题讨论】:
标签: spring-boot ssl jmeter jenkins-pipeline ssl-certificate