File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ runCMD "ldd /lib/libustream-ssl.so" 0
1717# Remove after fixed upstream.
1818runCMD " sed '\/src\/gz openwrt_kmods https:\/\/downloads.openwrt.org\/releases\/21.02-SNAPSHOT\/targets\/x86\/64\/kmods\/5.4.238-1-5a722da41bc36de95a7195be6fce1b45/s//#&/' -i /etc/opkg/distfeeds.conf" 0
1919runCMD " opkg update" 0
20- runCMD " uclient-fetch -O /dev/null 'https://letsencrypt.org'" 0
20+ runCMD " uclient-fetch 'https://letsencrypt.org'" 0
2121# Negative tests
22- runCMD " uclient-fetch --ca-certificate=/dev/null -O /dev/null 'https://letsencrypt.org'" 5
23- runCMD " uclient-fetch -O /dev/null 'https://self-signed.badssl.com/'" 5
24- runCMD " uclient-fetch -O /dev/null 'https://untrusted-root.badssl.com/'" 5
25- runCMD " uclient-fetch -O /dev/null 'https://expired.badssl.com/'" 5
22+ runCMD " uclient-fetch --ca-certificate=/dev/null 'https://letsencrypt.org'" 5
23+ runCMD " uclient-fetch 'https://self-signed.badssl.com/'" 5
24+ runCMD " uclient-fetch 'https://untrusted-root.badssl.com/'" 5
25+ runCMD " uclient-fetch 'https://expired.badssl.com/'" 5
2626
2727echo " All tests passed."
You can’t perform that action at this time.
0 commit comments