ssl-config-akka


License

License

Categories

Categories

config Application Layer Libs Configuration Akka Container Microservices Reactive libraries
GroupId

GroupId

com.typesafe
ArtifactId

ArtifactId

ssl-config-akka_2.11
Last Version

Last Version

0.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

ssl-config-akka
ssl-config-akka
Project URL

Project URL

https://github.com/typesafehub/ssl-config
Project Organization

Project Organization

com.typesafe

Download ssl-config-akka_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.typesafe/ssl-config-akka_2.11/ -->
<dependency>
    <groupId>com.typesafe</groupId>
    <artifactId>ssl-config-akka_2.11</artifactId>
    <version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe/ssl-config-akka_2.11/
implementation 'com.typesafe:ssl-config-akka_2.11:0.2.2'
// https://jarcasting.com/artifacts/com.typesafe/ssl-config-akka_2.11/
implementation ("com.typesafe:ssl-config-akka_2.11:0.2.2")
'com.typesafe:ssl-config-akka_2.11:jar:0.2.2'
<dependency org="com.typesafe" name="ssl-config-akka_2.11" rev="0.2.2">
  <artifact name="ssl-config-akka_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe', module='ssl-config-akka_2.11', version='0.2.2')
)
libraryDependencies += "com.typesafe" % "ssl-config-akka_2.11" % "0.2.2"
[com.typesafe/ssl-config-akka_2.11 "0.2.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
com.typesafe : ssl-config-core_2.11 jar 0.2.2

provided (1)

Group / Artifact Type Version
com.typesafe.akka : akka-actor_2.11 jar 2.4.16

Project Modules

There are no modules declared in this project.

SSL Config

Build Status Maven metadata URL

Goal and purpose of this library is to make Play WS library as well as Akka HTTP "secure by default". Sadly, while Java's security has been steadily improving some settings are still left up to the user, and certain algorithms which should never be used in a serious production system are still accepted by the default settings of the SSL/TLS infrastructure. These things are possible to fix, by providing specialized implementations and/or defining additional settings for the Java runtime to use – this is exactly the purpose of SSL Config.

Additional modules offer integration with Play WS (which by default utilises Async Http Client), Akka Http and any other library which may need support from this library.

Versions

The project is maintained on two branches:

  • master which requires Java 8 and is used by Akka 2.5.x and later.
  • release-0.1 which is Java 6 compatible (does lots of manual improvements and checks that JDK6 didn't). Currently only the legacy version of Akka Streams & Http (which is 2.0.x) uses this version.

State of this project

ssl-config at this point in time is used primarily internally in Akka HTTP, and is being evolved towards being "the place" one configures all possible SSL/TLS related settings, mostly focused on the client side of things.

The project is hosted externally of either Akka or Play, in order to foster convergence and re-use of the more tricky bits of configuring TLS.

Binary compatibility is not guaranteed between versions (in the 0.x.z series) of ssl-config at this point in time. We aim to stabilise the APIs and provide a stable release eventually.

Documentation

Docs are available on: https://lightbend.github.io/ssl-config

Recommended reading

An excellent series by Will Sargent about making Play WS (from which this library originates) "secure by default":

License

Lightbend 2015-2020, Apache 2.0

com.typesafe

Lightbend (Typesafe archive)

Archive of projects previously hosted under Typesafe; See the Lightbend organization for active projects

Versions

Version
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0