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

Cannot create an account #132

Closed
kuba-orlik opened this issue Oct 20, 2021 · 1 comment
Closed

Cannot create an account #132

kuba-orlik opened this issue Oct 20, 2021 · 1 comment

Comments

@kuba-orlik
Copy link

Describe the bug

After a fresh installation, I can't create a new user. Logs show an error:

 Exception while invoking method 'ATCreateUserServer' Error [ERR_TLS_CERT_ALTNAME_INVALID] [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames: Host: localhost. is not in the cert's altnames: DNS:yuno.internet-czas-dzialac.pl
     at Object.checkServerIdentity (tls.js:287:12)
     at TLSSocket.onConnectSecure (_tls_wrap.js:1512:27)
     at TLSSocket.emit (events.js:314:20)
     at TLSSocket.EventEmitter.emit (domain.js:483:12)
     at TLSSocket._finishInit (_tls_wrap.js:937:8)
     at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:711:12)

Context

  • Hardware: VPS bought online
  • YunoHost version: 4.2.8.3
  • I have access to my server: *Through SSH *
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no

Steps to reproduce

  1. Install the app
  2. Open wekan in the browser
  3. Choose "register"
  4. Enter username, email and password
  5. An error appears in the browser. Logs of the service are as above
  6. The account is created, but no email is sent
@kuba-orlik
Copy link
Author

A fix seems to be changing the MAIL_URL variable in /var/www/wekan/.env so it references the main domain instead of localhost

@yalh76 yalh76 closed this as completed in 3af71d0 Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant