Skip to main content
January 20, 2011
Question

Build .air behind HTTP proxy with login/password

  • January 20, 2011
  • 1 reply
  • 1394 views

Hello,

I'made an air application with aptana, bu I can't build my app in a air file.

I'm behind a proxy with authentication. I'got error during timestamp.

I try many options, I can't do this air file.

In another post a find :

"You need to have a network connection for timestamping to work. If that network connection uses a proxy server, you may also need to set up the JRE to use that proxy (Seehttp://www.java.com/en/download/help/5000020600.xml). "

But in the JRE option, I can't set a login or passorwd for proxy.

If I understand my compnany can't build air application ? or there is another soution ?

Thanks.

This topic has been closed for replies.

1 reply

chris.campbell
Legend
February 2, 2011

Hello,

Were you able to successfully build your AIR app?  It is possible to bypass the timestamp but there are caveats.  Here's what the docs have to say:

If ADT cannot connect to the time-stamp server, then signing is canceled and no package is produced. Specify -tsa none to disable time-stamping. However, an AIR application packaged without a timestamp ceases to be installable after the signing certificate expires.

Chris

Participant
February 2, 2011

Thanks for your answer. I think it could work using Charles proxy (www.charlesproxy.com) to bypass the proxy authentication but for the moment it doesn't work for me.

I don't know if if can add parameters using Aptana to build the air file. I'll trie this option.

Thanks.