Message11655

Author Neha
Recipients Neha, jamesmudd
Date 2017-11-08.11:24:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510140260.03.0.213398074469.issue2641@psf.upfronthosting.co.za>
In-reply-to
Content
I dont think it is security configuration issue with the certificates or JVM in our system. We are not making any changes in configurations related to security while using this jar. I also mentioned in my old bug that old jython jar 2.7.0 does not create this problem but this new jar does. 
There are some changes in the new jar 2.7.1 which is causing issue. Our code remains the same whatever part it is. 


please see the below code which shows the problem:-

[root@sccm2106 bin]# ./sccmCLI.sh 
certificate verify failed (javax.net.ssl.SSLHandshakeException: General SSLEngine problem) (1)
[root@sccm2106 bin]# 


sccmClI.sh

. `dirname $0`/setupEnv.sh
$JAVA_CMD -jar $TUAM_LIB/jython-standalone-2.7.1.jar $TUAM_BIN/sccmCLI.py "$@"



Thanks, 
Neha
History
Date User Action Args
2017-11-08 11:24:20Nehasetmessageid: <1510140260.03.0.213398074469.issue2641@psf.upfronthosting.co.za>
2017-11-08 11:24:20Nehasetrecipients: + Neha, jamesmudd
2017-11-08 11:24:20Nehalinkissue2641 messages
2017-11-08 11:24:19Nehacreate