Mauro Tortonesi wrote:
this might be a problem with your server. could you please provide us with the output of wget with the -S option turned on?

Mauro, this is the wget -S output:

wget -S --no-check-certificate --keep-session-cookies --save-cookies cookies.txt --post-data "login_user_name=<MyRealUserName>&login_password=<MyRealPassword>" https://www.openbc.com
--17:00:19--  https://www.openbc.com/
           => `index.html'
Resolving www.openbc.com... 213.238.59.20
Connecting to www.openbc.com|213.238.59.20|:443... connected.
WARNING: Certificate verification error for www.openbc.com: unable to get local
issuer certificate
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Tue, 02 May 2006 15:00:20 GMT
  Server: Apache
  Expires: Now
  Pragma: no-cache
  Cache-control: private
  Connection: close
  Content-Type: text/html; charset=UTF-8
Length: unspecified [text/html]
--17:00:19--  https://www.openbc.com/
           => `index.html'
Resolving www.openbc.com... 213.238.59.20
Connecting to www.openbc.com|213.238.59.20|:443... connected.
WARNING: Certificate verification error for www.openbc.com: unable to get local
issuer certificate
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Tue, 02 May 2006 15:00:20 GMT
  Server: Apache
  Expires: Now
  Pragma: no-cache
  Cache-control: private
  Connection: close
  Content-Type: text/html; charset=UTF-8
Length: unspecified [text/html]



And this is the wget -S -dv output:

wget -dv -S --no-check-certificate --keep-session-cookies --save-cookies cookies.txt --post-data "login_user_name=<MyRealUserName>&login_password=<MyRealPassword>" https://www.openbc.com

Setting --verbose (verbose) to 1
Setting --output-file (logfile) to wget.out
Setting --server-response (serverresponse) to 1
Setting --check-certificate (checkcertificate) to 0
Setting --keep-session-cookies (keepsessioncookies) to 1
Setting --save-cookies (savecookies) to cookies.txt
Setting --post-data (postdata) to login_user_name=<MyRealUserName>&login_password=<MyRealPassword>

DEBUG output created by Wget 1.10.2 on Windows.

--17:01:44--  https://www.openbc.com/
           => `index.html'
Resolving www.openbc.com... seconds 0.00, 213.238.59.20
Caching www.openbc.com => 213.238.59.20
Connecting to www.openbc.com|213.238.59.20|:443... seconds 0.00, connected.
Created socket 1912.
Releasing 0x00392648 (new refcount 1).
Initiating SSL handshake.
Handshake successful; connected socket 1912 to SSL handle 0x00931540
certificate:
subject: /C=DE/O=www.openbc.com/OU=https://services.choicepoint.net/get.jsp?3470767950/OU=See www.geotrust.com/resources/cps (c)05/OU=Domain Control Validated - QuickSSL(R)/CN=www.openbc.com issuer: /C=US/O=Equifax Secure Inc./CN=Equifax Secure Global eBusiness CA-1 WARNING: Certificate verification error for www.openbc.com: unable to get local issuer certificate

---request begin---
POST / HTTP/1.0
User-Agent: Wget/1.10.2
Accept: */*
Host: www.openbc.com
Connection: Keep-Alive
Content-Type: application/x-www-form-urlencoded
Content-Length: 54

---request end---
[POST data: login_user_name=<MyRealUserName>&login_password=<MyRealPassword>]
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 200 OK
Date: Tue, 02 May 2006 15:01:45 GMT
Server: Apache
Expires: Now
Pragma: no-cache
Cache-control: private
Connection: close
Content-Type: text/html; charset=UTF-8

---response end---

  HTTP/1.1 200 OK
  Date: Tue, 02 May 2006 15:01:45 GMT
  Server: Apache
  Expires: Now
  Pragma: no-cache
  Cache-control: private
  Connection: close
  Content-Type: text/html; charset=UTF-8
Length: unspecified [text/html]

    0K ........                                  196.25 KB/s

Closed 1912/SSL 0x931540
17:01:45 (196.25 KB/s) - `index.html' saved [8233]

Saving cookies to cookies.txt.
Done saving cookies.

Reply via email to