Skip to content

Run as Windows Service #68

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

Open
matthydehoog opened this issue Apr 16, 2025 · 3 comments
Open

Run as Windows Service #68

matthydehoog opened this issue Apr 16, 2025 · 3 comments

Comments

@matthydehoog
Copy link

matthydehoog commented Apr 16, 2025

Is it possible to run it as a Windows Service?
It looks possible to start it using sc [command] [service name] ...

like sc.exe \localhost create ssl-proxy binpath= c:\ssl-proxy.exe

but how to add "from 127.0.0.1:4430 to 127.0.0.1:8000"

@matthydehoog
Copy link
Author

Was able to install it as a Windows Service by:
sc create ssl-proxy start= auto binpath= C:\temp\ssl-proxy\ssl-proxy.exe

Now to repair the Error 1053 meaning that a Windows service fails to start within a specified amount of time.

@matthydehoog
Copy link
Author

@matthydehoog
Copy link
Author

Got ssl-proxy running as a Windows Service using Alwaysup.

https://www.coretechnologies.com/products/AlwaysUp/

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

No branches or pull requests

1 participant