Will Gallery Remote be supporting ssl? If so when?
BB
Gallery Remote 1.1 already does explicitly support https.
That's funny, when I enter a URL like https:// the client responds with a "Malformed URL (unknown protocol: https)". Am I doing something wrong?
Yes, you're most likely running GR on Java 1.3. Did you download the NoVM installer?
Yes. So I assume I must upgrade the jvm to 1.4. I will do that and let you know if that did it. Thanks.
I upgraded to 1.4.2 and still get the same message. Any thoughts?
To make sur GR is running with Java 1.4.2, take a look at the log.txt file it generates. At the top is the list of Java properties.
I'll bet it's still using the 1.3 VM. To force it to use 1.4, edit the GalleryRemote.lax file.
That did it. Now I just have to fix the libraries on the server side.
Posts: 1479
Gallery Remote 1.1 already does explicitly support https.
Posts: 6
That's funny, when I enter a URL like https:// the client responds with a "Malformed URL (unknown protocol: https)". Am I doing something wrong?
BB
Posts: 1479
Yes, you're most likely running GR on Java 1.3. Did you download the NoVM installer?
Posts: 6
Yes. So I assume I must upgrade the jvm to 1.4. I will do that and let you know if that did it. Thanks.
BB
Posts: 6
I upgraded to 1.4.2 and still get the same message. Any thoughts?
BB
Posts: 1479
To make sur GR is running with Java 1.4.2, take a look at the log.txt file it generates. At the top is the list of Java properties.
I'll bet it's still using the 1.3 VM. To force it to use 1.4, edit the GalleryRemote.lax file.
Posts: 6
That did it. Now I just have to fix the libraries on the server side.
BB