Require WebSocket_client Working Code

Hi,

I am using SDK v2.6.1 with the nrf7002dk_nrf5340_cpuapp board.

I have try nordic websocket_client but i have got Cannot connect to IPv4 remote (-116) error,

please help me to solve this problem

Parents Reply
  • ChiragBhavsar said:
    In the src directory, the https-cert.der file is available, and the https-cert.der.inc file is also generated in the build/zephyr/include/generated/ directory. How is the https-cert.der.inc file generated?

    Looks it is generated by zephyr\samples\net\sockets\websocket_client\CMakeLists.txt.

    ChiragBhavsar said:
    Additionally, is there any other method to add a certificate for WebSocket?

    I am not sure, you can try to check with the sample codes maintainer.

Children
Related