On Tue, Apr 25, 2017 at 14:47 Tom Browder wrote:
>
> On Tue, Apr 25, 2017 at 12:03 PM, Tom Browder wrote:
> > Host: httpd version 2.4.25, Debian 8, 64-bit
> >
> > I am so close but getting the following error:
> ...
>
> I think I just discovered I what the problem is: I'm using harp.js to
> build
On Tue, Apr 25, 2017 at 12:03 PM, Tom Browder wrote:
> Host: httpd version 2.4.25, Debian 8, 64-bit
>
> I am so close but getting the following error:
...
I think I just discovered I what the problem is: I'm using harp.js to
build my site and the is compiling incorrectly.
I expect no replies un
Host: httpd version 2.4.25, Debian 8, 64-bit
I am so close but getting the following error:
[dbd:error] [pid 14137:tid 14051275572] (20014)Internal error:
AH00632: failed to prepare SQL statements: near "authn_query": syntax
error
[dbd:error] [pid 14137:tid 14051275572] (20014)Internal er
My company is developing a site for a customer. The site has a php based login
page. The site also uses client certificates for two factor authentication. We
have SSLVerifyClient require turned on in our ssl.conf. I'm getting
intermittent issues where the site stops responding when trying to acc
The fix -
Generat a chain certificate using the root and intermediate certificates. Also
remove the root ca certificate.
cat Root-R1.cer Intermediate.cer >> chain.cer
Add to the chain to the vhosts file
SSLCertificateChainFile /etc/httpd/conf/ssl/chain.cer
Also comment out
#SSLCACertificat
I’ve enabled debug log for ssl in the vhosts file like so -
ErrorLog /var/log/apache2/ssl_engine.log
LogLevel debug
The output from this log is
[Fri Apr 21 16:38:35.834335 2017] [ssl:info] [pid 576:tid 140583896000320]
AH02200: Loading certificate & private key of SSL-aware ser
On my Centos system, I would be looking at:
/etc/httpd/logs/ssl_error_log for cert errors.
On 04/25/2017 03:18 PM, Sweeny, Theo (Chief Customer Office) wrote:
Hi Robert - the error found in /content/logs/httpd/error.log
[Fri Apr 21 13:30:00.575781 2017] [ssl:emerg] [pid 97:tid 140688597538624
Hi Robert - the error found in /content/logs/httpd/error.log
[Fri Apr 21 13:30:00.575781 2017] [ssl:emerg] [pid 97:tid 140688597538624]
AH01895: Unable to configure verify locations for client authentication
I think it is a SSL cert issue, since adding the ssl certs the server has
stopped wor
So what does /content/logs/httpd/error.log say?
Often a permission problem.
On 04/25/2017 02:55 PM, Sweeny, Theo (Chief Customer Office) wrote:
Hello - I’ve installed new SSL certs on Apache v2.4.3 and for a single vhost -
but the server won’t start.
The error logs are -
[Fri Apr 21 13:30:00
Hello - I’ve installed new SSL certs on Apache v2.4.3 and for a single vhost -
but the server won’t start.
The error logs are -
[Fri Apr 21 13:30:00.575805 2017] [ssl:emerg] [pid 97:tid 140688597538624]
AH02311: Fatal error initialising mod_ssl, exiting. See
/content/logs/httpd/error.log for
10 matches
Mail list logo