In addition to certificate don't forget to configure your tomcat for ssl connection (https).
-Sergey -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Patrick Sent: Monday, April 04, 2011 2:57 PM To: Google Web Toolkit Subject: SSL troubles I have a webapp, that is more or less an auto dialer, the user hits a button it sends the number and ext to the server, which constructs the xml request for the phone server and posts it using ssl. In my original program, an applet, it used apache HttpClient 3.1, to establish the connection and post the request to the phone server, using ssl. I tried to port this to the server side, of the webapp and google app engine doesn't like javax.net.ssl.SSLContext. So I tried to deploy the same app to tomcat 7 with ssl turned on and it still didn't work. Unfortunately I am new to Java Servlets like google app engine and tomcat, but has any one had success in something simlar to this or any suggestions for me to try? Ultimately my question is how can i on the server side post my xml response to the phone server with ssl? Any input would be greatly appreciated, Thanks -- 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. </PRE><BR><span style='font-size:8.0pt;font-family:"Arial","sans-serif";color:#003366'> _____________________________________________________<BR> This electronic message and any files transmitted with it contains<BR> information from iDirect, which may be privileged, proprietary<BR> and/or confidential. It is intended solely for the use of the individual<BR> or entity to whom they are addressed. If you are not the original<BR> recipient or the person responsible for delivering the email to the<BR> intended recipient, be advised that you have received this email<BR> in error, and that any use, dissemination, forwarding, printing, or<BR> copying of this email is strictly prohibited. If you received this email<BR> in error, please delete it and immediately notify the sender.<BR> _____________________________________________________ </SPAN><PRE> -- 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.
