This is an automated email from the ASF dual-hosted git repository.

yasith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new e5002a6e4a Leave a comment to warn that it is not secure (#243)
e5002a6e4a is described below

commit e5002a6e4a829ec5cb8f5aec9925903a4f484334
Author: YYTVicky <[email protected]>
AuthorDate: Sun Jun 8 20:12:57 2025 -0400

    Leave a comment to warn that it is not secure (#243)
    
    Leave a comment to warn that it is not secure
---
 .../src/main/java/org/apache/airavata/tools/load/SecurityManager.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/tools/load-client/src/main/java/org/apache/airavata/tools/load/SecurityManager.java
 
b/tools/load-client/src/main/java/org/apache/airavata/tools/load/SecurityManager.java
index 410c2af424..7a90a103cc 100644
--- 
a/tools/load-client/src/main/java/org/apache/airavata/tools/load/SecurityManager.java
+++ 
b/tools/load-client/src/main/java/org/apache/airavata/tools/load/SecurityManager.java
@@ -15,6 +15,7 @@ public class SecurityManager {
 
     public void loadCertificate(String host, int port) throws 
CertificateException, NoSuchAlgorithmException, IOException, KeyStoreException, 
KeyManagementException, URISyntaxException {
 
+        // It is not secure!
         TrustManager[] trustAllCerts = new TrustManager[]{
                 new X509TrustManager() {
                     public java.security.cert.X509Certificate[] 
getAcceptedIssuers() {

Reply via email to