我想检查一个 ssl url,但是当我使用命令时:
/usr/sfw/bin/wget --no-check-certificate --secure-protocol=SSLv3 https://url
Run Code Online (Sandbox Code Playgroud)
我得到这个错误:
--2018-10-01 12:11:19-- https://url
Connecting to #:443... connected.
OpenSSL: error:14082174:SSL routines:ssl3_check_cert_and_algorithm:dh key too small
Unable to establish SSL connection.
Run Code Online (Sandbox Code Playgroud)
是否可以跳过此控件?我使用: GNU Wget 1.18 建立在 solaris2.10 上。谢谢