Skip to content

Commit

Permalink
Merge pull request #6 from IBMStreams/develop
Browse files Browse the repository at this point in the history
MQTT toolktit release 1.0.3
  • Loading branch information
Rolef Heinrich committed Nov 21, 2019
2 parents 6d3e113 + b8cc66f commit 7dec50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ protected void setupSslProperties(MqttClientWrapper client) {
String keyStore = getKeyStore();
String keyStorePw = getKeyStorePassword();

System.setProperty("com.ibm.jsse2.overrideDefaultTLS", "true");
if (trustStore != null || keyStore != null) {
Properties sslProperties = new Properties();

Expand Down
2 changes: 1 addition & 1 deletion com.ibm.streamsx.mqtt/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The <MQTT> element has the following attributes:
If the truststore does not contain a public certificate for an MQTT server, the connection to that server is terminated.

</info:description>
<info:version>1.0.2</info:version>
<info:version>1.0.3</info:version>
<info:requiredProductVersion>4.2.0.0</info:requiredProductVersion>
</info:identity>
<info:dependencies/>
Expand Down

0 comments on commit 7dec50e

Please sign in to comment.