Skip to content
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

Do not run py-kms on the same machine to activate #72

Merged
merged 1 commit into from
Jul 12, 2022
Merged

Do not run py-kms on the same machine to activate #72

merged 1 commit into from
Jul 12, 2022

Conversation

yangzhaofeng
Copy link

Windows 7 has been End-of-Life since Jan 14 2020. Users will have to run py-kms on a different device.

@simonmicro simonmicro merged commit 364c15c into Py-KMS-Organization:master Jul 12, 2022
@yangzhaofeng yangzhaofeng deleted the patch-1 branch July 12, 2022 11:32
@arturolegovich
Copy link

arturolegovich commented Aug 16, 2022

Add string:
if os.name in ('nt'): reuse_port = False

before:
if reuse_port and not hasattr(socket._socket, "SO_REUSEPORT"): raise ValueError("SO_REUSEPORT not supported on this platform")

And start py-kms pythone code with default options (do not add any options on windows).

Try this run as service win pywin32.

@arturolegovich
Copy link

arturolegovich commented Aug 16, 2022

But, simonmicro, right, we want to start py-kms not in clean linux with python, but on linux+docker as microservice. Python is not for windows in clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants