users@glassfish.java.net

Re: GlassFish V3 Prelude Cipher issue

From: <glassfish_at_javadesktop.org>
Date: Tue, 06 Jan 2009 18:31:32 PST

Hi Nithya,

First of all thanks for responding to my post.

I actually use NetBeans GlassFish V3 Prelude and I just start in debug mode. Then I access the admin console of GlassFish at http://localhost:4848.
Yes I add all the 4 Cipher suites. I enable SSL3 and TLS. Cert name - s1as
Client Authentication Enabled.
Immediately when I click save, I get the following warnings:

INFO: Listening on port 8181
INFO: Created HTTP listener http-listener-2 on port 8181
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.all_ciphers_disabled
INFO: Listening on port 8181
INFO: Created HTTP listener http-listener-2 on port 8181
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.all_ciphers_disabled
INFO: Listening on port 8181
INFO: Created HTTP listener http-listener-2 on port 8181
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.all_ciphers_disabled
INFO: Listening on port 8181
INFO: Created HTTP listener http-listener-2 on port 8181
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.all_ciphers_disabled
INFO: Listening on port 8181
INFO: Created HTTP listener http-listener-2 on port 8181
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.all_ciphers_disabled
INFO: Listening on port 8181
INFO: Created HTTP listener http-listener-2 on port 8181
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.unrecognized_cipher
WARNING: pewebcontainer.all_ciphers_disabled
INFO: Unknown loader 100.0 class org.apache.felix.framework.searchpolicy.ContentClassLoader
INFO: Unknown loader 100.0 class org.apache.felix.framework.searchpolicy.ContentClassLoader


Then when I tried to access: https://localhost:8181, I get the following:

SEVERE: ProtocolChain exception
java.lang.IllegalArgumentException: CipherSuites may not be null
        at com.sun.net.ssl.internal.ssl.CipherSuiteList.<init>(CipherSuiteList.java:54)
        at com.sun.net.ssl.internal.ssl.SSLEngineImpl.setEnabledCipherSuites(SSLEngineImpl.java:1683)
        at com.sun.grizzly.filter.SSLReadFilter.newSSLEngine(SSLReadFilter.java:328)
        at com.sun.grizzly.filter.SSLReadFilter.newSSLEngine(SSLReadFilter.java:356)
        at com.sun.grizzly.filter.SSLReadFilter.execute(SSLReadFilter.java:142)
        at com.sun.enterprise.v3.services.impl.GlassfishProtocolChain.executeProtocolFilter(GlassfishProtocolChain.java:71)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
        at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
        at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:67)
        at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:56)
        at com.sun.grizzly.util.WorkerThreadImpl.processTask(WorkerThreadImpl.java:325)
        at com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:184)
[Message sent by forum member 'rohit74' (rohit74)]

http://forums.java.net/jive/thread.jspa?messageID=324437