Cannot send the test request using Rest

Encoutering error

java.security.cert.CertificateException: No subject alternative names present

image.png

1 Like

Facing the same exact issue since I updated to 5.4.2 yesterday.

Does anyone know where I can download the previous build (5.4.1) so I can downgrade and run my tests until this issue gets resolved?

Edit: I found some older versions in this thread

Do we have other solution aside from downgrading? in Rest assured Iā€™m using relaxedHTTPSValidation, is that something that I can add in the code.

RequestSpecification request = RestAssured.given().relaxedHTTPSValidation();

@JL_Precilla did you find any solution to this? does katalon have a relaxedHTTPSValidation() method alternative?