2023年1月26日木曜日

zabbix WEB監視 SSL connect error: error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small

# update-crypto-policies --show
# update-crypto-policies --set LEGACY
# systemctl restart zabbix-server zabbix-agent2 httpd php-fpm

[戻]
# update-crypto-policies --set DEFAULT

0 件のコメント:

コメントを投稿

NEXTJS PWA化

$ cd frontend $ npm install @ducanh2912/next-pwa $ vi next.config.ts<<__EOF__ import withPWAInit from "@ducanh2912/next-pwa"...