only TSL1.2 protocol can be enable in sp800_131strict
Hello All,
I have develop one plugin in which I am using OSLC rest query to get the data but when I run the rest query its giving below error:-
only TSL1.2 protocol can be enable in sp800_131 strict mode.
But we have already enable it in strict mode
if [
uname = Darwin ];
then
JAVA_OPTS="$JAVA_OPTS -Djazz.connector.sslEnabledProtocols=\"SSLv2Hello,TLSv1,TLSv1.1,TLSv1.2\""
JAVA_OPTS="$JAVA_OPTS -Djazz.connector.algorithm=SunX509"
else
JAVA_OPTS="$JAVA_OPTS -Djazz.connector.sslEnabledProtocols=TLSv1.2"
JAVA_OPTS="$JAVA_OPTS -Dcom.ibm.team.repository.transport.client.protocol=TLSv1.2"
JAVA_OPTS="$JAVA_OPTS -Dcom.ibm.jsse2.sp800-131=strict"
JAVA_OPTS="$JAVA_OPTS -Dcom.ibm.rational.rpe.tls12only=true"
JAVA_OPTS="$JAVA_OPTS -Djazz.connector.algorithm=IbmX509"
fi
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.