SL6087 - HTTPS Connection

Hello guys, I have a question.

I use the new Firmware package 7.52 on my SL6087. Can I activate HTTPS somehow?
I didn’t find any information about it.

Hi,
Yes, you can activate HTTPS over 7.52 FW version in SL6087.
Please refer to SSL_UGD guide for more information.

Regrads,
Rex

I use the SSL Guide: Security AT Commands for Open AT Application Framework Guide

So I used these commands to open an HTTPS test connection to google

AT+WIPCFG=1
AT+SSLINIT
AT+WIPBR=1,6
AT+WIPBR=2,6,11,“internetd.gdsp”
AT+WIPBR=4,6,0
AT+WIPCREATE=5,1,“https://google.com”,81
AT+WIPFILE=5,1,1,“https://google.com:443

The command AT+WIPFILE returns a CME ERROR: 839

Why? Can someone tell me why?

Many thanks in advance

Tom

Can be closed … HTTPS is working now :slight_smile:

Could you show me the correct AT command to access HTTPS?
I’d like to do the same way.