[google-appengine] How to enable https/ssl in the dev server ?

2011-08-15 Thread Khang Nguyen
Does anybody know how to enable https/ssl for GAE in the development enviroment ? Any help would be appreciated. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To

[appengine-java] Problem with Query.FilterOperator.IN Options

2011-06-22 Thread Khang Nguyen
Hi, I have a problem while using Query.FilterOperator.IN: SEVERE: Exception : java.lang.IllegalArgumentException: Filter has 2 properties, expected 1com.google.appengine.api.datastore.DatastoreApiHelper.translateError(Datas toreApiHelper.java: 36) This is my code:

[appengine-java] Re: Problem with Query.FilterOperator.IN Options

2011-06-22 Thread Khang Nguyen
I just move the code for preparing the query down after adding filter, now it works without any problem -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com. To

[google-appengine] Re: SSL version

2011-06-22 Thread Khang Nguyen
Thanks a lot Alex. On Jun 22, 6:15 pm, Alexander Konovalenko alex...@gmail.com wrote: On Thu, Jun 9, 2011, Khang Nguyen nguyenkhang@gmail.com wrote: Hi, Does anybody know whatversionofSSLis being supported by Appspot (e.gSSLversion2.0, 3.0 or TLSversion1, ...) ? I tried to google

[google-appengine] Problem with FilterOperator.IN

2011-06-21 Thread Khang Nguyen
Hi, I have a problem while using Query.FilterOperator.IN: SEVERE: Exception : java.lang.IllegalArgumentException: Filter has 2 properties, expected 1com.google.appengine.api.datastore.DatastoreApiHelper.translateError(DatastoreApiHelper.java: 36) This is my code:

[google-appengine] Re: SSL version

2011-06-15 Thread Khang Nguyen
I didn't know that it's just simply so. Thanks a lot for your information. On Jun 10, 12:06 pm, Robert Kluin robert.kl...@gmail.com wrote: Why don't you just go tohttps://appspot.comand view the connection and certificate info? On Wed, Jun 8, 2011 at 22:38, Khang Nguyen nguyenkhang

[google-appengine] SSL version

2011-06-09 Thread Khang Nguyen
Hi, Does anybody know what version of SSL is being supported by Appspot (e.g SSL version 2.0, 3.0 or TLS version 1, ...) ? I tried to google but I could not find out any information about it ? Any response will be greatly appreciated ! -- You received this message because you are subscribed to