On 2014/11/19 23:34, Mikolaj Kucharski wrote:
> I've tested below patch and results seems to be good:
> 
> 
> for i in www.secure.io www.secure.io:8443 www.amazon.com www.google.com 
> www.facebook.com
> do
>   for j in auto sslv2 sslv3 tlsv1 tlsv1_1 tlsv1_2 pfs
>   do
>     echo "===> wget -S -O /dev/null --progress dot:mega --secure-protocol $j 
> https://$i/ <==="
>     wget -S -O /dev/null --progress dot:mega --secure-protocol $j https://$i/
>     echo
>     echo
>   done
> done
> 
> 
> However, with sslv2 wget ends up with 'Abort trap (core dumped)'. I did
> expect that sslv2 will not work, but didn't expect it will core dump.
> Otherwise it looks good to me.

That's not new, wget already does this.

jca, your diff is OK with me.

Reply via email to