Hello!
Please help to solve problem. A few days ago I configured the access to the ARIS Business server 7.2.7 using SSL (application runs under Windows Server 2008 R2). A couple of days everything worked perfectly.
Here is what I have written in the file defaultServerSettings.cfg:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<userServerSettings> <profiles> <public ssl="443" />
<public options="--MY.IP.ADDRESS" />
</profiles>
</userServerSettings>
But then suddenly stopped service of ARIS Business server. And when I reboot the physical server -- the service also will not start automatically. When forced to run, the service appears a sign of "Running", but actually it doesn't work. Remove SSL settings from the configuration file doesn't help.
In order to run ARIS Business server, I have to reinstall it completely. But as soon as I turn on SSL -- everything is repeated.
What am I doing wrong?