Guest User

Untitled

a guest
Jun 7th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1.  
  2. ____ __ ____
  3. / __ \____ _____ ____/ /_ ____ / / /_
  4. / /_/ / __ `/ ___/ ___/ __ \/ __ \/ / __/
  5. / ____/ /_/ (__ |__ ) /_/ / /_/ / / /
  6. /_/ \__,_/____/____/_.___/\____/_/\__/
  7.  
  8. Open source password manager for teams
  9. ---------------------------------------------------------------
  10. Healthcheck shell
  11. ---------------------------------------------------------------
  12.  
  13. Environment
  14.  
  15. [PASS] PHP version 7.3.18.
  16. [PASS] PCRE compiled with unicode support.
  17. [PASS] The temporary directory and its content are writable.
  18. [PASS] The public image directory and its content are writable.
  19. [PASS] The logs directory and its content are writable.
  20. [PASS] GD or Imagick extension is installed.
  21. [PASS] Intl extension is installed.
  22. [PASS] Mbstring extension is installed.
  23.  
  24. Config files
  25.  
  26. [PASS] The application config file is present
  27. [WARN] The passbolt config file is missing in /var/www/passbolt/config/
  28. [HELP] Copy /var/www/passbolt/config/passbolt.php.default to /var/www/passbolt/config/passbolt.php
  29. [HELP] The passbolt config file is not required if passbolt is configured with environment variables
  30.  
  31. Core config
  32.  
  33. [PASS] Debug mode is off.
  34. [PASS] Cache is working.
  35. [PASS] Unique value set for security.salt
  36. [PASS] Full base url is set to https://passbolt:5600
  37. [FAIL] App.fullBaseUrl does not validate. https://passbolt:5600.
  38. [HELP] Edit App.fullBaseUrl in config/passbolt.php
  39. [HELP] Select a valid domain name as defined by section 2.3.1 of http://www.ietf.org/rfc/rfc1035.txt
  40. [FAIL] Could not reach the /healthcheck/status with the url specified in App.fullBaseUrl
  41. [HELP] Check that the domain name is correct in config/passbolt.php
  42. [HELP] Check the network settings
  43.  
  44. SSL Certificate
  45.  
  46. [FAIL] SSL peer certificate does not validate
  47. [FAIL] Hostname does not match when validating certificates.
  48. [WARN] Using a self-signed certificate
  49. [HELP] cURL Error (7) Failed to connect to passbolt port 5600: Connection refused
  50.  
  51. Database
  52.  
  53. [PASS] The application is able to connect to the database
  54. [PASS] 23 tables found
  55. [PASS] Some default content is present
  56. [PASS] The database schema up to date.
  57.  
  58. GPG Configuration
  59.  
  60. [PASS] PHP GPG Module is installed and loaded.
  61. [PASS] The environment variable GNUPGHOME is set to /home/www-data/.gnupg.
  62. [PASS] The directory /home/www-data/.gnupg containing the keyring is writable by the webserver user.
  63. [FAIL] The server gpg key is not set
  64. [HELP] Create a key, export it and add the fingerprint to config/passbolt.php
  65. [HELP] See. https://www.passbolt.com/help/tech/install#toc_gpg
  66. [PASS] The public key file is defined in config/passbolt.php and readable.
  67. [PASS] The private key file is defined in config/passbolt.php and readable.
  68. [FAIL] The server key fingerprint doesn't match the one defined in config/passbolt.php.
  69. [HELP] Double check the key fingerprint, example:
  70. [HELP] sudo su -s /bin/bash -c "gpg --list-keys --fingerprint --home /home/www-data/.gnupg" www-data | grep -i -B 2 'SERVER_KEY_EMAIL'
  71. [HELP] SERVER_KEY_EMAIL: The email you used when you generated the server key.
  72. [HELP] See. https://www.passbolt.com/help/tech/install#toc_gpg
  73. [FAIL] The server public key defined in the config/passbolt.php (or environment variables) is not in the keyring
  74. [HELP] Import the private server key in the keyring of the webserver user.
  75. [HELP] you can try:
  76. [HELP] sudo su -s /bin/bash -c "gpg --home /home/www-data/.gnupg --import /var/www/passbolt/config/gpg/serverkey_private.asc" www-data
  77. [FAIL] The server key does not have a valid email id.
  78. [HELP] Edit or generate another key with a valid email id.
  79.  
  80. Application configuration
  81.  
  82. [PASS] Using latest passbolt version (2.12.1).
  83. [PASS] Passbolt is configured to force SSL use.
  84. [PASS] App.fullBaseUrl is set to HTTPS.
  85. [PASS] Selenium API endpoints are disabled.
  86. [PASS] Search engine robots are told not to index content.
  87. [PASS] Registration is closed, only administrators can add users.
  88. [PASS] Serving the compiled version of the javascript app
  89. [PASS] All email notifications will be sent.
  90.  
  91. 8 error(s) found. Hang in there!
Add Comment
Please, Sign In to add comment