-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 10 #68
Comments
I am having a similar problem using Microsoft Windows 10 Enterprise. I am trying to download the source code and debug it but I am having problems getting the source files setup. I downloaded the NodeSSPITest program but it requires a ..\mod-auth-sspi\src\ApacheModuleAuthSSPI-2.2.vcxproj and test\test.vcxproj project file in the Visual Studio Solution file. I don't believe the Apache project file is required; however, I need the test project file and I have no idea create it since it was not included. |
I tried on Win 10 Pro without a domain and works fine. Which Node version do you use? I am using v11.1.0. What if you change a Node version? |
Does anyone have any solution on this? It works on Win7 but not on Windows 10. |
Did this work? Please let me know if you have any solution. Thank you! |
Were you using Node v12 by any chance? NodeSSPI wasn't able to support Node v12 until v0.2.6 released today. Please give [email protected] a shot. |
I have this working on Windows 7 and Windows 2012 R2 (both are x64, using Node.js 8.2.1 x32). Today other team members got a new PC builds - Win 10 Pro. This module does not work in that environment. Sample program says "Hello undefined" after accepting user name/password.
I tried it on my home laptop with Win 10 Home x64 (using node 8.16 and 10.16 x32), and it works.
Any idea what could be the problem? I suspect firewall - at work we use McAfee, and on home laptop I turn all firewalls and defender down. On another hand, Win 7 with very same firewall works. I'm all lost at this point...
Thank you in advance!
The text was updated successfully, but these errors were encountered: