ssl certificate - How do I extract web wiki pages, which are password protected? -


I want to get some web pages and sub-links that are password protected. I have a username and password. And access them from the normal browser UI. But as I would like to save these pages later in my local drive for reference, I'm using WGET to get them:

  wget --http-user = USER --http-password = PASS http: //mywiki.mydomain.com/myproject  

but the above is not working, because it asks for password again to do so There is no better way of stuck with the system, again asking for the password without any special p What is the best option to get all the links and sub-links on the page and store them in a folder?

Update: The actual page I am trying to access is behind an HTTPS gateway, and the certificate is not received for it. G verified What is there any way to get through this medium?

  mysystem-dsktp ~ $ wget --http-user = USER --http-password = PASS https://secure.site.mydomain.com / login? Url = http: // Mywiki.mydomain.com% 2fsite% 2fmyproject% 2f - -2010-01-24 18: 09: 21-- https://secure.site.mydomain.com/login?url= Http: //mywiki.mydomain.com % 2fsite% 2fmyproject% 2f Resolving secure.site.mydomain.com ... 124.123.23.12, 124.123.23.267, 124.123.102.191, ... to connect to secure. Site.mydomain.com | 124.123.23.12 |: 443 ... Added Error: Certificate of secure.site.mydomain.com issued by `/ C = US / O = Equifax / OU = Equifax Secure Certificate Authority 'can not be confirmed: To connect to insecure secure.site.mydomain.com unable to verify the issuing authority locally, use `--no-check-certificate ', unable to establish SSL connection  

I - did not even try any check-certification option, it is not work Is. I only get the login page with this option and do not request the original page.

Can you try this?

  wget http: // USER: PASSWD@mywiki.mydomain.com/myproject  

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -