kurushi9000 edited a comment on issue #5876:
URL: https://github.com/apache/cloudstack/issues/5876#issuecomment-1016547512


   I started testing on VPX 13 freemium
   Now i have tested on VPX 11.0 licensed and it returns : "Failed to log in to 
Netscaler device at a.b.c.d due to Certificates do not conform to algorithm 
constraints"
   
   Here in the logs of mgmt server ACS 4.16
   
   2022-01-19 15:55:37,639 DEBUG [o.a.c.f.j.i.AsyncJobManagerImpl] 
(API-Job-Executor-45:ctx-5a07e50a job-177) (logid:83b1eaf3) Complete async 
job-177, jobStatus: FAILED, resultCode: 530, result: 
org.apache.cloudstack.api.response.ExceptionResponse/null/{"uuidList":[],"errorcode":"530","errortext":"Failed
 to log in to Netscaler device at "a.b.c.d" due to Certificates do not conform 
to algorithm constraints"}
   
   EDIT : for vpx 11.0, this is an issue du to Ssl ciphers used
   I had to modify 
/usr/lib/jvm/java-11-openjdk-11.0.13.0.8-1.el7_9.x86_64/conf/security/java.security
 in order to disable checks on jdk.certpath.disabledAlgorithms and 
jdk.tls.disabledAlgorithms (commented out these two lines)
   vpx 11.0 could be added to ACS
   
   But it seems it is working if there is a licence on platform
   
   I think there is still the error due to 
plugins/network-elements/netscaler/src/main/java/com/cloud/network/resource/NetscalerResource.java
 checking 
   
   In vpx 11 platform value : NetScaler Virtual Appliance 450000
   In vpx 12 & 13 platform value : Netscaler Remote Licensed Virtual Appliance 
450000 causing failing check
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to