You need to configure your server to handler ssl. Running in local mode will not work in ssl.
Ed On Tue, Oct 23, 2012 at 2:19 PM, jana <[email protected]> wrote: > > > On Wednesday, September 5, 2012 6:25:46 PM UTC-4, jana wrote: >> >> I'm using GWTTestCase but need the ability to configure it to use SSL. I >> can't seem to find any information on how to do that. >> >> I'm using Google Plugin for Eclipse and use "Run as GWT Test Case". >> Everything works except that I need to use SSL. > > > Still struggling with trying to run GWTTestCase over SSL if anyone has an > example of how to set the keystore, etc information. I tried to add the > following code but I got errors trying to call System.setProperty() like the > following for example.The error was "The method setProperty(String, String) > is undefined for the type System. > > System.setProperty("javax.net.ssl.trustStore", "mytruststore"); > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/mIuSN0Lb1cwJ. > > 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-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
