From 7a3bfadcc9e9263625665f2b4071168579b11184 Mon Sep 17 00:00:00 2001 From: Nathan R Date: Thu, 29 Nov 2018 21:46:38 -0500 Subject: [PATCH] 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 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b18c63f..6ad1289 100644 --- a/README.md +++ b/README.md @@ -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`. 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 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.