Getting software updates by using a proxy server
*This tip only applies to Alchemex 6.8 and earlier, if using Alchemex 7.0 you can receive the latest updates by downloading newer Alchemex installs from our website
Question: How do I get software updates if I am using a Proxy Server?
How: Using Proxy Server Settings
Alchemex makes use of the Internet for various functions including Serialisation, Software Updates and Community downloads. If your available internet connection is via a Proxy Server you will need to customise these settings. If you need to update Alchemex, but access to the internet is via a proxy server, you need to add the Proxy to Alchemex. Firstly, make sure of your Proxy Settings. The best way to eliminate any errors is to copy your proxy settings from Internet Explorer.
Copy Proxy Settings
- Open Internet Explorer
- Select Tools
- Select Internet Options
- Select the tab Connections
- Then select LAN Settings
- Under Proxy server, highlight and copy the proxy settings
7. Make a note of the Port Settings
Add the proxy to Alchemex
- Open Alchemex Administrator
- Click on File
- Select Configure Internet Connection
- Under Properties select the drop down arrow, and then select PROXY
- Select Apply
- Under Proxy Server Address and Port, paste the Proxy as copied from Internet Explorer.
- Add a colon i.e. :
- Add the port no.
- Select OK.
You may also change your Alchemex Internet Connection settings in the ALCHEMEX.INI file. These changes can be made by editing the ALCHEMEX.INI file directly with a standard text editor.
Examples of the Alchemex Internet Connection Settings are shown below: –
To use a named proxy server with prompted proxy logon: –
ProxyServer=cache.lupus:8080
AccessType=PROXY
AccessAuthenticate=YES
NB. Note that when specifying a Proxy Server the name (or IP address) must be specified and then followed by a single colon (:) character and then the Port Number.
To use a named proxy server no prompt logon
(Note: user and password stored in the INI file which may breach security requirements in an organisation): –
ProxyServer=cache.lupus:8080
AccessType=PROXY
AccessAuthenticate=YES
ProxyUser=joebloggs
ProxyPswd=mypassword
To use a connection to the Alchemex Update server directly (default option)
This option assumes that you have a direct connection to the internet: –
AccessType=DIRECT
To use your internet connection default settings for connections: –
AccessType=DEFAULT
AccessAuthenticate=YES