小编kai*_*zen的帖子

Not able to connect to server through java code. Getting javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

I am trying to build a Test Automation Tool for REST API on AWS using rest-assured framework. I just tried with a simple HTTP POST and checking the output JSON body. But when I run that in Eclipse I get SSLHandshakeException. I did try to look into the issue and found it could be something related to server certificate (Received fatal alert: handshake_failure through SSLHandshakeException) but when I test it through POSTMAN it is running fine and …

java rest ssl sslhandshakeexception rest-assured

9
推荐指数
2
解决办法
1万
查看次数

标签 统计

java ×1

rest ×1

rest-assured ×1

ssl ×1

sslhandshakeexception ×1