Added common errors to fix issues with CloudFlare

added common errors to readme, and fix to not validate certificates.
You can also rewrite this, but please add it to the readme or fix the issue
This commit is contained in:
Nathan R 2018-11-29 21:46:38 -05:00 committed by GitHub
parent 3ae1681486
commit 7a3bfadcc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,8 @@ Disposable-mailbox can be installed by copying the src directory to a webserver.
5. edit `index.php` and `json-api.php`: set the new path to `config.php`. 5. edit `index.php` and `json-api.php`: set the new path to `config.php`.
6. open it in your browser, check your php error log for messages. 6. open it in your browser, check your php error log for messages.
### Common Errors
* If you are using Cloudflare, and have a 500 Error, `novalidate-cert` to the imap url in `config.php`
### Build it yourself ### Build it yourself
The src directory contains all required files. If you want to update the php dependencies, you can update them yourself. You must have [composer](https://getcomposer.org/download/) installed. The src directory contains all required files. If you want to update the php dependencies, you can update them yourself. You must have [composer](https://getcomposer.org/download/) installed.