You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation to handle a TLS session was assuming that
a TLS context exists for the active instance of the plugin. Actually
is the engine that decides 'when' to create the TLS context.
In order to fix the issue the following changes has been made:
- the 'mode' option no longer accepts 'tls' as a value.
- if TLS is needed the user needs to:
- set 'mode' to 'tcp'
- enable TLS by adding a line like 'tls on'
Signed-off-by: Eduardo Silva <[email protected]>
0 commit comments