<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Re: https web service hangs when using wssecurity
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/kerryrward">Kerry Ward</a> in <i>JBoss Web Services</i> - <a href="http://community.jboss.org/message/589120#589120">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>This statement is false:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><blockquote class="jive-quote"> I have another service that I did with JBoss 4.2.3.GA and JDK 5 that uses https and is working just fine.&#160; I tried to connect to it using JBoss 5.1.0.GA and JDK 6 and it has the same problem as my new service. </blockquote><p><br/>Somewhere along the way I got wires crossed.&#160; The existing web service call is working in JBoss 5.1.0.GA and JDK 6.&#160; So now I just need to concentrate on my new service.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I added the environment variable&#160; -Djavax.net.debug=all and shortly before hanging I get this output</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><pre class="jive-pre"><code class="jive-code">New I/O client worker #1-1, fatal error: 46: General SSLEngine problem
sun.security.validator.ValidatorException: Violated path length constraints
New I/O client worker #1-1, SEND TLSv1 ALERT:&#160; fatal, description = certificate_unknown
New I/O client worker #1-1, WRITE: TLSv1 Alert, length = 2
New I/O client worker #1-1, fatal: engine already closed.&#160; Rethrowing javax.net.ssl.SSLHandshakeException: General SSLEngine problem
[Raw write]: length = 7
0000: 15 03 01 00 02 02 2E&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; .......
New I/O client worker #1-1, called closeOutbound()
New I/O client worker #1-1, closeOutboundInternal()
Keep-Alive-Timer, called close()
Keep-Alive-Timer, called closeInternal(true)
Keep-Alive-Timer, SEND TLSv1 ALERT:&#160; warning, description = close_notify

</code></pre><p><br/>I checked the WSDL location (<a class="jive-link-external-small" href="https://devweb.ark.org/govpay/service/ExtendedStatus?WSDL">https://x.asite.org/pay/service/ExtendedStatus?WSDL</a>) and the certificate checks out.&#160; It is named *.asite.org and signed by DigiCert.&#160; My debug also shows that DigiCert is in my truststore.&#160; However, the wsdl references </p><p>targetNamespace<span class="m">="</span><a class="jive-link-external-small" href="https://www.bsite.gov/pay/service">https://www.bsite.gov/pay/service</a><span class="m">".&#160; When I go here in the browser I get a certificate error - it is using the same *.asite.org certificate at <a class="jive-link-external-small" href="http://www.bsite.gov">www.bsite</a><a class="jive-link-external-small" href="http://www.bsite.g">http://www.bsite.g</a>.gov, which is clearly wrong.&#160; </span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"><span class="m"> </span>&#160;</p><p><span class="m">Will JBossWS trip up on a targetnamespace, where other tools do not?&#160; I've notified the producer of the service of the inconsistency, but I am wondering if there is a way to quickly test/confirm the issue without having to wait for them to fix things on their side?</span></p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/589120#589120">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Web Services at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>