← Back to team overview

dhis2-devs team mailing list archive

[Bug 1595071] Re: Self Registration Captcha not working

 

I tried self-registering on that URL and got the same issue. It spits
out a stack trace in the response which contains a Java security error.

In short: your Tomcat is misconfigured and it cannot resolve the Java
keystore to use for the HTTPS connection to Google's recaptcha servers.
This causes the request to fail, which is why the registration screen is
unresponsive.

For you reference, here's the interesting part (the full error you will
find in your server logs):

java.lang.RuntimeException: Unexpected error:
java.security.InvalidAlgorithmParameterException: the trustAnchors
parameter must be non-empty

Though the error could be handled better for the user, this is a Tomcat
issue and not a DHIS2 bug. Will close this one.

** Changed in: dhis2
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1595071

Title:
  Self Registration Captcha not working

Status in DHIS:
  Invalid

Bug description:
  When self registration Captcha is on, the create button goes grey
  after pressing the create button and nothing is being processed and
  only stays on that screen.

  When self registration Captcha is turned off the create button works
  fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1595071/+subscriptions


References