stanleyhuangyc / Freematics

Official source code repository for Freematics
https://freematics.com
425 stars 346 forks source link

Issues with HTTP(S) POST request #83

Closed n-eq closed 5 years ago

n-eq commented 5 years ago

Hi,

I am using sim5360 sketch to send a HTTPS POST request but have the following issues.

Found. Redirecting to https://



* When connecting to port 443 with `AT+CHTTPSOPSE=$URL,443,2`, I fail to connect (edit: this is normal because the remote server does not support SSL3.0).

* When connecting to port 443 with server type 1 (`AT+CHTTPSOPSE=$URL,443,1`), I connect and send data but fail to receive anything.

Does anyone have any insights? Should I use/configure SSL certificates?)
Best regards.
dogusural commented 4 years ago

I also have the same problem, have you managed to solve it ?

n-eq commented 4 years ago

Hi Dogus,

Unfortunately I couldn't. And Stanley didn't seem to consider this a noteworthy issue. Good luck solving it...

Le ven. 13 mars 2020 à 16:41, Dogus Ural notifications@github.com a écrit :

I also have the same problem, have you managed to solve it ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/stanleyhuangyc/Freematics/issues/83#issuecomment-598785435, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD6HQLW3ZHUT36VT2RDYBB3RHJH2VANCNFSM4G2JTUNA .

dogusural commented 4 years ago

Hi marrakchino ,

Thanks for letting me know. I will post under this post if i manage to solve it.