Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.2, 3.0.3
-
Fix Version/s: 3.0.4
-
Component/s: None
-
Labels:None
-
Environment:Any
Description
SSL/TLS and non-blocking API cannot be used together.
The reason is that functions ma_pvio_read() and ma_pvio_write() do not consider the possibility that both options are available.
Trying to combine SSL and non-blocking API will result in connections being established (thanks to ma_tls_connect()), but unable to send any command and retrieve any result.