users@glassfish.java.net

SSL stopped working

From: <noreply_at_java.net>
Date: Sat, 06 Nov 2010 14:38:55 -0700

A previous was working well with SSL turned on until recently when auto
update occurred to Glassfish.

 

This was preexisting in web.xml

    <security-constraint>
        <display-name>SSL</display-name>
        <web-resource-collection>
            <web-resource-name>hellowWorld</web-resource-name>
            <description/>
            <url-pattern>/resources/*</url-pattern>
        </web-resource-collection>
        <user-data-constraint>
           
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
        </user-data-constraint>
    </security-constraint>

 

Now, when the Test RESTful webservices is invoked in NetBeans, I get

 

Cannot access WADL: Please restart your REST application, and refresh this
page.

If you still see this error and if you are accessing this page using Firefox
with Firebug plugin, then
you need to disable firebug for local files. That is from Firefox menubar,
check
Tools > Firebug > Disable Firebug for Local Files

even though the browser is IE8 and the OS is Windows 7.

 

Any help or insights would be appreciated. Thanks!

--
Art
 
--
[Message sent by forum member 'arthury']
View Post: http://forums.java.net/node/713423