LINUX.ORG.RU

История изменений

Исправление surefire, (текущая версия) :

А что значит прикинуться https?

сервер

~ $ openssl req -x509 -newkey rsa:4096 -nodes -keyout https.key -out https.pem -days 365
...
Common Name (e.g. server FQDN or YOUR name) []:localhost
...
~ $ openssl s_server -key https.key -cert https.pem

клиент

~ $ openssl s_client -CAfile https.pem

Я прикинулся https?

Исходная версия surefire, :

А что значит прикинуться https?

сервер

~ $ openssl req -x509 -newkey rsa:4096 -nodes -keyout https.key -out https.pem -days 365
~ $ openssl s_server -key https.key -cert https.pem

клиент

~ $ openssl s_client -CAfile https.pem

Я прикинулся https?