Displaying 1 result from an estimated 1 matches for "gnutls_force_fips_mod".
Did you mean:
gnutls_force_fips_mode
2024 Oct 25
0
Could not find a suitable mechtype in NEG_TOKEN_INIT error in libsmbclient 4.19.4
...Could not find a suitable mechtype
> in NEG_TOKEN_INIT
Turns out that this error comes up when gnutls enforces fips mode.
Behaviour of gnutls when fips mode is enabled is different in Centos7 vs
Almalinux 9.4. With updated gnutls, samba fails when fips mode is enabled.
Workaround is to use the GNUTLS_FORCE_FIPS_MODE environment variable to
set/unset fips mode for gnutls. With this turned off, it works fine.
Regards,
Manu