Sorry, wrong question. Thanks for the help I am going to try it out
with client login.

On Jul 7, 7:09 pm, giovanni <[EMAIL PROTECTED]> wrote:
> So that means I will be unable to use Client login?
>
> On Jul 3, 1:37 pm, "Jeff Fisher (Google)" <[EMAIL PROTECTED]>
> wrote:
>
> > Hi,
>
> > Yes, GoDaddy makes you go through their proxy server if you are trying
> > to connect to a SSL endpoint. Digging up some old code that got around
> > it for AuthSub:
>
> > $client = new Zend_Http_Client('https://www.example.com/', array(
> >        'adapter'      => 'Zend_Http_Client_Adapter_Proxy',
> >        'proxy_host'   => 'proxy.shr.secureserver.net',
> >        'proxy_port'   => 3128
> > ));
>
> > $sessionToken =
> > Zend_Gdata_AuthSub::getAuthSubSessionToken($singleUseToken, $client);
>
> > It looks like a similar thing can be done with ClientLogin (given the
> > above definition of $client):
>
> > $clientLoginClient = Zend_Gdata_ClientLogin::getHttpClient($email,
> > $passwd, 'cl', $client);
>
> > Of course instead of 'cl' you'd have the service name for whichever
> > API you are trying to work with.
>
> > Cheers,
> > -Jeff
>
> > On Jul 3, 10:13 am, giovanni <[EMAIL PROTECTED]> wrote:
>
> > > I'm not too sure. I host through Godaddy and I am under shared
> > > hosting.
>
> > > On Jul 2, 5:10 pm, "Jeff Fisher (Google)" <[EMAIL PROTECTED]>
> > > wrote:
>
> > > > Hi,
>
> > > > It looks like your PHP server is unable to connect 
> > > > tohttps://www.google.com.
> > > > Is it behind a firewall or somehow prohibited from making outbound SSL
> > > > connections?
>
> > > > Cheers,
> > > > -Jeff
>
> > > > On Jul 1, 11:26 am, giovanni <[EMAIL PROTECTED]> wrote:
>
> > > > > I'm getting this error:
>
> > > > > Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with
> > > > > message 'Unable to Connect to ssl://www.google.com:443. Error #110:
> > > > > Connection timed out' in /home/content/g/i/o/giovann*******/html/Zend/
> > > > > Gdata/ClientLogin.php:129 Stack trace: #0 /home/content/g/i/o/
> > > > > giovanni******/html/reservation_calendar.php(51):
> > > > > Zend_Gdata_ClientLogin::getHttpClient('[EMAIL PROTECTED]', '******',
> > > > > 'cl') #1 {main} thrown in 
> > > > > /home/content/g/i/o/giovann*******/html/Zend/
> > > > > Gdata/ClientLogin.php on line 129
>
> > > > > Any clues or tips.
>
> > > > > I just started messing around with API, could really use some help. I
> > > > > added the *** to block sensitive information.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data Protocol" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to