about nrf9160 slm mqtt tls1.2

hi, 

    1、How can I  setting cipher suite version? When I was doing tls bidirectional authentication.

     I can't find the AT comand.
                      thanks a lot !
    

   

AT#XMQTTCON=<op>[,<username>,<password>,<url>,<port>[,<sec_tag>]]
  • The <op> parameter is an integer. It can accept one of the following values:

    • 0 - Disconnect from the MQTT broker.

    • 1 - Connect to the MQTT broker using IP protocol family version 4.

    • 2 - Connect to the MQTT broker using IP protocol family version 6.

  • The <username> parameter is a string. It indicates the MQTT client username.

  • The <password> parameter is a string. It indicates the MQTT client password in cleartext.

  • The <url> parameter is a string. It indicates the MQTT broker hostname.

  • The <port> parameter is an unsigned 16-bit integer (0 - 65535). It indicates the MQTT broker port.

  • The <sec_tag> parameter is an integer. It indicates the credential of the security tag used for establishing a secure connection.

Parents
  • hi,everyone:


          I'm testing the nrf9160 dk,I want to connect to the cloud server through mqtt tls1.2.

         1、SLM version
        
        2、hardware   nrf9160 dk
          already write certificate.

       3、I want connect to the cloud server through Mutual TLS authentication


          sep1:

           AT#XMQTTCON=1,"0","","","xxxxxxxxxxxxxxxx.com",8883     
            ok
          sep2: which AT command can set ssl/tls version?
          setp3: which AT command can set ssl/tls 
    protocol?
          sep4: which AT command can set ciphersuite?

    best regards!

Reply
  • hi,everyone:


          I'm testing the nrf9160 dk,I want to connect to the cloud server through mqtt tls1.2.

         1、SLM version
        
        2、hardware   nrf9160 dk
          already write certificate.

       3、I want connect to the cloud server through Mutual TLS authentication


          sep1:

           AT#XMQTTCON=1,"0","","","xxxxxxxxxxxxxxxx.com",8883     
            ok
          sep2: which AT command can set ssl/tls version?
          setp3: which AT command can set ssl/tls 
    protocol?
          sep4: which AT command can set ciphersuite?

    best regards!

Children
Related