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
Copy file name to clipboardExpand all lines: modules/project-docs/pages/compatibility.adoc
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,15 +122,27 @@ Because Alpine Linux does not have the `glibc` support needed,
122
122
we highly recommend that you seek an alternative distribution where possible.
123
123
If that is not a option, then a possible workaround that can be applied is as follows:
124
124
125
-
* Disable the native IO:
125
+
* Disable native IO and native TLS by setting both the `ioEnvironment.enableNativeIo` and `security.enableNativeTls` client settings to false, as in this example:
0 commit comments