在编译openssl时
tar -zxvf openssl-1.1.1p.tar.gz
cd openssl-1.1.1p
./config --prefix/usr --openssldir/etc/ssl --shared zlib
make
make test 遇到错误 Parse errors: No plan found in TAP output
解决方法:
yum install perl-Test-Simple
1.平台证书及平台证书序列号设置错误报错:
错误1:
Verify the response’s data with: timestamp1735184656, noncea5806b8cabc923299f8db1a174f3a4d0, signatureFZ5FgD/jtt4J99GKssKWKA/0buBSOAbWcu6H52l2UqqaJKvrsNxvodB569ZFz5G3fbassOQcSh5BFq6hvE…
开启场景 进行代码分析: 需要利用get方式上传3个参数a,b,c,这3个分别需要满足不同的条件: a 不为空,a大于6000000且a的长度要小于等于3 b 不为空,截取b的MD5值的后六位,只要后六位等于8b184b即可 c 为数组&…