Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2017
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. su -s /bin/bash -c "/usr/share/nginx/html/passbolt/app/Console/cake passbolt healthcheck" nginx
  2. ---------------------------------------------------------------
  3. ____ __ ____
  4. / __ \____ _____ ____/ /_ ____ / / /_
  5. / /_/ / __ `/ ___/ ___/ __ \/ __ \/ / __/
  6. / ____/ /_/ (__ |__ ) /_/ / /_/ / / /
  7. /_/ \__,_/____/____/_.___/\____/_/\__/
  8.  
  9. Open source password manager for teams
  10. ---------------------------------------------------------------
  11. Healthcheck shell
  12. ---------------------------------------------------------------
  13.  
  14. Environment
  15.  
  16. [PASS] PHP version 7.1.10
  17. [PASS] PCRE compiled with unicode support
  18. [PASS] The temporary directory and its content are writable
  19. [PASS] The public image directory and its content are writable
  20.  
  21. Config files
  22.  
  23. [PASS] The core config file is present
  24. [PASS] The database config file is present
  25. [PASS] The email config file is present
  26. [PASS] The application config file is present
  27.  
  28. Core config
  29.  
  30. [PASS] Debug mode is off.
  31. [PASS] Cache is working.
  32. [PASS] Unique value set for security.salt
  33. [PASS] Unique value set for security.cipherSeed
  34. [PASS] Full base url is set to http://10.1.200.93
  35. [PASS] App.fullBaseUrl validation OK.
  36. [PASS] /healthcheck/status is reachable.
  37.  
  38. SSL Certificate
  39.  
  40. [PASS] SSL peer certificate validates
  41. [PASS] Hostname is matching in SSL certificate.
  42. [PASS] Not using a self-signed certificate
  43.  
  44. Database
  45.  
  46. [PASS] Configured to use a supported database backend
  47. [PASS] The application is able to connect to the database
  48. [PASS] Not using a prefix for database tables
  49. [PASS] 20 tables found
  50. [PASS] Some default content is present
  51. [PASS] The database schema up to date.
  52.  
  53. GPG Configuration
  54.  
  55. [PASS] PHP GPG Module is installed and loaded
  56. [PASS] The server gpg key is not the default one
  57. [PASS] The environment variable GNUPGHOME is set to /var/cache/nginx/.gnupg
  58. [PASS] The directory /var/cache/nginx/.gnupg containing the keyring is writable by the user the webserver is running as.
  59. [PASS] The public key file is defined in app/config.php and readable.
  60. [PASS] The private key file is defined in app/config.php and readable.
  61. [PASS] The server key fingerprint matches the one defined in app/config.php.
  62. [PASS] The server key defined in the app/Config.php is in the keyring.
  63. [PASS] There is a valid email id defined for the server key.
  64. [FAIL] The public key cannot be used to encrypt and sign a message
  65. [HELP] Make sure that the server public key is valid and that there is no passphrase.
  66.  
  67. Application configuration
  68.  
  69. [PASS] Using latest passbolt version (1.6.5)
  70. [FAIL] Passbot is not configured to force SSL use
  71. [HELP] Set App.ssl.force to true in app/Config/app.php
  72. [FAIL] App.fullBaseUrl is not set to HTTPS
  73. [HELP] Check App.fullBaseUrl url scheme in app/Config/core.php
  74. [PASS] Selenium API endpoints are disabled.
  75. [PASS] Search engine robots are told not to index content.
  76. [PASS] Registration is closed, only administrators can add users.
  77. [PASS] Serving the compiled version of the javascript app
  78. [PASS] All email notifications will be sent.
  79.  
  80. Development Tools (optional)
  81.  
  82. [PASS] Phpunit is installed
  83. [PASS] Phpunit version is 3.7.38
  84.  
  85. 3 error(s) found. Hang in there!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement