Обсуждение: using a SSL connection via WebStart

Поиск
Список
Период
Сортировка

using a SSL connection via WebStart

От
William Harris
Дата:
Anyone got this to work?

I can open a SSL connection to my database fine from Java, so long as I
add my certificate to my Java runtime from the command line. However, I
can not get it to work from a WebStart application at all.

I go into the Java Control in the Windows Control Panel and add my
certificate there, this work fine. But when I try and run the webstart
application it always complains it can't find the certificate. If I look
at which VM webstart is using, and then go to the command line and add
the certificate to that VM at the command line, then run the application
it works.

This is obviously not practical for a normal webstart application user.
How do I do this via webstart?