Questions tagged [libssl]

libssl is the portion of OpenSSL which supports TLS

123 questions
0
votes
1 answer

Ruby unsupported protocol (OpenSSL::SSL::SSLError) on Debian/Linux

How to fix this error that happens on Debian Linux using ssl commands with ruby ? /usr/lib/ruby/1.8/net/http.rb:586:in `connect': SSL_connect returned=1 errno=0 state=unknown state: unsupported protocol (OpenSSL::SSL::SSLError) I found the answer,…
vvo
  • 2,312
  • 17
  • 25
-1
votes
1 answer

OpenSSL 1.1.1e RC4-MD5 cipher not getting selected for TLS v1.2

i have been facing this issue where i cant send RC4-MD5 cipher in Client hello tls protocol layer. my current code uses curl SSL CTX CALLBACK. you can see my code below....nothing fancy here but the last cipher does not go in the client hello my tls…
habib
  • 1
-1
votes
1 answer

GrADS -- libssl.so.10: wrong ELF class: ELFCLASS64

I have installed GrADS on my Ubuntu 16.04.4 LTS system (x86_64) and after following all the INSTALL steps, I am getting the following error in my terminal: /usr/local/bin/grads: error while loading shared libraries: libssl.so.10: wrong ELF class:…
arnpry
  • 779
  • 1
  • 6
  • 21
1 2 3
8
9