Hello,
I am trying to get my nRF9160 to connect to a https server via AT commands, but this is as far as I've been able to get.
In the end this will be used in a project where another micro is monitoring peripherals and doing a bunch of logging, then powering the modem power supply up, initializing via AT commands and uploading data logs via HTTPS POST using a security token to authorize the device server side. I know I could be using the modem micro for all of this, but the RTOS/Zephyr toolchain has been painful to work with.
Log:
Mostly right now, I turn the modem power on, then send:
Thanks,
Kyle
Edit:
It appears the FW doesn't support the HTTPCCON command?? even though its in the documentation?
Trying
img_app_bl/serial_lte_modem_2021-03-01_8e8c6089.hex
and
img_app_bl/nrf9160dk_at_client_2021-03-01_8e8c6089.hex << doesn't do anything different other than it no longer responds to AT#XCLAC
Edit2:
The FTP commands seem to be missing from both FW as well?
Edit3:
Part of good news, it does connect to the network and I can ping things, and use a normal TCP socket to manually request a non-SSL page, but this is not great because we want SSL and not have to build the HTTP layer.