Documentation

Trace:

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 Both sides next revision
visionx:faq [2020/06/05 14:24]
cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation)
visionx:faq [2020/06/17 06:18]
admin [Trial license is valid but VisionX shows Trial period expired]
Line 42: Line 42:
 The problem might be that you are behind a proxy and VisionX isn't able to establish an Internet connection. The problem might be that you are behind a proxy and VisionX isn't able to establish an Internet connection.
  
-If you're behind a proxy, simply configure your proxy in the license wizard at the end or, if you forgot to configure your proxy, uninstall and install VisionX trial again. If you have technical skills, it's also possible to change the config.xml in: <​install_folder>/​rad/​server manually:+If you're behind a proxy, simply configure your proxy in the license wizard at the end or, if you forgot to configure your proxy, uninstall and install VisionX trial again. If you have technical skills, it's also possible to change the config.xml in: <​install_folder>/​rad/​server manually. There'​s already a dummy proxy configuration:
  
 <file xml> <file xml>
Line 55: Line 55:
 </​http>​ </​http>​
 </​file> ​ </​file> ​
 +
 +Change it to your needs:
 +
 +<file xml>
 +<!-- http proxy settings -->
 +<​http>​
 +  <proxy enabled="​true">​
 +    <​host>​192.168.x.x</​host>​
 +    <​port>​3128</​port>​
 +    <​username>​optional</​username>​
 +    <​password>​optional</​username>​
 +  </​proxy>​
 +</​http>​
 +</​file> ​
 +
 +It's important to change the enabled property to "​true"​. The host can be configured with hostname or IP address. The username and password are optional.
  
 ==== How long is the trial period? ==== ==== How long is the trial period? ====
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information