Skip to content

Unsupported RC4 cipher #251

@hasenberg41

Description

@hasenberg41

(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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions