en:guideserverconnectionproxy

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
Last revisionBoth sides next revision
en:guideserverconnectionproxy [2020/01/16 16:54] Pavel Machyniaken:guideserverconnectionproxy [2021/02/15 18:53] Pavel Machyniak
Line 1: Line 1:
 ====== Proxy server setup ====== ====== Proxy server setup ======
-In the //conf// folder of //T3C Service// installation, find the //main.conf// file and add or edit the following items: +<WRAP round important 90%> 
-<code ini>+This procedure applies to T3C since version 12.\\ 
 +If you have an older version, [[updateinstallation| update T3C]] first, then follow this procedure. 
 +</WRAP> 
 + 
 +  * In the //%ProgramData%\TatraMed Software\T3C\Service\conf// folder find the //main.conf// fileadd or edit the following items (text encoding is UTF-8):<code ini>
 proxy = 1 proxy = 1
-proxyServer = address:port+proxy.server = address:port
 proxy.user = user proxy.user = user
 proxy.password = password proxy.password = password
 </code> </code>
 +  * Restart //T3C Service//
  
-For version older than 12 use following settings: +---- 
- +<WRAP round info 90%> 
-In the //T3C Service// installation folder, find the //main.conf// file and add or edit the following items: +For older versions of T3C, use the following procedure. 
-<code ini>+</WRAP> 
 +  In the //T3C Service// installation folder (the default folder is //%ProgramFiles(x86)%\TatraMed Software\T3C\Service//), find the //main.conf// file and add or edit the following items (text encoding is UTF-8): <code ini>
 service.proxy = 1 service.proxy = 1
-service.proxyServer = address+service.proxyServer = address:port
 service.proxyUser = user service.proxyUser = user
 service.proxyPassword = password service.proxyPassword = password
 </code> </code>
-To reflect changes, please restart //T3C Service//.+  * Restart //T3C Service//
  
 ~~DISCUSSION:off~~ ~~DISCUSSION:off~~
  • en/guideserverconnectionproxy.txt
  • Last modified: 2021/02/15 18:54
  • by Pavel Machyniak