Skip to content

Commit

Permalink
Ensure SSL support works (needs non-released messaging toolkit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel J. Debrunner committed May 11, 2016
1 parent 2a5a1f1 commit 1756881
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,18 @@
* parameter or submission time parameter `encrypted` can be set to
* `false` to use unencrypted connections through port `1883`.
*
* **At this point SSL is not supported since the MQTT operators
* do not yet support TLSv1.2. Use of the operators must set
* `encrypted` to `false` to see device events and send commands.**
* **WARNING**: *At this point SSL is only supported using a version of
* `com.ibm.streamsx.messaging` built from the master branch of*
* [https://github.com/IBMStreams/streamsx.messaging|streamsx.messaging].
* *See* [https://github.com/IBMStreams/streamsx.messaging/issues/216|Issue #216].
* *Use of the operators must set `encrypted` to `false` to
* see device events and send commands if using a released version
* of the messaging toolkit.*
*
* **The applications (`IotPlatform` and `SimpleAllDevices`)
* are defaulted to unecrypted connections
* **WARNING**: *The applications (`IotPlatform` and `SimpleAllDevices`)
* are defaulted to unencrypted connections
* to allow them to work out of the box. The default will revert
* to encrypted in future pre-release.**
* to encrypted in future pre-release.*
*
* The Watson Iot Platform scalable application model is used
* when operators interacting with Watson IoT Platform are in a
Expand Down
4 changes: 2 additions & 2 deletions com.ibm.streamsx.iot/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ This toolkit depends on these toolkits:
* `com.ibm.streamsx.topology`

</info:description>
<info:version>0.8.0.commit___dev__</info:version>
<info:version>0.8.0.__dev__</info:version>
<info:requiredProductVersion>4.1.0.0</info:requiredProductVersion>
</info:identity>
<info:dependencies>
<info:toolkit>
<common:name>com.ibm.streamsx.messaging</common:name>
<common:version>[3.0.0,5.0.0)</common:version>
<common:version>[3.0.0,6.0.0)</common:version>
</info:toolkit>
<info:toolkit>
<common:name>com.ibm.streamsx.json</common:name>
Expand Down

0 comments on commit 1756881

Please sign in to comment.