Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not set ssl_certs_dir on FreeBSD #1538

Merged
merged 1 commit into from
Oct 19, 2016
Merged

Do not set ssl_certs_dir on FreeBSD #1538

merged 1 commit into from
Oct 19, 2016

Conversation

smortex
Copy link
Collaborator

@smortex smortex commented Oct 18, 2016

The previously configured directory (apache configuration directory) does NOT contain certificates by default, resulting in an error when starting apache if certificates are elsewhere (i.e. a VirtualHost with constomized vertificate and key):

[Tue Oct 18 16:34:17.074516 2016] [ssl:emerg] [pid 57102:tid 34397585408] AH01896: Unable to determine list of acceptable CA certificates for client authentication

While here, sync the README which was outdated.

The previous directory does NOT contain certificates by default,
resulting in an error when starting apache if certificates are
elsewhere:

~~~
[Tue Oct 18 16:34:17.074516 2016] [ssl:emerg] [pid 57102:tid 34397585408] AH01896: Unable to determine list of acceptable CA certificates for client authentication
~~~

While here, sync the README which was outdated.
@hunner hunner added the bugfix label Oct 19, 2016
@hunner hunner merged commit b31bd45 into puppetlabs:master Oct 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants