Disable wget https redirect force http?

P

postcd

Guest
Hello, im using wget -mk and it redirects page to https which i do not want as im getting error.

OpenSSL: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error
Unable to establish SSL connection.

i dont want to fix the SSL issue, i tried but was unable, i would prefer if i can just tell wget to work with http only, is that possible, or any idea how to get around this? Thank you
 


Hi,

Have you tried
Code:
wget --max-redirect=0 http://www.yourdomainhere.com
?

As you see, it sets the number of possible redirections.

Cheers
 

Members online


Latest posts

Top