Bug 393649 - Add SSL sample code
Summary: Add SSL sample code
Status: CLOSED FIXED
Alias: None
Product: Paho
Classification: IoT
Component: Samples (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Ian Craggs CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation, example
Depends on: 402253
Blocks:
  Show dependency tree
 
Reported: 2012-11-06 06:34 EST by Andy Piper CLA
Modified: 2019-02-12 09:13 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Piper CLA 2012-11-06 06:34:09 EST
Users are increasingly asking questions about how to use SSL with MQTT clients and servers

http://stackoverflow.com/questions/12997559/ssl-connection-from-java-client-eclipse-paho-to-mosquitto-broker-unknown-ca 

The clients should include examples demonstrating how to use SSL.
Comment 1 Dave Locke CLA 2013-03-18 11:22:52 EDT
The sample apps in package org.eclipse.paho.sample.mqttv3app have been updated to show how to programmatically create a secure MQTT connection. 

In addition to this it would be useful to have a document that describes in more detail.
Comment 2 Andy Piper CLA 2013-04-15 10:43:18 EDT
The Lua client does not (currently) support SSL.

We should include documentation on SSL support, and samples for the C client.
Comment 3 Andy Piper CLA 2013-04-15 10:48:34 EDT
Added dependency on #402253 C sample code
Comment 4 Ian Craggs CLA 2019-02-12 09:13:52 EST
C SSL samples now included.