Tagged: SOAPConnector, TLS1.0
- This topic has 5 replies, 2 voices, and was last updated 2 years, 10 months ago by support-swapna.
-
AuthorPosts
-
aralgundkarParticipantInformation Security team of my organization has pointed out that MyEclipse is somehow opening port number 8880 with TLS1.0. Are there any steps that I should follow to disable TLS1.0 uses.
support-swapnaModeratorHi,
TLS 1.2 should be the default in newer versions of Java. Can you please share with us the MyEclipse version details from Help > About MyEclipse dialog and the Java version that is used to start MyEclipse (you can find it in the myeclipse.ini file located in the MyEclipse installation directory).
–Swapna
Genuitec Support
aralgundkarParticipantHere are the requested information-
MyEclipse Enterprise Workbench
Version: 2021.5.24
Build id: 16.0.0-20210524———————————-
From myeclipse.ini file
-vm
binary/com.sun.java.jdk14.win32.x86_64_1.14.0/bin/javaw.exe
support-swapnaModeratorHi,
Thank you for the details.
Is the SOAP connection at application level? If yes, then what is the JDK version for the application.–Swapna
Genuitec Support
aralgundkarParticipantHi,
I don’t think it is an application level because I have observed that MyEclipse somehow opens the port 8880 which is default port for SOAP.
At application level I am using JDK1.8 below are the details
java version “1.8.0_271”
Java(TM) SE Runtime Environment (build 1.8.0_271-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.271-b09, mixed mode)
support-swapnaModeratorHi,
Is Websphere Application Server running in the machine?
MyEclipse opens 8880 port for Websphere SOAP connections. Can you please check if the Websphere server supports TLS 1.2?
Login to the Websphere Admin Console, click Security > SSL certificate and key management, and under Related Items, click SSL configurations.
Click the default SSL settings link to open it and, under Additional Properties, click Quality of protection (QoP) settings.
For the protocol, ensure that TLSv1.2 is selected.If this doesn’t help, then please share the Websphere Application Server version details along with the JRE version that is shipped with it to help us investigate further.
–Swapna
Genuitec Support -
AuthorPosts