Packages

Browse and download Logpresso packages.

Releases

|
21.0.4.7
| Download (208,267,451 bytes)

Oct 11, 2024, 2:59:54 PM

11.0.14.1

Logpresso JDK 11.0.14.1 with jemalloc patch.

If you run Logpresso Sentry in JDK7 environment, you should change the java.security setting of the Logpresso server to enable the weak tls option.

Original configuration:

jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \
    DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \
    include jdk.disabled.namedCurves

Modified configuration:

jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, \
    DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \
    include jdk.disabled.namedCurves
| Download (141,624,114 bytes)

Dec 28, 2022, 4:32:12 PM