Coder Social home page Coder Social logo

Comments (8)

GoltikRee avatar GoltikRee commented on August 11, 2024

Грубое решение проблемы для гиков: экспортировать сертификат в браузере (или скачать с помощью openssl), импортировать его в хранилище сертификатов Java с помощью keytool.

from launcher.

new-sashok724 avatar new-sashok724 commented on August 11, 2024

Я надеюсь в каком-нибудь из обновлений Java SE таки добавят в хранилище сертификат LetsEncrypt

from launcher.

delprofile avatar delprofile commented on August 11, 2024

Решение для debian/ubuntu

echo -n | openssl s_client -connect launcher.sashok724.net:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /tmp/sashok724.crt

keytool -import -trustcacerts -keystore /usr/lib/jvm/java-8-oracle/jre/lib/security/cacerts -storepass changeit -noprompt -alias mycert -file /tmp/sashok724.crt

from launcher.

Livan-pro avatar Livan-pro commented on August 11, 2024

Java 1.8.0_72, проблема отсутствует.

from launcher.

new-sashok724 avatar new-sashok724 commented on August 11, 2024

Java 1.8.0_74, проблема присутствует.

from launcher.

Livan-pro avatar Livan-pro commented on August 11, 2024

Странно. Если что, у меня Ubuntu 14.04 LTS. Скажите, если нужна ещё какая-нибудь информация.

from launcher.

UdoChudo avatar UdoChudo commented on August 11, 2024

Java 1.8.0_73, Проблема присутствует, OC Win Server 2008

from launcher.

new-sashok724 avatar new-sashok724 commented on August 11, 2024

В R4 клиенты будут скачиваться без SSL, потому что видимо добавления сертификатов LetsEncrypt в JKS я не дождусь

from launcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.