Timeout connecting to message-hub on Bluemix
问题 I'm trying to connect to a Message Hub Service. I can connect if I use the REST API but when I try to connect from my Java program there's always a timeout I'm using the next configuration: Properties producerProps = new Properties(); producerProps.put(SslConfigs.SSL_PROTOCOL_CONFIG, "TLSv1.2"); producerProps.put(SslConfigs.SSL_ENABLED_PROTOCOLS_CONFIG, "TLSv1.2"); producerProps.put(SslConfigs.SSL_TRUSTSTORE_LOCATION_CONFIG, "/Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home/jre