Displaying 1 result from an estimated 1 matches for "myserver2_com".
2016 Jul 20
1
Tinc and FIPS mode fails to connect.
...in OpenSSL. FIPS will *only* allow
high end encryption to be used and fail for one's that aren't FIPS
compatible. When having the server set in FIPS mode,  I have the following
set in tinc.conf
 
# Default Configuration file for.
BindToAddress=* 655
Cipher=aes-256-cbc
Digest=sha1
Name=myserver2_com
AutoConnect=yes
Connect=myserver_com
 
And when connecting to my test server, it can't connect with an error
message saying "Error while setting key: error:0607B0A3:digital envelope
routines:EVP_CipherInit_ex:disabled for fips". It just keeps on failing.
 
Example output:
2016-...