In order to configure Application Portal to work with server certificate, please follow the steps below:
1) Open ComPortal.ini file for editing and set "SSL-Certificate" with the exact location of PTS.crt file.
For example:
SSL-Certificate=C:\Program Files\Ericom Software\WebConnect 5.6\bin\PTS.crt
2) Open the following file for editing (with Notepad, for example):
C:\Program Files\Ericom Software\WebConnect 5.6\web\portal\windows\Launch.asp
3) Specify the destination of client certificate using the parameter /sslcertfile.
For example:
var PT_agentParameters = " -wc-client " + PT_server + " /NO_C2S_DLG -efp /sslcertfile=C:\\file.cert /USER=*<% = LoginTicket %> ";
4) Restart the IIS (Start -> Run -> CMD -> iisreset) |