[ 
http://issues.apache.org/jira/browse/AXIS-1360?page=comments#action_12418336 ] 

chirag gupta commented on AXIS-1360:
------------------------------------

John,

Would it be possible for you to provide more details as to how you were able to 
send client certificate?

Thanks.

Chirag Gupta

> DII client can't retrieve WSDL over HTTPS with client certificate
> -----------------------------------------------------------------
>
>          Key: AXIS-1360
>          URL: http://issues.apache.org/jira/browse/AXIS-1360
>      Project: Apache Axis
>         Type: Improvement

>   Components: WSDL processing
>     Versions: 1.1
>  Environment: Don't think it matters.
>     Reporter: John Hensley

>
> I've set up an Axis service that requires clients to use SSL and present 
> client certificates. A DII client can't retrieve the WSDL with e.g.
>   service = new Service(this.wsdl, new QName(namespace, serviceName));
> because XMLUtils.getInputSourceFromURI() punts to InputSource around line 700 
> if a username isn't supplied, which I have no reason to do when using client 
> certs. If I comment that out, it works fine -- I've implemented 
> SecureSocketFactory to use with (Commons)HTTPSender, and call 
> HttpsURLConnection.setDefaultSSLSocketFactory() with the SSLFactory from it 
> before the Service is created, so URLConnection does the right thing with the 
> https: URL.
> I'm using 1.1, but the code looks the same in CVS. I think just not bailing 
> out would fix this, without breaking basic authentication.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to