Here's the version info: java version "1.4.1_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06) Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
As for the java.security file, it's supposed to be set up by default in 1.4, but here are the relevant lines: security.provider.1=sun.security.provider.Sun security.provider.2=com.sun.net.ssl.internal.ssl.Provider security.provider.3=com.sun.rsajca.Provider security.provider.4=com.sun.crypto.provider.SunJCE security.provider.5=sun.security.jgss.SunProvider TIA, Sean LeBlanc -----Original Message----- From: Alexey Solofnenko [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 2:41 PM To: 'Ant Users List' Subject: RE: Get task over HTTPS I am totally confused about what version of JDK you are using, but I remember that in 1.3 at least you need to add a security provider into jdk13\jre\lib\security\java.security file. I am sure there is a documentation about JSSE installation. But exception you see might indicate that Java does not see JSSE jars at all. So maybe you are using a different JDK. - Alexey. -- { http://trelony.cjb.net/ } Alexey N. Solofnenko Pleasant Hill, CA (GMT-8 usually) -----Original Message----- From: Sean Leblanc [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 1:39 PM To: 'Ant Users List' Subject: RE: Get task over HTTPS I have it downloaded for when I was using Java < 1.4, but what do I need to do to configure it for Ant to see it? I assume Ant can't use the 1.4 supplied version, even though that's what I have as my JAVA_HOME? I have the jars in my %JAVA_HOME%\jre\lib\ext\ dir, is there something else I need to do? TIA, -----Original Message----- From: Alexey Solofnenko [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 1:15 PM To: 'Ant Users List' Subject: RE: Get task over HTTPS Most likely you need to download and configure JSSE. http://java.sun.com/products/jsse/ - Alexey. -- { http://trelony.cjb.net/ } Alexey N. Solofnenko Pleasant Hill, CA (GMT-8 usually) -----Original Message----- From: Sean Leblanc [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 12:14 PM To: '[EMAIL PROTECTED]' Subject: Get task over HTTPS I'm trying to use get over HTTPS. However, it fails with: file:c:/cvs/NMSoap/build.xml:54: java.net.MalformedURLException: unknown protocol: https TIA, Sean LeBlanc - [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
