Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
console_instructions [2018/03/13 22:12]
orwah
console_instructions [2018/05/31 21:28] (current)
orwah
Line 21: Line 21:
  
 - make sure that your XenServer is reachable for clients (public IP address , and open firewall port 443) - make sure that your XenServer is reachable for clients (public IP address , and open firewall port 443)
 +
 +- you may need a valid SSl certification for your XenServer IP to let browsers connect to it without problems
 +
 +
 +
 +
 +----
 +
 +
 + 
 +==== Using console with proxy ====
 +
 +
 +you can get more information about how to install and configure haproxy from here :
 +
 +[[haproxy_console|Haproxy Install and Config]]
 +
 +
 +
 +----
 +
 +
 +
 +==== Debugging console Connections ====
 +
 +if you still get error message : '​Server disconnected (code: 1006)' , you can get some helpfull data by using chrome inspect tool:
 +
 +- from your chrome browser , right click menu, choose Inspect
 + 
 +- from the inspecting form choose '​Console'​ tab , you will find useful data there , like : 
 +{{ :​wiki:​2018.03.14_00h35m33s_004_.png?​400 |}}
 +
 +with the connection error message like : 
 +
 +- ERR_CONNECTION_TIMED_OUT which mean your server is not allowing connection
 +
 +- ERR_CERT_AUTHORITY_INVALID that mean browser is not allowing to open this URL because you don't have SSl certification installed for your XenServer , you can bypass that for testing purposes by opening once your XenServer IP with https  , 
 +
 +for example https://​100.100.100.100 , you will get a warning from the browser that its unsecure URL , just bypass it and proceed for once . after that the browser will remember to allow this URL without SSl certification . 
 +try now the console (from the same browser) it must work .
 +
 +
 +----
 +
 +<color #​ed1c24>​we highly advice to install valid SSL certificate for your XenServer , especially when using Public IP.</​color>​
 +
 +The instruction to generate or install ssl cert on XenServers are available in critix main site , basically the cert files are in /​etc/​xensource/​
 +
  • console_instructions.1520979150.txt.gz
  • Last modified: 2018/03/13 22:12
  • by orwah