We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f6df3 commit b9faaf0Copy full SHA for b9faaf0
visualvm/jmx/src/org/graalvm/visualvm/jmx/impl/ProxyClient.java
@@ -285,8 +285,7 @@ private void tryConnect() throws IOException {
285
jmxc.connect(env);
286
} catch (java.io.IOException e) {
287
// Likely a SSL-protected RMI registry
288
- if ("rmi".equals(jmxUrl.getProtocol())) {
289
- // NOI18N
+ if ("rmi".equals(jmxUrl.getProtocol())) { // NOI18N
290
env.put("com.sun.jndi.rmi.factory.socket", sslRMIClientSocketFactory); // NOI18N
291
292
} else {
0 commit comments