Skip to main content

Questions tagged [openssl]

OpenSSL: The Open Source Toolkit for SSL and TLS

0 votes
1 answer
7k views

Resolving “ssl handshake failure” error in PostgresQL

I would like to connect to my Postgres 8.3 database using SSL from my XP client using OpenSSL. This works fine without SSL. When I try it with SSL (no client certificate), I get the error: error:...
Mitch's user avatar
  • 341
0 votes
2 answers
905 views

What do CAs (Certificate Authority) deliver from CSR?

I need an SSL certificate for an HTTPS server. I'd like to offer the choice between self-signed and CA-signed certificates. I can generate a self-signed SSL certificate with the following OpenSSL ...
philant's user avatar
  • 109
0 votes
2 answers
839 views

Apache will not start using mod_ssl.so

Using centos 4.4/apache 2.2.13 with openssl 0.9.8k Built from source. Getting message below, on startup. Everything seems to build fine mod_ssl.so: undefined sysmbol: SSL_CTX_set_info_callback
user avatar
0 votes
3 answers
2k views

RHEL/Apache ssl.conf configuration issue

We've got multiple subdomains, each with it's own virtualhost entry in httpd.conf and (for those supporting https) in ssl.conf as well. Our main www subdomain has a GoDaddy cert associated with it. ...
codemonkey's user avatar
2 votes
1 answer
2k views

How to install a replacement SSL certificate on a Mac OS X server?

We have a Mac OS X server with an expiring certificate. We have renewed the certificate with the CA, generated a new CSR (using openssl on the command line) and have imported the new certificate ...
moshen's user avatar
  • 1,554
1 vote
3 answers
640 views

Upgrading individual libraries within LAMPP (specifically, openssl)

(originally posted on stackoverflow -- someone suggested I drop the question over here) Does anyone have any experience in upgrading individual chunks of the XAMPP LAMP stack without installing an ...
user7944's user avatar
  • 135
3 votes
4 answers
12k views

ssl_error_handshake_failure_alert with Commercial CA-based client certificate

Attempting to implement client authentication with an SSL cert. http://www.modssl.org/docs/2.8/ssl_howto.html#auth-selective Receive the following errors. Apache: Re-negotiation handshake failed: ...
user avatar
17 votes
5 answers
16k views

Can I use the same wildcard certification for *.domain.com and domain.com

You can make an SSL certificate by using *.domain.com as the name. But unfortunately, this doesn't cover https://domain.com Is there any fix for this?
Unknown's user avatar
  • 1,735
12 votes
3 answers
12k views

Generate self signed SSL certificate for apache

I want to create self signed certificate for the website. The old certificate expired few days ago. There are more than one NameVirtualHosts hosted on systems. The commands I am using to create ...
Saurabh Barjatiya's user avatar

15 30 50 per page
1
105 106 107 108
109