Testing if a Milo client connection to a server is actually using encryption

0 votes
So, I'm using Eclipse Milo as a client. I wanted to test whether after establishing the connection, is the connection using encryption.

What is the best approach to do this?
May 8, 2019 in IoT (Internet of Things) by Shubham
• 13,490 points
2,061 views

1 answer to this question.

0 votes

To actually verify you need Wireshark. 

Wireshark understands OPC-UA. After configuration, you're connected to as UA and you'll see all the messages show up as "UA Secure Conversation Message" or something along those lines. When encryption is not used you can actually see the type, full structure, and content of every message between client and server

answered May 8, 2019 by Upasana
• 8,620 points

Related Questions In IoT (Internet of Things)

0 votes
1 answer

KAA server : Is it possible to develop an application to communicate with routers using PHP

It's actually not possible to develop a ...READ MORE

answered Jan 10, 2019 in IoT (Internet of Things) by Shubham
• 13,490 points
1,142 views
0 votes
1 answer

AWS IoT login from android MQTT client using IAM is not working

Seeing your comments and questions. I had ...READ MORE

answered Jul 24, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
2,979 views