Top "Openssl" questions

OpenSSL is an open source software toolkit that implements the SSL/TLS protocol, as well as a general cryptographic library.

Convert SSL .pem to .p12 with or without OpenSSL

I get external .pem files that need to be converted to .p12 files - I add a username and password …

java openssl pem pkcs#12
gem eventmachine fatal error: 'openssl/ssl.h' file not found

Just installed El Capitan and can't install gem eventmachine 1.0.7. openssl is at 1.0.2a-1. Tried to use --with-ssl-dir but it seems …

ruby macos openssl homebrew eventmachine
Ruby Bundle Symbol not found: _SSLv2_client_method (LoadError)

I was doing attempting to do some updates to openssl using homebrew and I somehow managed to break everything. I …

ruby-on-rails openssl homebrew rbenv
SOAPUi and keystore

Recently, i had to enhance SOAP communications between me and a web service. After creating a private key file on …

ssl openssl certificate soapui pem
"1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number call:" on Indy

I have a web app that makes frequent TIdHTTP calls to the Google Analytics API (around 25,000-50,000 per day). Every …

delphi google-analytics openssl indy
Use of Initialization Vector in openssl_encrypt

I had a look at this question, and wanted to do it for myself. When I ran this code (taken …

php security openssl
Testing SSL/TLS Client Authentication with OpenSSL

I am developing a client/server application with TLS. My idea is to use a certificate on the client so …

ssl openssl client-server certificate ssl-certificate
OpenSSL v1.1.1 ssl_choose_client_version unsupported protocol

I'm trying to connect to our institute VPN via openvpn. When openvpn runs, I get the following error from openssl …

openssl openvpn
SSLError: sslv3 alert handshake failure

I'm making the following call to branch.io import requests req = requests.get('https://bnc.lt/m/H3XKyKB3Tq', …

python ssl openssl branch.io
OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server hello A

The code below yields the following error: OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server hello …

ruby-on-rails ruby openssl net-http