-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
(Sorry for my english)
In my system and in docker i try use RubySMB::Client and receive error:
.../ruby_smb-3.2.5/lib/ruby_smb/ntlm/client.rb:33:in 'initialize': unsupported (OpenSSL::Cipher::CipherError)
This line contains code rc4 = OpenSSL::Cipher.new("rc4")
OpenSSL::Cipher.ciphers show me what rc4 already exists in a list of ciphers
I try recompile openssl for my linux with enable-weak-ssl-ciphers parameter - its not help
I try install openssl version 1.1.1f - it`s not help too
Also i fetch last version OpenSSL gem, change ssl.rb file - return RC4 ciphers to list back (I forgot commit which delete this). And its not help too
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels