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

Riak 2.1 needs {check_crl,true} in Riak API if HTTPS is enabled [JIRA: RIAK-2307] #100

Open
angrycub opened this issue Nov 24, 2015 · 0 comments

Comments

@angrycub
Copy link

When a user brought their app.config from a 1.4.x install into a Riak 2.1.1 installation, their nodes would not start with the following error:

{"Kernel pid terminated",application_controller,"{application_start_failure,riak_api,{{shutdown,{failed_to_start_child,\"https://xxx.xxx.xxx.xxx:yyyy\",{options,{cacertfile,[]}}}},{riak_api_app,start,[normal,[]]}}}"}

adding the {check_crl,true} tuple to the riak_api proplist in the app.config allowed the node to start properly. Should this be defaulted to something so that nodes with migrated app.config files will not fail to start?

@Basho-JIRA Basho-JIRA changed the title Riak 2.1 needs {check_crl,true} in Riak API if HTTPS is enabled Riak 2.1 needs {check_crl,true} in Riak API if HTTPS is enabled [JIRA: RIAK-2307] Nov 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants