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 port checks before proceeding with installation #13

Open
jymcheong opened this issue Jan 21, 2021 · 1 comment
Open

Do port checks before proceeding with installation #13

jymcheong opened this issue Jan 21, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jymcheong
Copy link
Owner

jymcheong commented Jan 21, 2021

Why?

Pre-emptive step to reduce support issues. The backend usually have no problem churning out the 1-liner Powershell command for client-side to install.

Unfortunately, there are cases where either the first IP address that installation uses is not the actual address for client to download configuration & upload events, &/or there's some firewall configurations to be added.

When & How

When $SFTPCONFURL is defined, we use the address to check against port 2222 (sftp service) & 8888 (to download the sftpconf.zip).

Proceed only when both port are reachable, otherwise abort & prompt error message-box.

@jymcheong jymcheong added the enhancement New feature or request label Jan 21, 2021
@jymcheong jymcheong self-assigned this Jan 21, 2021
@jymcheong
Copy link
Owner Author

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

No branches or pull requests

1 participant