Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https request #115

Open
DGnice06 opened this issue Jan 17, 2025 · 1 comment
Open

https request #115

DGnice06 opened this issue Jan 17, 2025 · 1 comment

Comments

@DGnice06
Copy link

DGnice06 commented Jan 17, 2025

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?

@lewisxhe
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants