I'm use esp8266 (8Mbit) and wroom-02 with host processor (AT commands).
I try ESP8266_NONOS_SDK_V1.5.2_16_01_29 and AT_V0.60_on_ESP8266_NONOS_SDK_V1.5.2_20160203 and they're works fine
some log
AT+CIPSSLSIZE=4096
OK
AT+CIPSTART=1,"SSL","howsmyssl.com",443
1,CONNECT
OK
AT+CIPSEND=1,71
OK
>
Recv 71 bytes
SEND OK
+IPD,1,804:HTTP/1.1 200 OK
Content-Length: 570
Access-Control-Allow-Origin: *
Connection: close
Content-Type: application/json
Date: Sun, 10 Apr 2016 11:43:07 GMT
Strict-Transport-Security: max-age=631138519; includeSubdomains; preload
{"given_cipher_suites":["TLS_RSA_WITH_AES_128_CBC_SHA","TLS_RSA_WITH_AES_256_CBC_SHA","TLS_RSA_WITH_RC4_128_SHA","TLS_RSA_WITH_RC4_128_MD5"],"ephemeral_keys_supported":false,"session_ticket_supported":false,"tls_compression_supported":false,"unknown_cipher_suite_supported":false,"beast_vuln":false,"able_to_detect_n_minus_one_splitting":false,"insecure_cipher_suites":{"TLS_RSA_WITH_RC4_128_MD5":["uses RC4 which has insecure biases in its output"],"TLS_RSA_WITH_RC4_128_SHA":["uses RC4 which has insecure biases in its output"]},"tls_version":"TLS 1.1","rating":"Bad"}1,CLOSED
So, pure SSL seems to working fine. Same results I get when communicate to servers with self-signed certs.
But we (customers
) need normal HTTPS to trusted! servers via AT commands!
Can we get this feature now if based on latest sdk release?
Can we get this featurein futher sdk release 'out of the box' ?Statistics: Posted by ypypy______ — Sun Apr 10, 2016 10:04 pm
]]>