safalkishore
09-25-2003, 04:19 PM
Has anyone faced this problem before:
I am making use of the below syntax to generate an xml file
XMLDoc=new ActiveXObject("Microsoft.XMLDOM")
The same works perfectly with http:// but seems to have some problems with https://
First and foremost the a security message gets thrown ie "You are watching secure/non secure items"
Secondly the XML file is not generated
I am making use of VM's (Velocity Templates) and Tomcat as the server wherin i have the SSL installed
I am making use of the below syntax to generate an xml file
XMLDoc=new ActiveXObject("Microsoft.XMLDOM")
The same works perfectly with http:// but seems to have some problems with https://
First and foremost the a security message gets thrown ie "You are watching secure/non secure items"
Secondly the XML file is not generated
I am making use of VM's (Velocity Templates) and Tomcat as the server wherin i have the SSL installed