Mahir92 commented on pull request #243: URL: https://github.com/apache/airavata/pull/243#issuecomment-625958000
Hi! To get a better a understanding on what @YYTVicky referred to, if TrustManager's overridden methods have no body (i.e. - `checkClientTrusted` and `checkServerTrusted`) then all certificates will get verified (even the insecure ones). What we propose is something like the following example code snippet - https://paste.ubuntu.com/p/jWtH2yTNR8/ . Please note that, this is just a sample code. You can use the similar format to use your customized logic to verify certificates. If you have any questions, please me know. ---------------------------------------------------------------- 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]
