-
Notifications
You must be signed in to change notification settings - Fork 72
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
Does not work against Windows 2019 #23
Comments
Are using latest version of code from master branch? As far I see this works fine even with Windows Server 2022 with these security hardenings enabled: TLS 1.0, TLS 1.1 and 3DES cipher disabled (verified with sslscan):
|
@CaledoniaProject Can you provide an example of your code on gist? |
I simply copied example code from integration test: Lines 11 to 19 in b1e80fa
|
The test is broken
With cgo disabled
|
I mean, copy that code to new Go app and build normally. |
Same issue, the library is broken or incompatible with go1.21.4
|
@tomatome Can you take a look at this? |
Ah, this VNC error I did see also before disabled CGO. I would assume that it needs some very specific version of gcc.
|
I've patched the code manually, your repo need to fix the mod name go: github.com/olljanat/[email protected]: parsing go.mod: |
Don't change
|
I believe the library is completely broken, does not work on any recent Windows version.
[INFO]2023/09/29 17:20:40 sec.go:721: sec ERROR_ALERT and ErrorCode: 7
[ERROR]2023/09/29 17:20:40 caps.go:647: unsupported Capability type 0x001e
The text was updated successfully, but these errors were encountered: