On Sun, 2023-11-19 at 15:17 -0500, Eric Covener wrote:
> On Sun, Nov 19, 2023 at 3:15 PM John <john.iliffe@xxxxxxxxx> wrote:
> >
> > On Sun, 2023-11-19 at 14:35 -0500, Eric Covener wrote:
> > > On Sun, Nov 19, 2023 at 2:31 PM John <john.iliffe@xxxxxxxxx> wrote:
> > > >
> > > > When I try to connect to Apache (2.4.53) using TLS 1.3 I get a browser error:
> > > > Error code: SSL_ERROR_RX_RECORD_TOO_LONG (Firefox)
> > >
> > > What does your SSL-enabled virtualhost look like
> >
> > Here is the example.conf include file; ssl.conf follows
> >
> > # SSL Support for example.ca ONLY!
> > <Virtualhost *:443>
> > ServerName www.example.ca
> > ServerAlias t.example.ca
> > DocumentRoot /usr/httpd/example
> > Options -MultiViews
> > H2Direct on
> > ProxyPassMatch "^/.*\.php(/.*)?$" fcgi://127.0.0.1:9002/usr/httpd/example
> > # SSLEngine on
>
> ^^^ Pretty suspicious?
>
SSLEngine being commented out? It is already turned on in ssl.conf and one of the problems that I
already had to fix was duplicate entries between conf file sections.
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx