Jump to content

ActiveX and HTTPS problems


skafy

Recommended Posts

I'm having a problem with ActiveX in IE and SSL connections. I have ActiveX code for recognizing logged users who uses IE. Now I want to be able to open application to outsite word (inported certificate) and application seems to be working fine. But insted when I logged in through IE my pc name is not recognized. I use this snippet for recognition in MainForm

function form.afterrender(sender, eOpts)
{
  var WinNetwork = new ActiveXObject("WScript.Network");
  ajaxRequest(sender, 'UserDetailsEvent', ['UserName='+WinNetwork.UserName]);
} 

Is there a known fact that that SSL and ActiveX dont fit?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...