Hello,
I'm writing software for my own board with nrf52840 and SIM800C modem.
I try to connect to MQTT broker. It works when I have TLS disabled or have TLS with certificate enabled. But fails when I try to connect to broker with TLS-PSK enabled.
In Zephyr logs I see: "net_sock_tls: TLS handshake error: -7600" or sometimes "net_sock_tls: TLS handshake error: -7280"
And in MQTT broker logs I see: "OpenSSL Error[0]: error:14201076:SSL routines:tls_choose_sigalg:no suitable signature algorithm"
I can connect to broker using mosquitto_pub command, so it looks that broker is configured correctly.
Could you point me out what might be wrong?