summaryrefslogtreecommitdiff
path: root/pages/docs
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-11-09 14:54:38 +0100
committervarac <varacanero@zeromail.org>2015-11-09 14:54:38 +0100
commitbdbeb104f9eef238d3e36c8c53b46c6f13b89ee7 (patch)
treee962aa7130d6930d115c960d2fe74e03ed8935ac /pages/docs
parent255764716c222dae3f41d34fa15e99fc0a8f4eb4 (diff)
Add troubleshoot URLs
Diffstat (limited to 'pages/docs')
-rw-r--r--pages/docs/platform/troubleshooting/where-to-look.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/pages/docs/platform/troubleshooting/where-to-look.md b/pages/docs/platform/troubleshooting/where-to-look.md
index fbd9593..b6fd144 100644
--- a/pages/docs/platform/troubleshooting/where-to-look.md
+++ b/pages/docs/platform/troubleshooting/where-to-look.md
@@ -7,6 +7,7 @@ General
=======
* Please increase verbosity when debugging / filing issues in our issue tracker. You can do this with adding i.e. `-v 5` after the `leap` cmd, i.e. `leap -v 2 deploy`.
+* We use the `example.org` domain for documentation purposes here, please replace it with the you domain.
Webapp
======
@@ -19,6 +20,7 @@ Places to look for errors
* `/var/log/syslog` (watch out for stunnel issues)
* `/var/log/leap/*`
+
Is haproxy ok ?
---------------
@@ -59,13 +61,21 @@ Check couchdb acl as unpriviledged user
curl -s --netrc-file /etc/couchdb/couchdb-webapp.netrc -X GET "http://127.0.0.1:4096/_all_dbs"
+All URLs accessible ?
+---------------------
+
+* https://example.org
+* https://api.example.org:4430/provider.json
+* https://example.org/ca.crt
+
+
Check client config files
-------------------------
- https://example.net/provider.json
- https://example.net/1/config/smtp-service.json
- https://example.net/1/config/soledad-service.json
- https://example.net/1/config/eip-service.json
+* https://example.net/provider.json
+* https://example.net/1/config/smtp-service.json
+* https://example.net/1/config/soledad-service.json
+* https://example.net/1/config/eip-service.json
Soledad