Replies: 4 comments 7 replies
-
Does it wait, or is that the timeout? Regardless, you're right — But my choice would be that this should be configurable as part of the handler, like save-array here: and handled in the code here: GHOSTS/src/Ghosts.Client/Handlers/Excel.cs Line 183 in c284e84 😄 |
Beta Was this translation helpful? Give feedback.
-
Implemented in #484. Still need to test. |
Beta Was this translation helpful? Give feedback.
-
Unsubscribe please to this.
…On Mon, 13 Jan 2025 at 16:24, Dustin Updyke ***@***.***> wrote:
:) looks like there is a C# library named Polly that manages this, but I
have not looked at it beyond knowing it exists.
—
Reply to this email directly, view it on GitHub
<#483 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUPUUUINA6IEXVAXVHHFNMT2KPEA5AVCNFSM6AAAAABU62L3WSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBSGA2TSMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
*The entire content of this communication is confidential. This message and
any attachments are for the designated or intended recipient only and may
contain privileged or proprietary information. If you have received it in
error, please notify the sender immediately and delete permanently the
original from your system. Any unauthorised use is strictly prohibited, may
be unlawful, and subject to criminal or civil liability. You should always
check for viruses before opening any attachments. Consider the environment.
Please do not print this email unless it is absolutely necessary.*
|
Beta Was this translation helpful? Give feedback.
-
For anyone finding this in the future, a simpler solution is using client hostnames for RDP targets (eg: |
Beta Was this translation helpful? Give feedback.
-
I am wondering why the RDP handler waits for 3 whole minutes before accepting a new certificate? Is there any reason that this period needs to be so long? Would you accept a PR shortening this to something much shorter, like 30 seconds?
Beta Was this translation helpful? Give feedback.
All reactions