Dan Peterson

Results 10 comments of Dan Peterson

I am hitting this same issue with WSL 2. For me it is Cisco Umbrella Client, which must be using dnscrypt-proxy under the covers. This only happens to me if...

@nawazsarwar124 I am unable to reproduce the issue you are seeing. Could you give us more information about your environment? Can you run the following? ``` PS> $PSVersionTable ``` ```...

@EHoward99 safeguard-ps is implementing the -Insecure flag by trying to ignore TLS certificate validation, which is difficult across multiple versions of of PowerShell on multiple platforms. The line that it...

@Eric2XU Did you try the new -Browser option? That was added specifically for you based on #346. :) Maybe I didn't do a good job publishing that to you.

Hi @jonhillis. Thanks for using safeguard-ps. A specific cmdlet hasn't been implemented yet. You can still use `Invoke-SafeguardMethod` to create it using safeguard-ps. I'll mark this as an enhancement request.

I haven't forgotten about this one. It will likely be added in the release after 2.11. We are moving away from internal SPS, which simplifies considerably the configuration options that...

@holger-weihe There were some changes to this cmdlet to fix another issue that might have caused this problem. We will try to reproduce and get back to you.

This is probably because they use a custom web request client. That change was made to support progress and better upload UX. I think there is probably a way to...

@sthayduk A fix for this issue is in testing.