| > Can anyone help me with what is wrong with my action? I
> can't download the https content and for some reason it
> added 'primary/' in my url - which i have not typed in.
> HTTrack3.23-nossl launched on Wed, 25 Jun 2003 16:56:49
Your compiled httrack version does NOT supports https ;
probably because recent (>=0.9.6) libssl/libcrypto could
not be found. If you have libssl >= 0.9.6 installed, do the
following in root:
ln -s /usr/lib/libssl.so.0.9.6 /usr/lib/libssl.so
ln -s /usr/lib/libcrypto.so.0.9.6 /usr/lib/libcrypto.so
.. or use the recent 3.30-RC releases which are not using
anymore a .so link but a so.xx link!
> <https://bb01.startv.com/cgi-bin/mrtg-rrd.cgi/>
> +bb01.startv.com/*
Also ensure that you are using quotes "" to avoid problems
with shell expanding.
| |