[jboss-jira] [JBoss JIRA] (WFCORE-4022) The key-store obtain-certificate operation currently fails with "Parameter 'type' may not be null"
Jeff Mesnil (JIRA)
issues at jboss.org
Wed Aug 15 08:35:00 EDT 2018
[ https://issues.jboss.org/browse/WFCORE-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Mesnil updated WFCORE-4022:
--------------------------------
Fix Version/s: 6.0.0.CR2
(was: 6.0.0.CR1)
> The key-store obtain-certificate operation currently fails with "Parameter 'type' may not be null"
> --------------------------------------------------------------------------------------------------
>
> Key: WFCORE-4022
> URL: https://issues.jboss.org/browse/WFCORE-4022
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Reporter: Farah Juma
> Assignee: Farah Juma
> Fix For: 6.0.0.CR2
>
>
> Currently, executing the {{key-store}} {{obtain-certificate}} operation results in:
> {code}
> {
> "outcome" => "failed",
> "result" => undefined,
> "failure-description" => "Parameter 'type' may not be null",
> "response-headers" => {"process-state" => "reload-required"},
> "rolled-back" => true
> }
> {code}
> This is due to a recent Let's Encrypt change where a new challenge type was introduced but not officially added to the ACME v2 protocol spec yet. The {{WildFlyAcmeClient}} only needs to be able to handle the "http-01" challenge type but should be able to handle being presented with many challenge options.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list