Is it possible to connect to IoTHUB via a proxy server that uses certificate authentication with AzureRTOS/NetXduo?

yoji sato 281 Reputation points
2023-11-01T11:57:46.7733333+00:00

Dear Technical Support,

We are currently building a system using AzureRTOS/NetXduo, and we are already able to connect to IoTHUB via a proxy server.

At that time, the authentication method with the proxy server is to specify an ID and password, and the following API is used.

UINT nx_http_proxy_client_enable(NX_IP *ip_ptr, NXD_ADDRESS *proxy_server_ip, UINT proxy_server_port, UCHAR *username, UINT username_length, UCHAR *password, UINT password_length)

So I have a question.

With the above API, it is possible to specify an ID and password for connection authentication with a proxy server, but it appears that it is not possible to specify a certificate.

Is it possible to connect to a proxy server that uses certificates for authentication in an AzureRTOS/NetXduo environment?

If it is possible, could you please tell me how to do it?

Bestregards,

Yoji Sato

Grape Systems, Inc.

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
326 questions
{count} votes

Accepted answer
  1. Bo Chen 596 Reputation points Microsoft Employee
    2023-11-02T02:35:41.4666667+00:00

    Hi @yoji sato Currently, NetX Duo only supports http proxy with user name and password.


0 additional answers

Sort by: Most helpful