Oh ok, so the end user will just be prompted to Accept/Reject/Install the certificate, but I don't have to deal with any keytool -imports on their end? If thats the case then everything should be fine, thanks sedj.
Hey all,
I am working on an applet to use that will connect to a MySQL database where the applet and database are both on the same host. I know that this involves signing the applet, but this is not on my machine or one that I have command line access to. The applet will run on an external...
Hey all, I am a developer working on SSL communication between two hosts. I have created my private keys and trusted certificates and everything works great. But now I have to connect to an older servlet which has an expired key. This is where I can no longer proceed. Java is throwing an SSL...
Hey all, I am a developer working on SSL communication between two hosts. I have created my private keys and trusted certificates and everything works great. But now I have to connect to an older servlet which has an expired key. This is where I can no longer proceed. Java is throwing an SSL...
Hey all, I am writing a simple parser and DTD validator for an InputStream that will passed in as a POST message. I have tried parsing and validating both InputStreams and just Strings from a small test program that I wrote. That works fine. However, when I put the SAME EXACT code into a file...
Hello all, I have been having this problem for some time now. I can validate XML against my DTD just fine when it is a local file, however, when I try to grab it from a URI or InputStream it does not work. The same XML when parsed will throw a DOCTYPE not found error. Below is my test XML...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.