Courtroom Server unable to connect to Enterprise Server running on SSL
Courtroom Server by default creates plain connections (non-SSL) to decrease communication load between Courtroom Server and Enterprise Server, as many Courtroom Servers are connected to internet with dial-up connections.
To enable Courtroom Server to establish secured connection to Enterprise Server, use the following steps:
* Close Courtroom Server
* Goto Courtroom Server’s installation folder (default – C:\Program Files (x86)\LegalCraft\Courtroom Server or C:\Program Files\LegalCraft\Courtroom Server)
* Open the file server.props from the installation folder using any text editor
* There will be a line
server.DialupConnection=true
Change it to
server.DialupConnection=false
Save and close the file.
Start Courtroom Server and it will establish secure connection to Enterprise Server.
