f5devcentral / vscode-f5

Let the F5 VSCode extension supercharge your workflows with schema validation, rest client, fast templates, and so much more!!!
https://f5devcentral.github.io/vscode-f5/#/
Apache License 2.0
59 stars 14 forks source link

[BUG] password focus away issues #228

Closed DumpySquare closed 1 year ago

DumpySquare commented 1 year ago

@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

https://github.com/bitwisecook/vscode-iRule/issues/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

https://github.com/bitwisecook/vscode-iRule/issues/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

https://github.com/bitwisecook/vscode-iRule/issues/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 commented 1 year ago

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 commented 1 year ago

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 GitHubhttps://urldefense.com/v3/__https://github.com/f5devcentral/vscode-f5/issues/228*issuecomment-1779828073__;Iw!!Iz9xO38YGHZK!5H3-INT0V9sxgMzNI-qC0i8kbKI3WOUyHpD8ivMFOpw5rm9A_mgIf2JkkOAy17lJE_YSmgzeBNu78NB0q_VjVrq9iz44HA$, or unsubscribehttps://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: @.***>

DumpySquare commented 1 year ago

Just released 3.15. that should fix this. Please confirm

joe-belliveau-WD commented 1 year ago

Confirmed fixed.

Thank you!

-Joe

From: Ben Novak @.> Date: Thursday, October 26, 2023 at 1:06 PM To: f5devcentral/vscode-f5 @.> Cc: Joe Belliveau @.>, Mention @.> Subject: [External Sender] Re: [f5devcentral/vscode-f5] [BUG] password focus away issues (Issue #228)

Just released 3.15. that should fix this. Please confirm

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/f5devcentral/vscode-f5/issues/228*issuecomment-1781511778__;Iw!!Iz9xO38YGHZK!-9hdw3m8Ji7NwlCulP7D-7NCDFrnetWXZR5ADRhx32SBqB2a61cP-qeC_b8npwAUiysUWygysfloQY0r-tP1FkCqZVVpMw$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BCW2XOSTI22U6ZJJ3V7GU2LYBKKB3AVCNFSM6AAAAAA5QBSSECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBRGUYTCNZXHA__;!!Iz9xO38YGHZK!-9hdw3m8Ji7NwlCulP7D-7NCDFrnetWXZR5ADRhx32SBqB2a61cP-qeC_b8npwAUiysUWygysfloQY0r-tP1FkADqCZ25A$. You are receiving this because you were mentioned.Message ID: @.***>

DumpySquare commented 1 year ago

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