Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] TLS certificates files

Hi Kamil, 

Thanks for this, I will have a look, it already looks a lot like the things I have found. I actually forgot to mention I am working with Java in Android, but it was kind of deductible. 

Roberto


Date: Thu, 14 Apr 2016 20:07:02 +0100
From: kamil.baczkowicz@xxxxxxxxx
To: paho-dev@xxxxxxxxxxx
Subject: Re: [paho-dev] TLS certificates files

Hi Roberto,

Would the following mqtt-spy code would be of some use?

https://github.com/kamilfb/mqtt-spy/blob/development/spy-common/src/main/java/pl/baczkowicz/spy/security/SecureSocketFactoryBuilder.java

This builder class is used by other classes in mqtt-spy to create a socket factory that Paho Java lib then takes as a parameter.

Kamil

On 14 Apr 2016 19:50, "Roberto Becerra" <io_robertob@xxxxxxxxxxx> wrote:
Hi all, 


New here, nice to write to you all for the first time!


I want to implement TLS files in the client side with Paho, but do not find it clear how to go about it, I have looked for info in several places but guessed this might be the best took look into. 


I want to achieve something like what MQTT fx is doing, working with AWS, as shown in this link


https://docs.aws.amazon.com/iot/latest/developerguide/verify-pub-sub.html


any info would be greatly appreciated!


Roberto

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev

_______________________________________________ paho-dev mailing list paho-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/paho-dev

Back to the top