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
en:guideserverconnectionproxy [2019/06/27 13:35] – Discussion status changed Pavel Machyniaken:guideserverconnectionproxy [2021/02/15 18:54] (current) Pavel Machyniak
Line 1: Line 1:
-====== Proxy server setup ====== +====== Configure proxy server ====== 
-In the //T3C Service// installation folder, 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// file, add or edit the following items (text encoding is UTF-8):<code ini> 
 +proxy = 1 
 +proxy.server = address:port 
 +proxy.user = user 
 +proxy.password = password 
 +</code> 
 +  * Restart //T3C Service// 
 + 
 +---- 
 +<WRAP round info 90%> 
 +For older versions of T3C, use the following procedure. 
 +</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>
- +  * Restart //T3C Service//
-To reflect changes, please restart //T3C Service//.+
  
 ~~DISCUSSION:off~~ ~~DISCUSSION:off~~
  • en/guideserverconnectionproxy.1561635332.txt.gz
  • Last modified: 2019/06/27 13:35
  • by Pavel Machyniak