Please enable JavaScript to view this site.

Worksheet Crafter User Manual

Navigation: For IT Administrators

Internet Access via Proxy Server

Mehr über den Worksheet Crafter erfahren Scroll Prev Top Next More

Worksheet Crafter accesses the marketplace via direct internet connection as well as the provied proxy information in the computers settings. If your school uses a proxy server with explicit authentification the connection to marketplace and asset library may fail.

 

In this case it is possible to enter specific proxy server connection data in Worksheet Crafters admin.ini configuration file to allow access to the marketplace for your collegues via the proxy. In this chapter we lead you through all the steps.

 

Providing Proxy Configuration in ADMIN.INI file

 

The proxy configuration is defined in the [Proxy] section of "admin.ini". You may define the following settings:

 

Setting

Description

Example

ProxyType

Type of the Proxy. Set the value to 0, to exactly use the settings made in admin.ini file.

ProxyType = 0

ProxyHost

Host name of the proxy server or its IP address.
This value is only relevant if ProxyType is set to 0.

ProxyHost = www.my-proxy.com

ProxyPort

Number of the port the proxy listens to.
This value is only relevant if the ProxyType is set to 0.

ProxyPort = 80

ProxyUsername

Optional user name, that will be used for authentification at the proxy. You may leave this field empty, if you do not require a user name. The user name has to be encrypted, so it cannot be read in its original in the admin.ini. Go to this website for encryption: http://www.getschoolcraft.com/_supportData/user-scripts/adminEncode.php

ProxyUsername = U3RlZmFuIE38bGxlcg==

ProxyPassword

Optional password for authentification at the proxy. You may leave this field empty if no password is required. The password needs to be encrypted so it cannot be read in its original in the admin.ini. Go to this website for encryption: http://www.getschoolcraft.com/_supportData/user-scripts/adminEncode.php

ProxyPasword = Z2VoZWlt

 

Lines beginning with a semicolon are interpreted as comments and will be ignored.

 

Important: Take care that the line with your setting does not start with a space character. Otherwise the whole line will be ignored by Worksheet Crafter. So when enabling a line by removing the semicolon be careful to also remove the following space character.

 

Here is an examplary "admin.ini":

 

; WORKSHEET CRAFTER - ADMINISTRATION SETTINGS FILE

; Use this file to configure a proxy for Worksheet Crafter 

;

[Proxy]

; ProxyType: Set 0 for using proxy as specified in this file. Set 1 for using the proxy as configured in the Internet Explorer (except for username/password)

ProxyType = 0

 

; ProxyHost: Proxy server host name or IP address. Only relevant if ProxyType is 0

ProxyHost = www.my-proxy.com

 

; ProxyPort: Port number that the proxy server is listening for connections on. Only relevant if ProxyType is 0.

ProxyPort = 80

 

; ProxyUsername: User name that will be used to authenticate the client session to the proxy sever.

; Leave empty or disabled if no authentication is required

; Note that the username needs to be encoded. You can use the following website to encode your username:

;   http://www.getschoolcraft.com/support/user-scripts/adminEncode.php

ProxyUsername = 

 

; ProxyUsername: Password that will be used to authenticate the client session to the proxy sever.

; Leave empty or disabled if no authentication is required

; Note that the password needs to be encoded. You can use the following website to encode your password:

;   http://www.getschoolcraft.com/support/user-scripts/adminEncode.php

ProxyPassword = 

 

 

©2024 SchoolCraft GmbH. Find more informationen on our website