Changes for page 3. Advanced Configurations
Last modified by teamwire001 on 2026/07/08 06:30
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - h. Advanced Configurations1 +3. Advanced Configurations - Parent
-
... ... @@ -1,1 +1,1 @@ 1 -Public.Applications.Desktop. User-Manual.WebHome1 +Public.Applications.Desktop.WebHome - Content
-
... ... @@ -1,79 +1,40 @@ 1 -(% class="box" %) 2 -((( 3 -These settings are accessible during the [[Login and Registration process>>doc:Public.Applications.Desktop.User-Manual.Login-and-Registration.WebHome]] or later by opening the app's [[Settings > Advanced options>>doc:Public.Applications.Desktop.User-Manual.Settings.WebHome||anchor="HAdvanced"]]. 4 -))) 1 +{{id name="4-hostname"/}} 5 5 3 += Server = 6 6 7 -{{i dname="hostname"/}}5 +{{icon name="cog"/}} These settings are accessible during the [[Login and Registration process>>doc:Public.Applications.Desktop.User-Manual-Desktop4.Login-and-Registration.WebHome]]. 8 8 9 -= Backend Hostname = 10 10 11 -If required, please enter the custom backendhostname here. You**must not**enter the protocol or path but thehostname only. It is recommended to add this information in order to speed up the process and prevent registration failures.8 +If required, please enter the custom **server name** here. You must not enter the protocol or path but the name only. It is recommended to add this information in order to speed up the process and prevent registration failures. 12 12 13 -If your organisation is using the Teamwire PublicCloud Backend, please enter{{code}}backend.teamwire.eu{{/code}}.10 +If your organisation is using the Teamwire Cloud Backend, please enter ##backend.teamwire.eu##. 14 14 15 15 16 -{{id name="proxy"/}} 13 +{{id name="4-proxyurl"/}} 17 17 18 -= Proxy Server =15 += Proxy server = 19 19 20 - Inorder towork properlywithaproxy server,Teamwireneeds yourproxyto support the**HTTPCONNECTmethod,**the **HTTP Upgrademechanism**and hastoallowall **Sec-Websocket-* headers.**17 +{{icon name="cog"/}} These settings are accessible during the [[Login and Registration process>>doc:Public.Applications.Desktop.User-Manual-Desktop4.Login-and-Registration.WebHome]]. 21 21 22 22 23 - {{idname="proxyurl"/}}20 +In order to work properly with a proxy server, Teamwire needs your proxy to support the **HTTP CONNECT method,** the **HTTP Upgrade mechanism** and has to allow all **Sec-Websocket-* headers.** 24 24 25 - ==ApplyProxyURL==22 +Please enter the complete URL incl. protocol (e.g. ##http## or ##https##) and port. The different types of proxy and their syntaxes are explained down below. 26 26 27 - Please enter the complete URL incl. protocol (e.g. {{code}}http{{/code}} or {{code}}https{{/code}}) and port. The different types of proxy and their syntaxes are explained down below.For the following example we assume the proxy is running on a host named{{code}}your-proxy.com{{/code}}with port{{code}}9000{{/code}}. If your proxy needs basic HTTPSor SOCKS-5authentication, the credentials can be included in the URL as shown.24 +For the following example we assume the proxy is running on a host named ##your-proxy.com## with port 9000. If your proxy needs basic HTTPS authentication, the credentials can be included in the URL as shown. 28 28 29 29 * **HTTPS Proxy** 30 - {{code language="html"}}https://your-proxy.com:9000{{/code}}31 - {{code language="html"}}https://username:password@your-proxy.com:9000{{/code}}27 +##https:~/~/your-proxy.com:9000## 28 +##https:~/~/username:password@your-proxy.com:9000## 32 32 33 -* **SOCKS-5 Proxy** 34 -{{code language="html"}}socks5://your-proxy.com:9000{{/code}} 35 -{{code language="html"}}socks5://username:password@your-proxy.com:9000{{/code}} 36 - 37 -* **SOCKS-4 Proxy** 38 -{{code language="html"}}socks4://your-proxy.com:9000{{/code}} 39 - 40 40 * **PAC Proxy** 41 -{{code language="html"}}pac+http://file-provider.com/proxy.pac{{/code}} 42 - 31 +##pac+http:~/~/file-provider.com/proxy.pac## 43 43 ## ## 44 44 45 -{{id name="systemproxy"/}} 46 - 47 -== Use System Proxy == 48 - 49 -If the proxy data are already provided to the (Windows) system, you can select **Use system proxy** to apply the OS' internet settings. 50 - 51 - 52 52 {{id name="certificate"/}} 53 53 54 -= Server Certificate =36 += Server certificate = 55 55 56 - Ifthebackendserveruses a self-signedcertificateor if it issigned byaCertificateAuthority (CA), that isnotwellknown, you will havetoprovide the certificatechain.38 +Custom server certificates are currently not supported. 57 57 58 - 59 -{{id name="customcertificatefile"/}} 60 - 61 -== Choose Custom Certificate File == 62 - 63 -Click the button and select the file containing the server's certificate chain (format: ##PEM##) via the file explorer. 64 - 65 -(% class="box infomessage" %) 66 -((( 67 -Please make sure to use the unix line feed {{code}}LF{{/code}} on your certificate. Any other control characters like ##CR## or Windows' ##CR LF## will not be valid. 68 - 69 -Also note, that the path used to refer to your certificate must not contain any spaces. 70 -))) 71 - 72 - 73 -{{id name="systemcertificatechain"/}} 74 - 75 -== Use System Certificate Chain (Windows) == 76 - 77 -Select this option if the custom certificate has been applied to the Microsoft Management Console. Teamwire will automatically check the so-called Certificate Trust Store for any necessary information. 78 - 79 79 ## ##