Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] Handshake error with PSK

I solved the problem thanks to your hint. Thank you.
Best regards,
Marco Minici

Il 28/mar/2017 08:18, "Hudalla Kai (INST/ECS4)" <kai.hudalla@xxxxxxxxxxxx> ha scritto:
The problem seems to be that you haven't added your client's PSK identity (and
key) to the PskStore you have configured for the server:

11 INFO [DTLSConnector]: Aborting handshake with peer [/192.168.43.246:61525]:
Cannot authenticate client, identity [Client_identity] is unknown -
(org.eclipse.californium.scandium.DTLSConnector.java:1584)
terminateOngoingHandshake() in thread DTLS-Receiver-0.0.0.0/0.0.0.0:5684 at
(2017-03-27 18:05:06)


--
Mit freundlichen Grüßen / Best regards

Kai Hudalla
Chief Software Architect

Bosch Software Innovations GmbH
Schöneberger Ufer 89-91
10785 Berlin
GERMANY
www.bosch-si.com

Registered office: Berlin, Register court: Amtsgericht Charlottenburg,
HRB 148411 B;
Executives: Dr.-Ing. Rainer Kallenbach, Michael Hahn

On Mon, 2017-03-27 at 20:08 +0200, Marco Minici wrote:
> 11 INFO [DTLSConnector]: Aborting handshake with peer [/192.168.43.246:61525]:
> Cannot authenticate client, identity [Client_identity] is unknown -
> (org.eclipse.californium.scandium.DTLSConnector.java:1584)
> terminateOngoingHandshake() in thread DTLS-Receiver-0.0.0.0/0.0.0.0:5684 at
> (2017-03-27 18:05:06)
_______________________________________________
cf-dev mailing list
cf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cf-dev

Back to the top