From 43d7a4b9f199deefea79769dd76caf0ad0dadc28 Mon Sep 17 00:00:00 2001 From: Olivier Lambert Date: Wed, 30 Dec 2015 11:20:36 +0100 Subject: [PATCH] Update troubleshooting.md --- troubleshooting.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/troubleshooting.md b/troubleshooting.md index 2cb97e67d..f1a8d451a 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -2,12 +2,6 @@ This page recap the possible actions to realize if you have any problems with your XOA. -## Empty page after login - -This is happening when your anti-virus or firewall is blocking websocket protocol. This is what we use to communicate between `xo-server` and `xo-web` (see the [architecture page](architecture.md)). - -The solution is to use **HTTPS**. In this way, websockets will be encapsulated in the secured protocol, avoiding interception from your firewalls or anti-virus system. - ## XOA configuration XOA is a virtual appliance running Debian and Xen Orchestra. If you have any problem, the first thing to do is to check the network configuration. @@ -71,4 +65,10 @@ If a package disappear due to a build problem or a human error, you can redownlo 1. `rm /var/lib/xoa-updater/update.json` 2. `xoa-updater --upgrade` -> We'll have a `xoa-updater --force-reinstall` option soon, to do this automatically \ No newline at end of file +> We'll have a `xoa-updater --force-reinstall` option soon, to do this automatically + +## Empty page after login + +This is happening when your anti-virus or firewall is blocking websocket protocol. This is what we use to communicate between `xo-server` and `xo-web` (see the [architecture page](architecture.md)). + +The solution is to use **HTTPS**. In this way, websockets will be encapsulated in the secured protocol, avoiding interception from your firewalls or anti-virus system. \ No newline at end of file