Re: [h2] H2 TCP server and SSL: how to use it?

2015-10-29 Thread Manfred Rosenboom
Sorry for the late answer. I have just tested it in Java 7 and it works as desired. My environment is set to Java 8 by default and you get the above mentioned error. Best Manfred Am Freitag, 16. Oktober 2015 16:31:25 UTC+2 schrieb Thomas Mueller: > > Hi, > > It works for me with Java 1.6 and

Re: [h2] H2 TCP server and SSL: how to use it?

2015-10-16 Thread Thomas Mueller
Hi, It works for me with Java 1.6 and 1.7, but I only tested "localhost" as the server name. Does this work for? Regards, Thomas On Wednesday, October 14, 2015, Manfred Rosenboom wrote: > Hi, > > I want to use my H2 TCP database server with SSL. Basically I start my >

[h2] H2 TCP server and SSL: how to use it?

2015-10-14 Thread Manfred Rosenboom
Hi, I want to use my H2 TCP database server with SSL. Basically I start my server with the following command java -server -classpath ./h2-1.4.190.jar -Dh2.enableAnonymousTLS=true org.h2.tools.Server -tcp -tcpSSL -tcpAllowOthers -tcpPort 28001 -tcpPassword secret and get the following start