-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
Issue 1 should already be available, my lab has custom device certs. We may need to talk about how your updating them. These updates will be in the pending 3.15 release |
Awesome! Thank you!
…________________________________
From: Ben Novak ***@***.***>
Sent: Wednesday, October 25, 2023 2:28:35 PM
To: f5devcentral/vscode-f5 ***@***.***>
Cc: Joe Belliveau ***@***.***>; Mention ***@***.***>
Subject: [External Sender] Re: [f5devcentral/vscode-f5] [BUG] password focus away issues (Issue #228)
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
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/f5devcentral/vscode-f5/issues/228*issuecomment-1779828073__;Iw!!Iz9xO38YGHZK!5H3-INT0V9sxgMzNI-qC0i8kbKI3WOUyHpD8ivMFOpw5rm9A_mgIf2JkkOAy17lJE_YSmgzeBNu78NB0q_VjVrq9iz44HA$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/BCW2XOUWQDNBM2QRX4GP2VLYBFK5HAVCNFSM6AAAAAA5QBSSECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZZHAZDQMBXGM__;!!Iz9xO38YGHZK!5H3-INT0V9sxgMzNI-qC0i8kbKI3WOUyHpD8ivMFOpw5rm9A_mgIf2JkkOAy17lJE_YSmgzeBNu78NB0q_VjVrpkGj9sxg$>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Just released 3.15. that should fix this. Please confirm |
my pleasure! thanks for using the extension and providing feedback! closing |
@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.
The text was updated successfully, but these errors were encountered: