Łukasz Pijanowski wrote: > > Any help would be appreciated as I run out of ideas how to solve it > and what/where else to check :-( >
I've done WebLogic and Tomcat with SSL, perhaps something useful you can glean: http://www.jroller.com/gmazza/entry/setting_up_ssl_and_basic Make sure you read the note at the end of the blog entry, it *might* be related to the problems you are having. Unfortunately, I've learned every JEE server is different in terms of what you need to do to get everything deployed correctly. Sometimes getting everything to work correctly using Tomcat first can help before going to a full JEE app server, as this allows you to separate web service vs. app server-related problems. HTH, Glen -- View this message in context: http://www.nabble.com/CXF-over-HTTPS-on-Glassfish-and-Tomcat-tp18729679p18737848.html Sent from the cxf-user mailing list archive at Nabble.com.
