Hi,

It seems that you have a problem to establish outbound connections, I
am not sure how GoDaddy.com manages those, but you may need to get
information from them to use their proxy.

If you get the information from GoDaddy, you can set the proxy like
this:
System.setProperty("http.proxyHost", proxyServer);
System.setProperty("http.proxyPort", proxyPort);

--Julian

On Apr 28, 5:10 pm, GopiKrishna <[email protected]> wrote:
> Hi,
>
>    I deployed a test application on GoDaddy.com. (http://allibilli.info)
>    When i am trying to get the session token as below,
>
> try{                sessionToken =
> AuthSubUtil.exchangeForSessionToken("https","www.google.com",authToken,
> privateKey);            }
> catch (GeneralSecurityException e) {
> System.out.println("EXCEPTION == ="+e.getMessage());
> e.printStackTrace();            }
>
> I am getting the following Exception. I don't have any issues with the
> privateKey or authToken.
>
> java.security.AccessControlException: access denied
> (java.net.SocketPermission 74.125.19.99:443 connect,resolve.
>
> Even if I used like sessionToken =
> AuthSubUtil.exchangeForSessionToken(authToken, privateKey);   Getting the
> Same, and later found that "https","www.google.com" are default parameters
> even we didn't specified.
>
> Could anyone help me on this, please? I am working on this from past 2days
> in different ways but no luck.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Contacts API" 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-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to