You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to use https on T-SIM7600G-H with LTE .
I don't need and don't use Wifi.
Everything is ok on Http , but impossible to have a request with https (I try AT commands and many libraries )
Originally, I wanted to use ArduinoWebsockets.
I can't even get an answer with:
xTimerStart(shutdown_signal_timer, portMAX_DELAY); assert failed: tcpip_send_msg_wait_sem IDF/components/lwip/lwip/src/api/tcpip.c:455 (Invalid mbox)
I can't even get an answer with:
I use TinyGsmClient.
// HTTPS
client.println("AT+HTTPINIT");
delay(1000);
client.println("AT+HTTPPARA="CID",1");
delay(1000);
client.println("AT+HTTPSSL=1");
delay(1000);
client.println("AT+HTTPPARA="URL","https://www.google.fr/");
delay(1000);
Do you have any idea?
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to use https on T-SIM7600G-H with LTE .
I don't need and don't use Wifi.
Everything is ok on Http , but impossible to have a request with https (I try AT commands and many libraries )
Originally, I wanted to use ArduinoWebsockets.
I can't even get an answer with:
xTimerStart(shutdown_signal_timer, portMAX_DELAY); assert failed: tcpip_send_msg_wait_sem IDF/components/lwip/lwip/src/api/tcpip.c:455 (Invalid mbox)
I can't even get an answer with:
I use TinyGsmClient.
// HTTPS
client.println("AT+HTTPINIT");
delay(1000);
client.println("AT+HTTPPARA="CID",1");
delay(1000);
client.println("AT+HTTPSSL=1");
delay(1000);
client.println("AT+HTTPPARA="URL","https://www.google.fr/");
delay(1000);
Do you have any idea?
The text was updated successfully, but these errors were encountered: