Registry / networking / jetty-sslengine

jetty-sslengine

JSON →
library6.1.26javamavenunverified

Jetty SSL Engine provides SSL/TLS support for the Jetty web server and servlet container.

<dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-sslengine</artifactId> <version>6.1.26</version> </dependency>
INSTALL
IMPORT
SIG · JETTY-SSLENGINE
J
jetty-sslengine
networkingjavav6.1.26
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SslSocketConnector
org.mortbay.jetty.security.SslSocketConnector

Configure an SSL connector for Jetty with a keystore.

import org.mortbay.jetty.security.SslSocketConnector; public class Example { public static void main(String[] args) { SslSocketConnector connector = new SslSocketConnector(); connector.setPort(8443); connector.setKeystore("keystore.jks"); connector.setPassword("changeit"); System.out.println("SSL connector configured."); } }
Debug
Known issues
breakingJetty 6.x is outdated and no longer supported; upgrade to Jetty 9+ for security and performance improvements.
fix
Replace org.mortbay.jetty:jetty-sslengine with org.eclipse.jetty:jetty-server and use SslContextFactory.
affects: <=6.1.26
Upgrade
Version history
6.1.26latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jetty-sslengine — mvn dependency:get jetty-sslengine · libregistry