Error on NT 4 #32
-
Hello, I was using the following vbscript to test SSL connections:
On Windows 2000 and up, it connects fine and returns the proper response from the site. On NT 4, it errors with "Automation Error: The object invoked has disconnected from its clients. Source: cHttpRequest.Send" Any ideas as to why this would be? Edit: This only happens if I try to connect using https, it works correctly if I change the URL to a plain http site. Windows NT 4.0 SP6a, CScript version 5.6 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Do you have Service Pack 6 installed? Try running Edit: No I see you have This
|
Beta Was this translation helpful? Give feedback.
-
Upon doing some further testing, I believe it may be a CPU issue. On Pentium II and III systems, it errors. On Pentium 4, Pentium M and up, it works fine. |
Beta Was this translation helpful? Give feedback.
-
@nick99nack Latest release 1.0.4 has thunks recompiled with |
Beta Was this translation helpful? Give feedback.
@nick99nack Latest release 1.0.4 has thunks recompiled with
/arch:IA32
option so everyhting must work as expected on Pentium 2 (tested w/ 86Box emulator) and probably earlier (not tested).