nettigo / namf

Nettigo Air Monitor Firmware
GNU General Public License v3.0
33 stars 19 forks source link

HTTPS Custom API session broken during TLS handshake #70

Closed jdobes-cz closed 11 months ago

jdobes-cz commented 1 year ago

I cannot make Nettigo Air Monitor (KIT BME 0.3.3 STD language EN) post data to my own API.

Configuration: image Firmware - tried with NAMF-2020-46rc2 (and before also the stable release).

Actual results:

Expected result:

Additional info:

Here is the debug of the connection: image

Idea:

Here is the Server Hello packet from api-rrd.madavi.de (i.e., it works): image

Here is the Server Hello packet from pipedream.net (i.e., it does not work): image

jdobes-cz commented 1 year ago

I am sorry, there is no problem on the Nettigo side. I was using the ECDSA certificate on the server, while the ciphers required the RSA certificate. I've changed to RSA certificates and all works well now. It is perhaps the same problem on pipedream.net side.