Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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



0 votes


Be the first one to answer this question!

Register or log in to post your answer.

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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 1,700

Question asked: Jan 18 '21, 1:50 a.m.

Question was seen: 1,430 times

Last updated: Jan 18 '21, 1:50 a.m.

Confirmation Cancel Confirm