Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 391 Bytes

Troubleshooting.md

File metadata and controls

20 lines (13 loc) · 391 Bytes

Troubleshooting

Debugging

Before reporting an issue please run phantomas in verbose and debug mode:

DEBUG=* phantomas "http://example.com" --verbose

and provide the output via gist link.

phantomas fails to load HTTPS site

phantomas: (254) Page loading failed

Solution: Try providing --ssl-protocol=tlsv1 or --ssl-protocol=any option.