[GH-ISSUE #288] WiFiClientSecure with WiFiManager - can it work? #240

Closed
opened 2026-02-28 01:24:15 +03:00 by kerem · 1 comment
Owner

Originally created by @JonSilver on GitHub (Jan 9, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/288

I've tried all day with this, but ultimately although WiFiManager is connecting, the WiFiClientSecure client.connected() is showing 0.

Is there a prescribed way of making the two work together? Is this even possible? I need my ESP8266s talking MQTTS (MQTT over TLS). If not, I'll just write my own captive configuration portal.

Originally created by @JonSilver on GitHub (Jan 9, 2017). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/288 I've tried all day with this, but ultimately although WiFiManager is connecting, the WiFiClientSecure client.connected() is showing 0. Is there a prescribed way of making the two work together? Is this even possible? I need my ESP8266s talking MQTTS (MQTT over TLS). If not, I'll just write my own captive configuration portal.
kerem closed this issue 2026-02-28 01:24:15 +03:00
Author
Owner

@koloboid commented on GitHub (Jan 10, 2017):

Try to connect other host with TLS. In my attempts, WiFiClientSecure can not connect any TLS service, only few configurations of TLS server will work (api.github.com:443, for example, should connect and handshake well).

<!-- gh-comment-id:271584597 --> @koloboid commented on GitHub (Jan 10, 2017): Try to connect other host with TLS. In my attempts, WiFiClientSecure can not connect *any* TLS service, only few configurations of TLS server will work (api.github.com:443, for example, should connect and handshake well).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#240
No description provided.