geolink / opentracker

OpenTracker - open source GPS/GLONASS hardware
GNU General Public License v2.0
163 stars 68 forks source link

Can I connect to a HTTPS server? #80

Closed LBreda closed 5 years ago

LBreda commented 5 years ago

Can I connect to a HTTPS server without getting only the "Moved permanently" error?

ppescher commented 5 years ago

Only HTTP has been implemented in stock OpenTracker firmware, but the modem does support HTTPS via dedicated AT commands.

LBreda commented 5 years ago

It's good enough for me. I checked the docs of the UG96 chip, and I didn't find anything useful. Could you give me some hint?

ppescher commented 5 years ago

What you need is the document "Quectel WCDMA UGxx TCPIP AT Commands Manual", which is available from the manufacturer after registration (See https://www.quectel.com/support/downloads/ATCommandsManual.htm?keys=wcdma).

LBreda commented 5 years ago

Thanks, I was reading a more general AT commands manual.

ppescher commented 5 years ago

Actually, there are other manuals for HTTPS but they are included in the list above: "Quectel WCDMA UGxx SSL AT Commands Manual" "Quectel WCDMA UGxx HTTP AT Commands Manual"

LBreda commented 5 years ago

Yep, found them. I'm having some trouble adapting the ack mechanism, tho.