swebervna

Untitled

Jan 11th, 2021 (edited)
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. PHP Warning: Use of undefined constant yes - assumed 'yes' (this will throw an Error in a future version of PHP) in /var/www/passbolt/config/passbolt.php on line 56
  2. Warning Error: SplFileInfo::openFile(/var/www/passbolt/tmp/cache/persistent/myapp_cake_core_translations_default_en__u_s): failed to open stream: Permission denied in [/var/www/passbolt/vendor/cakephp/cakephp/src/Cache/Engine/FileEngine.php, line 406]
  3.  
  4. Warning Error: SplFileInfo::openFile(/var/www/passbolt/tmp/cache/persistent/myapp_cake_core_translations_default_en__u_s): failed to open stream: Permission denied in [/var/www/passbolt/vendor/cakephp/cakephp/src/Cache/Engine/FileEngine.php, line 406]
  5.  
  6. Warning Error: SplFileInfo::openFile(/var/www/passbolt/tmp/cache/models/myapp_cake_model_default_organization_settings): failed to open stream: Permission denied in [/var/www/passbolt/vendor/cakephp/cakephp/src/Cache/Engine/FileEngine.php, line 406]
  7.  
  8. Warning Error: SplFileInfo::openFile(/var/www/passbolt/tmp/cache/models/myapp_cake_model_default_organization_settings): failed to open stream: Permission denied in [/var/www/passbolt/vendor/cakephp/cakephp/src/Cache/Engine/FileEngine.php, line 406]
  9.  
  10. Warning Error: _cake_model_ cache was unable to write 'default_organization_settings' to Cake\Cache\SimpleCacheEngine cache in [/var/www/passbolt/vendor/cakephp/cakephp/src/Cache/Cache.php, line 306]
  11.  
  12. Warning Error: SplFileInfo::openFile(/var/www/passbolt/tmp/cache/persistent/myapp_cake_core_translations_cake_console_en__u_s): failed to open stream: Permission denied in [/var/www/passbolt/vendor/cakephp/cakephp/src/Cache/Engine/FileEngine.php, line 406]
  13.  
  14. Warning Error: SplFileInfo::openFile(/var/www/passbolt/tmp/cache/persistent/myapp_cake_core_translations_cake_console_en__u_s): failed to open stream: Permission denied in [/var/www/passbolt/vendor/cakephp/cakephp/src/Cache/Engine/FileEngine.php, line 406]
  15.  
  16.  
  17. ____ __ ____
  18. / __ \____ _____ ____/ /_ ____ / / /_
  19. / /_/ / __ `/ ___/ ___/ __ \/ __ \/ / __/
  20. / ____/ /_/ (__ |__ ) /_/ / /_/ / / /
  21. /_/ \__,_/____/____/_.___/\____/_/\__/
  22.  
  23. Open source password manager for teams
  24. ---------------------------------------------------------------
  25. Healthcheck shell
  26. ---------------------------------------------------------------
  27.  
  28. Environment
  29.  
  30. [PASS] PHP version 7.2.24-0ubuntu0.18.04.7.
  31. [PASS] PCRE compiled with unicode support.
  32. [FAIL] The temporary directory and its content are not writable.
  33. [HELP] Ensure the temporary directory and its content are writable by the webserver user.
  34. [HELP] you can try:
  35. [HELP] sudo chown -R www-data:www-data /var/www/passbolt/tmp/
  36. [HELP] sudo chmod 775 $(find /var/www/passbolt/tmp/ -type d)
  37. [HELP] sudo chmod 664 $(find /var/www/passbolt/tmp/ -type f)
  38. [PASS] The public image directory and its content are writable.
  39. [PASS] The logs directory and its content are writable.
  40. [PASS] GD or Imagick extension is installed.
  41. [PASS] Intl extension is installed.
  42. [PASS] Mbstring extension is installed.
  43.  
  44. Config files
  45.  
  46. [PASS] The application config file is present
  47. [PASS] The passbolt config file is present
  48.  
  49. Core config
  50.  
  51. [PASS] Debug mode is off.
  52. [PASS] Cache is working.
  53. [PASS] Unique value set for security.salt
  54. [PASS] Full base url is set to https://passbolt.cfvna.org
  55. [PASS] App.fullBaseUrl validation OK.
  56. [PASS] /healthcheck/status is reachable.
  57.  
  58. SSL Certificate
  59.  
  60. [FAIL] SSL peer certificate does not validate
  61. [FAIL] Hostname does not match when validating certificates.
  62. [WARN] Using a self-signed certificate
  63. [HELP] fopen(): SSL operation failed with code 1. OpenSSL Error messages:
  64. error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
  65. fopen(): Failed to enable crypto
  66. fopen(https://passbolt.cfvna.org/healthcheck/status.json): failed to open stream: operation failed
  67.  
  68. Database
  69.  
  70. [PASS] The application is able to connect to the database
  71. [PASS] 23 tables found
  72. [PASS] Some default content is present
  73. [PASS] The database schema up to date.
  74.  
  75. GPG Configuration
  76.  
  77. [PASS] PHP GPG Module is installed and loaded.
  78. [PASS] The environment variable GNUPGHOME is set to /home/www-data/.gnupg.
  79. [PASS] The directory /home/www-data/.gnupg containing the keyring is writable by the webserver user.
  80. [PASS] The server gpg key is not the default one
  81. [PASS] The public key file is defined in config/passbolt.php and readable.
  82. [PASS] The private key file is defined in config/passbolt.php and readable.
  83. [PASS] The server key fingerprint matches the one defined in config/passbolt.php.
  84. [PASS] The server public key defined in the config/passbolt.php (or environment variables) is in the keyring.
  85. [PASS] There is a valid email id defined for the server key.
  86. [PASS] The public key can be used to encrypt a message.
  87. [PASS] The private key can be used to sign a message.
  88. [PASS] The public and private keys can be used to encrypt and sign a message.
  89. [PASS] The private key can be used to decrypt a message.
  90. [PASS] The private key can be used to decrypt and verify a message.
  91. [PASS] The public key can be used to verify a signature.
  92.  
  93. Application configuration
  94.  
  95. [FAIL] Could not connect to passbolt repository to check versions. It is not possible check if your version is up to date.
  96. [HELP] Check the network configuration to allow this script to check for updates.
  97. [PASS] Passbolt is configured to force SSL use.
  98. [PASS] App.fullBaseUrl is set to HTTPS.
  99. [PASS] Selenium API endpoints are disabled.
  100. [PASS] Search engine robots are told not to index content.
  101. [PASS] Registration is closed, only administrators can add users.
  102. [PASS] Serving the compiled version of the javascript app
  103. [PASS] All email notifications will be sent.
  104.  
  105. 4 error(s) found. Hang in there!
Add Comment
Please, Sign In to add comment