执行API测试时出现SSL异常错误,我想在执行时在NON产品环境中忽略它们。请让我知道我该怎么做。我正在使用Rest Assured with Cucumber进行API测试 最佳答案 以下行可以解决您的问题:RestAssuredConfig.newConfig().sslConfig((new SSLConfig()).relaxedHTTPSValidation().allowAllHostnames()