Spec
Apache2,Tomcat6,jdk1.6,struts2,Ajax,jQuery
My question :
A web site working perfectly on Http mode(apache2 http + tomcat + struts2 )
is NOT able to work in Https (apache2 https + tomcat + struts2)
Has ajax /Jquery got to do any thing with SSL enabling ???
with regards
Karthik
In Ajax mixing HTTP and HTTPS even on the same domain violates the Same-Origin-Policy as it is a different protocol and a different port.
You have to provide all your content by the same server instance (same domain, port and protocol).