ptuomola commented on pull request #820: URL: https://github.com/apache/fineract/pull/820#issuecomment-624271467
@xurror @awasum Interestingly I don't get the same failures with integration tests when I run them on my machine locally. The error seems to caused by the test client not trusting the HTTPS certificate provided by the server. But that should never happen as we are using relaxedHTTPSValidation() from RestAssured, which should skip all of the certificate validations. And on my local machine that seems to work as expected. Anyway - will investigate further tomorrow, maybe I can find a way to reproduce the error locally. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
