Re: configure a test SSL

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: keith smith
Date:  
To: Main PLUG discussion list
Subject: Re: configure a test SSL
openssl s_client -showcerts

returns

connect: Connection refused
connect:errno=29


and when I try to access the site with https I get


Secure Connection Failed

An error occurred during a connection to newcart.dev.

SSL received a record with an unknown content type.

(Error code: ssl_error_rx_unknown_record_type)

The page you are trying to view can not be shown because the authenticity of the received data could not be verified.

    * Please contact the web site owners to inform them of this problem.


---
Any ideas much appreciated.


------------------------
Keith Smith


--- On Mon, 8/31/09, Alex Dean <> wrote:

> From: Alex Dean <>
> Subject: Re: configure a test SSL
> To: "Main PLUG discussion list" <>
> Date: Monday, August 31, 2009, 3:23 PM
>
> On Aug 31, 2009, at 4:30 PM, keith smith wrote:
>
> >
> > Where do I want to put these files?
> >
> > In /etc/httpd/conf.d ?
> >
> > and then I will need to setup the virtual host to use
> port 443 in the ssl.conf ? Correct?
>
> You can put them wherever you want.  Reference them
> with SSLCertificateKeyFile and SSLCertificateFile
> directives.
>
> http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcertificatekeyfile
> http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcertificatefile
>
> I think the RedHat/Fedora convention is /etc/ssl or
> /etc/httpd/cert or something like that.
>
> Yes, you do need to set up a new VirtualHost listening on
> port 443.  Note that you can only have 1 SSL virtual
> host per IP address.
>
> alex
>
> -----Inline Attachment Follows-----
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail
> settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss




---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss