Bugs item #735191, was opened at 2003-05-09 14:05
Message generated for change (Comment added) made by dietmar_scheidl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=735191&group_id=22866

Category: JBossServer
Group: v3.2
>Status: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: Dietmar Scheidl (dietmar_scheidl)
Assigned to: Nobody/Anonymous (nobody)
Summary: Http-Invoker + SSL + JDK1.4+

Initial Comment:
If the http-invoker is used to access the server 

org.jboss.security.ignoreHttpsHost=true

can be specified to use the AnyhostVerifier for SSL 
connections. Therefore this is checked if the connection 
is an com.sun.net.ssl.HttpsURLConnection if so, the 
AnyhostVerifier is applied to this connection.

Since JDK 1.4+ JCSE is included and the package has 
changed to javax.net.ssl.HttpsURLConnection so the 
connection is not identified correctly.

This is happens in 
org/jboss/invocation/http/interfaces/Util.java and 
org/jboss/naming/HttpNamingContextFactory.java.

Maybe it has to be corrected somewhere else but this 
are the parts to get the http-invoker running with SSL 
again if the name of the server deferres from the name 
issued in the certificate.

----------------------------------------------------------------------

>Comment By: Dietmar Scheidl (dietmar_scheidl)
Date: 2003-10-10 10:12

Message:
Logged In: YES 
user_id=615361

3.2.2RC4 corrects that issue.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=735191&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to