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

[BUG] password focus away issues #228

Closed
DumpySquare opened this issue Oct 2, 2023 · 5 comments
Closed

[BUG] password focus away issues #228

DumpySquare opened this issue Oct 2, 2023 · 5 comments
Assignees

Comments

@DumpySquare
Copy link
Member

DumpySquare commented Oct 2, 2023

@joe-belliveau-WD. I've opened your issues here so I can look into them.


1. Option to allow selfsigned certs or disable some checks #31

bitwisecook/vscode-iRule#31

SSL Errors is using self signed certificates
to reproduce
-> create an f5 use a self signed cert from the appliance for the management interface
-> bind the cert to interface
-> add the device to the f5 module list
-> Try to connect

cause: [Error: write EPROTO 1305672610496:error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER:../../third_party/boringssl/src/ssl/tls_record.cc:231:


2. Fix Connecting to single device if a window swap occurs #32

bitwisecook/vscode-iRule#32

When connecting to a device, if you move focus to another window the password prompt is gone and "cancelled" this shouldn't happen. The prompt should remain and able to be filled when focus is returned


3. Have to restart vscode to attempt to connect to a single device #33

bitwisecook/vscode-iRule#33

When using a single device vscode has to be restarted in order to attempt a new connection to the device

Steps to reproduce > Add device, when asked for password swap off the focused window, return to focused window and try to read the configuration of the device. Connection gets stuck and you have to kill vscode and restart in order to allow another connection attempt.

@DumpySquare DumpySquare self-assigned this Oct 25, 2023
@DumpySquare
Copy link
Member Author

Issue 1 should already be available, my lab has custom device certs. We may need to talk about how your updating them.
Issue 2; I've made some adjustments to the connect function to enable "ignoreFocusOut" on the password prompt, so it will stay visible while out of focus. I also added some logic, error handling and logging to the connect function to hopefully make this process a bit smoother.
Issue 3 is probably related to issue 2 and should be resoled with issue 2.

These updates will be in the pending 3.15 release

@joe-belliveau-WD
Copy link

joe-belliveau-WD commented Oct 25, 2023 via email

@DumpySquare
Copy link
Member Author

Just released 3.15. that should fix this. Please confirm

@joe-belliveau-WD
Copy link

joe-belliveau-WD commented Oct 26, 2023 via email

@DumpySquare
Copy link
Member Author

my pleasure! thanks for using the extension and providing feedback! closing

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

2 participants