Re: unable to do an https
Daniel Zhang <[email protected]>
| Newsgroups | gmane.text.xml.soap.user |
|---|---|
| Message-ID | <[email protected]> |
I wonder if Derek's company mail server filtered some incoming mails or not. If so, he may not get my email even "CC" to him. It is interesting. -Daniel Tudor, Liviu @Cimage wrote: >Thanks, Daniel -- I was just going to forward your message again -- luckily you saved me the labour :) > > >Liviu Tudor > >Cimage Novasoft Limited >www.cimagenovasoft.com >[email protected] >Fax: +44 (0)1344 767701 >Direct Line: +44 (0)1344 767759 >Centennial Court, Easthampstead Road, Bracknell, BERKS, RG12 1JZ > >Computer dating is fine, if you're a computer. > > > > >-----Original Message----- >From: Daniel Zhang [mailto:[email protected]] >Sent: Tuesday, April 06, 2004 3:59 PM >To: [email protected] >Cc: [email protected] >Subject: Re: unable to do an https > > >Derek - > >The following quote is my reply to your post timed at 10:23am. It is >strange that you can not see my post in this mailing list. At least >Liviu and I can see it. > >"Did you configure SSL for both ends? You need to configure client SSL >and import server certificate into its keystore file, vice versa. >See details at >http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html > >-Daniel " > > >[email protected] wrote: > > > >>Liviu, >> >> I searched both user list and developer list, but can not find >>anything from Danial Zhang. >> >> Please provide a link if all possible. >> >> Thanks. >> >>--Derek >> >> >> >> >> "Tudor, Liviu @Cimage" <liviut >> To: <[email protected]> >> cc: >> Tuesday April 6, 2004 10:44 AM Subject: RE: unable to do an https >> Please respond to soap-user >> >> >> >> >> >>Derek, see Daniel Zhang's comment as well posted a few minutes ago. >> >>Liviu Tudor >> >>Cimage Novasoft Limited >>www.cimagenovasoft.com >>[email protected] >>Fax: +44 (0)1344 767701 >>Direct Line: +44 (0)1344 767759 >>Centennial Court, Easthampstead Road, Bracknell, BERKS, RG12 1JZ >> >>Computer dating is fine, if you're a computer. >> >> >> >> >>-----Original Message----- >>From: [email protected] [mailto:[email protected]] >>Sent: Tuesday, April 06, 2004 3:42 PM >>To: [email protected] >>Subject: RE: unable to do an https >> >> >> >>Liviu, >> >> I have changed to use java 1.4 and now I get a different error >> >> java.net.SocketException: Default SSL context init failed: >>Invalid keystore format >> >> Any idea? >> >> This how ssl stuff is all new to me. >> >> Thanks and regards. >> >>--Derek >> >> >> >> >> "Tudor, Liviu @Cimage" <liviut >> >> To: >><[email protected]> >> cc: >> >> Tuesday April 6, 2004 10:19 AM Subject: RE: >>unable to do an https >> Please respond to soap-user >> >> >> >> >> >> >>Derek, >> >> First thing I can think of is that you're probably running a >>pre-1.4 JDK/JRE and you probably haven't got JSSE installed? >> >> >>Liviu Tudor >> >>Cimage Novasoft Limited >>www.cimagenovasoft.com >>[email protected] >>Fax: +44 (0)1344 767701 >>Direct Line: +44 (0)1344 767759 >>Centennial Court, Easthampstead Road, Bracknell, BERKS, RG12 1JZ >> >>Computer dating is fine, if you're a computer. >> >> >> >> >>-----Original Message----- >>From: [email protected] [mailto:[email protected]] >>Sent: Tuesday, April 06, 2004 3:12 PM >>To: [email protected] >>Subject: unable to do an https >> >> >> >>Hi, >> >> I got the following error when trying to connect to a soap server >>running on https: >> >> java.net.MalformedURLException: unknown protocol: https >> >> Here is the code smipped, and I am using java 1.3 and jsse 1.0.3_02 >> >> >>from SUN: > > >> System.setProperty("javax.net.ssl.trustStore", >>"myCertificate.cer"); >> System.setProperty("java.protocal.handler.pkgs", >>"com.sun.net.ssl.internal.www.protocal"); >> Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider >>()); >> >> service = locator.getSessionService(new URL >>("https://someserver:443/services/SessionService")); >> >> By the way, everything worked fine if I connect to http. >> >> Any help would be greatly appreciated. >> >> Thanks and regards. >> >>--Derek >> >> >> >>************************************************************************************************* >> >> >> >> >>This e-mail is being sent to you for your information or at >>your request. The information is not warranted as to >>completeness or accuracy, nor does it serve as an official >>record of your account. Your official Trade Confirmation >>and/or Client Account Statement are the official records >>of your account. Further, since the confidentiality of >>Internet e-mail cannot be guaranteed, please do not include >>private or confidential information (passwords, account numbers, >>social security numbers, etc.), or instructions requiring your >>authorization (orders, address changes, funds transfers, etc.) >>in your e-mail communications to us. For additional important >>information about privacy and Internet terms and conditions, >>please visit us at (http://www.prudential.com). If you do >>not wish to receive any further e-mail from us, please >>send an e-mail to [email protected]. >> >>Prudential Equity Group, Member SIPC, >>One New York Plaza, New York, NY 10292 >> >> >> >> >> >> >> >>************************************************************************************************* >> >> >> >>This e-mail is being sent to you for your information or at >>your request. The information is not warranted as to >>completeness or accuracy, nor does it serve as an official >>record of your account. Your official Trade Confirmation >>and/or Client Account Statement are the official records >>of your account. Further, since the confidentiality of >>Internet e-mail cannot be guaranteed, please do not include >>private or confidential information (passwords, account numbers, >>social security numbers, etc.), or instructions requiring your >>authorization (orders, address changes, funds transfers, etc.) >>in your e-mail communications to us. For additional important >>information about privacy and Internet terms and conditions, >>please visit us at (http://www.prudential.com). If you do >>not wish to receive any further e-mail from us, please >>send an e-mail to [email protected]. >> >>Prudential Equity Group, Member SIPC, >>One New York Plaza, New York, NY 10292 >> >> >> >> >> >> >> >>************************************************************************************************* >> >> >>This e-mail is being sent to you for your information or at >>your request. The information is not warranted as to >>completeness or accuracy, nor does it serve as an official >>record of your account. Your official Trade Confirmation >>and/or Client Account Statement are the official records >>of your account. Further, since the confidentiality of >>Internet e-mail cannot be guaranteed, please do not include >>private or confidential information (passwords, account numbers, >>social security numbers, etc.), or instructions requiring your >>authorization (orders, address changes, funds transfers, etc.) >>in your e-mail communications to us. For additional important >>information about privacy and Internet terms and conditions, >>please visit us at (http://www.prudential.com). If you do >>not wish to receive any further e-mail from us, please >>send an e-mail to [email protected]. >> >>Prudential Equity Group, Member SIPC, >>One New York Plaza, New York, NY 10292 >> >> >> >> >> > > >