skafy Posted June 20, 2017 Posted June 20, 2017 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? Quote
skafy Posted June 22, 2017 Author Posted June 22, 2017 I've managed to fix it. Problem occured because I had the ServerModule port and SSL port the same. I fix it with change it so Port is 80 and SSL Port is 443. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.