Tagged Questions
0
votes
2answers
76 views
Https for embedded devices, local addresses
I am trying to add https to the embedded devices I am working on. These devices are generally assigned local ip addresses and so cannot get their own ssl certificates. So essentially my question is ...
2
votes
2answers
77 views
ssl communication handshake question
During SSL communication, the server sends its certificate to the client for authentication.
Optionally, the client could send its certificate too, for client authentication.
My question is, does the ...