From a6dd9203cb597a085b5a4a597e15af0850368328 Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Fri, 17 Oct 2014 23:01:59 +0200 Subject: [PATCH] Add Troubleshooting.md file and document how to solve #411 --- Troubleshooting.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Troubleshooting.md diff --git a/Troubleshooting.md b/Troubleshooting.md new file mode 100644 index 000000000..31086277a --- /dev/null +++ b/Troubleshooting.md @@ -0,0 +1,11 @@ +Troubleshooting +=============== + +## phantomas fails to load HTTPS site + +``` +phantomas: (254) Page loading failed +``` + +**Solution**: Try providing ``--ssl-protocol=tlsv1`` or ``--ssl-protocol=any`` option. +