I've just setup a fresh installation of latest PMP version (6803) with PostgreSQL bundled in a Windows 2008 box. I've tried with W2008 and W2008 R2, and the same behaviour is observed.
The problem is this: when I start the service, the system starts logging in the serverout.txt files this message:
[10:27:56:569]|[04-27-2013]|[v]|[SEVERE]|[11]: No available certificate or key corresponds to the SSL cipher suites which are enabled.|
javax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled.
at com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.checkEnabledSuites(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.accept(Unknown Source)
at v.a(SourceFile:161)
at com.toremote.gateway.SparkGateway.start(SourceFile:229)
at com.adventnet.passtrix.service.GatewayService$GatewayThread.run(GatewayService.java:55)
at java.lang.Thread.run(Unknown Source)
This error is logged VERY FAST, at least hundreds of times per second, and it quickly fills the log files. This means that the software is not usable for production environments.
Anyone has any idea about how to solve this?
Thanks in advance for your help.