Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] help

Hi Kai,

Yes you are right. I already found the problem but thanks for your response. I was trying to connect on port 5684 instead of 5683.

Best regards,
Mamo

>>> "Hudalla Kai (INST/ESY)" <Kai.Hudalla@xxxxxxxxxxxx> 6/8/2015 3:08 PM >>>
Hi Mamo,
The log message indicates, that Scandium’s DTLS server has received a DTLS record from a client of an unknown type. Such records are ignored by Scandium but indicate that your client is sending non-compliant records. Are you sure that your client is configured to use DTLS for securing the connection to the client? I am asking because the client might be configured to use plain CoAP (no DTLS) and thus send CoAP requests to a secure endpoint on the server …
Regards,
Kai
From: cf-dev-bounces@xxxxxxxxxxx [mailto:cf-dev-bounces@xxxxxxxxxxx] On Behalf Of Fesseha Tsegaye Mamo
Sent: Tuesday, May 26, 2015 6:55 PM
To: cf-dev@xxxxxxxxxxx
Subject: [cf-dev] help
 
Hello all,
 
I have a small set up to test Leshan with a CoAP client node in an IPv6 network (6LoWPAN). In doing so I get a warning message, I don't know if this warning is also a critical error though. My small setup isn't functioning either because of this (or another) problem. I can see a registration request from the client is received at the server side but then no response it sent back.
 
The warning seems to be coming from Californuim. This is the log:
 
WARNING: Received illegal record content type: 64
May 26, 2015 6:31:35 PM org.eclipse.californium.scandium.dtls.Record fromByteArray 
 
Thanks


Best regards,
Mamo
 

Back to the top