Skip to content

Instantly share code, notes, and snippets.

View baconcheese113's full-sized avatar

baconcheese113

  • Denver, CO
  • 16:09 (UTC -06:00)
View GitHub Profile
@baconcheese113
baconcheese113 / SIM7000_HTTPS_Requests_Bible.md
Last active April 29, 2024 19:26
HTTPS with SIMCOM modems has been a bit of a nightmare, this should help you avoid going through that yourself

"The fear of the AT Command is the beginning of wisdom

and the knowledge of the TLS handshake is understanding."

- Proverbs 9:10

This gist should help you troubleshoot your requests, leave a comment and star if it works (or doesn't) for you and see this thread for more background.

Uploading a certificate to the modem IS NOT REQUIRED TO USE HTTPS unless you're trying to host a domain from the modem

Here's the manual

{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-boost": "^0.3.1",
"axios": "^0.18.0",
"graphql": "^14.1.1",
"react": "^16.8.4",
"react-apollo": "^2.5.3",