Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Busy loop with: javax.net.ssl.SSLException: Received fatal alert: certificate_unknown

Greg and Simone have been chasing down the oddball case like this for
a while now..could you open this as an issue in bugs.eclipse.org under
RT/Jetty and we'll take a look.

you might want to try one of the 7.4.1 snapshots as we are close to
release and it would be interesting to see if recent work had
addressed your use case since you seem to have an environment that
triggers it.

https://oss.sonatype.org/content/groups/jetty-with-staging/org/eclipse/jetty/jetty-distribution/7.4.1-SNAPSHOT/

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Tue, May 10, 2011 at 07:53, Zivkov, Sasa <sasa.zivkov@xxxxxxx> wrote:
> Hi
>
> We are running Gerrit code review [1] with embedded Jetty and over https.
> Last few days our production system suffered from periodical high CPU usage (100%).
> During the high CPU usage periods, each taking more than 5 minutes, our error log gets filled in with millions of entries like:
> ...
> [2011-05-09 14:22:52,556] WARN  org.eclipse.jetty.util.log : javax.net.ssl.SSLException: Received fatal alert: certificate_unknown
> [2011-05-09 14:22:52,556] WARN  org.eclipse.jetty.util.log : javax.net.ssl.SSLException: Received fatal alert: certificate_unknown
> [2011-05-09 14:22:52,556] WARN  org.eclipse.jetty.util.log : javax.net.ssl.SSLException: Received fatal alert: certificate_unknown
> [2011-05-09 14:22:52,556] WARN  org.eclipse.jetty.util.log : javax.net.ssl.SSLException: Received fatal alert: certificate_unknown
> ...
>
> Actually we recently upgraded Gerrit which also included upgrade of Jetty from the 7.2.1.v20101111 to the 7.4.0.v20110414
> and since then this issue started occurring.
>
> As a test I downgraded Jetty back to the 7.2.1.v20101111 version and since then the issue seems to be gone.
> More precisely, it is still there but instead of millions of log entries we see only about 10 of them and
> the high CPU usage symptom is gone.
>
> Is this related to this JVM_NIO bug [2]?
>
> Is this a known issue with Jetty 7.4.0.x?
>
> Sasa Zivkov
>
>
> [1] http://code.google.com/p/gerrit/
> [2] http://wiki.eclipse.org/Jetty/Feature/JVM_NIO_Bug
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top