Search found 2 matches

by fjvillegas
Sat Apr 15, 2017 10:54 pm
Forum: ESP8266 boards
Topic: MQTT. Thanks!
Replies: 1
Views: 2221

Re: MQTT. Thanks!

Great!, Have you managed to work with ssl connections? I have some difficulties setting up a ssl connection in esp8266.

Best,


Francisco
by fjvillegas
Sat Apr 15, 2017 10:51 pm
Forum: WiPy and CC3200 boards
Topic: Connect over SSL
Replies: 11
Views: 21716

Re: RE: Re: Connect over SSL

Hi Knoahlr, I have the same problem. I did some workaround where the recommendation was to run "sock.connect" after the "ussl.wrap_socket". Unfortunately I'm seeing that the ussl library for ESP8266 doesn't have options to configure ssl_params. Besides that, socket.connect doesn't have IPPROTO_TCP a...