|
@@ -13,7 +13,7 @@ static int aclk_https_request(https_req_t *request, https_req_response_t *respon
|
|
|
int rc;
|
|
|
// wrapper for ACLK only which loads ACLK specific proxy settings
|
|
|
// then only calls https_request
|
|
|
- struct mqtt_wss_proxy proxy_conf = { .host = NULL, .port = 0, .type = MQTT_WSS_DIRECT };
|
|
|
+ struct mqtt_wss_proxy proxy_conf = { .host = NULL, .port = 0, .username = NULL, .password = NULL, .type = MQTT_WSS_DIRECT };
|
|
|
aclk_set_proxy((char**)&proxy_conf.host, &proxy_conf.port, &proxy_conf.type);
|
|
|
|
|
|
if (proxy_conf.type == MQTT_WSS_PROXY_HTTP) {
|