Top "Openssl" questions

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

HTTPS and SSL3_GET_SERVER_CERTIFICATE:certificate verify failed, CA is OK

I am using XAMPP for development. Recently I upgraded my installation of xampp from an old version to 1.7.3. Now when …

php ssl curl openssl ca
How to determine SSL cert expiration date from a PEM encoded certificate?

If I have the actual file and a Bash shell in Mac or Linux, how can I query the cert …

linux bash ssl openssl certificate
OpenSSL and error in reading openssl.conf file

I am running windows xp 32bit I just downloaded Openssl from the following URL and installed it. http://www.slproweb.…

windows configuration openssl environment-variables
Converting PKCS#12 certificate into PEM using OpenSSL

I have OpenSSL x64 on Windows 7 which I downloaded from openssl-for-windows on Google Code. I'm attempting to run: openssl pkcs12 …

openssl command pkcs#12
SSL Error: unable to get local issuer certificate

I'm having trouble configuring SSL on a Debian 6.0 32bit server. I'm relatively new with SSL so please bear with me. …

security ssl https openssl ssl-certificate
Converting pfx to pem using openssl

How to generate a .pem CA certificate and client certificate from a PFX file using OpenSSL.

openssl pem pfx
Unable to establish SSL connection, how do I fix my SSL cert?

I'm trying to wget to my own box, and it can't be an internal address in the wget (so says …

apache ssl openssl wget
How do you sign a Certificate Signing Request with your Certification Authority?

During my search, I found several ways of signing a SSL Certificate Signing Request: Using the x509 module: openssl x509 …

ssl openssl csr ca
Can't open config file: /usr/local/ssl/openssl.cnf on Windows

I have installed OpenSSL 64. I want to use a certificate for my nodejs https server. I ran the following command: …

windows openssl
Converting a Java Keystore into PEM Format

I am trying to convert from a Java keystore file into a PEM file using keytool and openssl applicactions. But …

java encryption https openssl ssl-certificate