我有pem&key文件,目前我正在使用postman工具来测试api。我尝试通过将pem&key转换为jks来使用它。im得到ssl握手异常
RestAssured.baseURI="https://localhost:8080";
Response response = given().config(new RestAssuredConfig().sslConfig(new
SSLConfig().keyStore(System.getProperty("user.dir")+"/src/test/resources/testdata/rest/test.jks",
"changeit"))).header(new Header("XID","dasdasd2323"))
我尝试使用relaxedhttpsvalization(),但是遇到了授权错误。请给我一个解决这个问题的方法。
暂无答案!
目前还没有任何答案,快来回答吧!