How to connect RTC client after applying TLS 1.2 on both WAS and IHS with JAS enabled?
Currently in my eclipse.ini file, I have:
-vm
E:\Program Files\IBM\TeamConcert\jdk\jre\bin\javaw.exe
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120913-144807
-install
E:/Program Files/IBM/TeamConcert
-vmargs
-Xms100m
-Xmx1024m
-Xmnx64m
-Xgcpolicy:gencon
-Xscmx96m
-Xshareclasses:name=IBMSDP_%u
-Xcompressedrefs
-Djavax.xml.accessExternalSchema=platform,file
-Dcom.ibm.team.repository.transport.client.protocol=TLSv1.2
But somehow I am unable to connect to the repository. Can anyone please help me out here?