cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Cannot open mail.google.com

From: Andre Guibert de Bruet <andy_at_siliconlandmark.com>
Date: Mon, 26 Nov 2007 01:43:13 -0500

On Nov 26, 2007, at 1:08 AM, Naiem Shaik wrote:
> I am facing very strange problem, I am able to open mail.google.com
> using CURL from command line interface.
> I generated .c with --libcurl option and executed it, page opens
> there also.
> I am working with WebKit gtk port on linux to open the page but I get
> error as following.
> Output of Curl Verbose
>
[...]
> * Connected to mail.google.com port 8080 (#1)

The message above indicates a successful connection on port 8080. So
far so good.

>
>> GET http://mail.google.com/mail/ HTTP/1.1
> Host: mail.google.com
> Pragma: no-cache
> Accept-Encoding: deflate, gzip
> Referer: http://mail.google.com
> Proxy-Connection: Keep-Alive
> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/420+
> (KHTML, like Gecko)
> Accept: text/xml,application/xml,application/xhtml+xml,text/
> html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
> * Added cookie GV="EXPIRED" for domain mail.google.com, path /mail,
> expire 631152000
> * Ignoring the response-body
> * Connection #1 to host left intact
> * Issue another request to this URL:
> 'https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl&ltmpl=default&ltmplcache=2'
> * About to connect() to www.google.com port 443 (#2)
> * Trying 64.233.189.104... * Connection refused
                                  ^^^^^^^^^^^^^^^^^^
This message usually indicates:
1. The particular server that you are trying to connect to was not
listening on that port when the connection attempt was being made.
This is a usually a transient error and there is nothing that you can
do on the client end to fix it.
2. Firewalling issues between the two hosts.

Are you able to systematically reproduce this behavior on the same
host with your app?

Cheers,

/* Andre Guibert de Bruet * 436f 6465 2070 6f65 742e 2042 6974 206a */
/* Code poet / Sysadmin * 6f63 6b65 792e 2053 7973 4164 6d69 6e2e */
/* GSM: +1 734 846 8758 * 2055 4e49 5820 736c 6575 7468 2e00 0000 */
/* WWW: siliconlandmark.com * C/C++, Java, Perl, PHP, SQL, XHTML, XML */
Received on 2007-11-26