anchordotdev / cli

MIT License
151 stars 4 forks source link

Error: x509: inner and outer signature algorithm identifiers don't match #41

Open milos-automation opened 1 week ago

milos-automation commented 1 week ago

Are there any additional details you would like to share?


Command: anchor lcl Executable: /usr/local/bin/anchor Version: 0.1.2 (darwin/amd64) Commit: 021bf29c9ba180eb6ad62ae8438867c8d0dcd26b BuildDate: 2024-09-17T12:45:22Z Arguments: [] Flags: [] Timestamp: 2024-09-25T11:32:21.853835Z Stdout:

    - Loaded anchor.toml configuration. You can use `--skip-config` to ignore this file.
| Let's set up fast and totally free lcl.host HTTPS!

# Setup lcl.host HTTPS Local Development Environment `anchor lcl`
    | We'll set you up to use HTTPS locally in your browsers and other programs.

# Audit lcl.host HTTPS Local Development Environment `anchor lcl audit`
    | We'll compare your local development CA certificates from Anchor and your local trust stores.
    * Comparing local and expected CA certificates…⠋
benburkert commented 1 week ago

@milos-automation sorry to hear you had problems with this. This is likely due to a certificate on your system causing issues with the X.509 parser in our CLI command. We're working on an internal fix so that our CLI tool will ignore these certificates, I'll update this issue when that fix is released.

benburkert commented 6 days ago

oops, some overly aggressive automation closed this early, sorry!

milos-automation commented 6 days ago

Haha all good!

Totally get it - gotta love an overly aggressive automation!

Anyway please keep me updated as would love to do some live tests.

Thanks!

Milos Marinkovic M: +61 410 567 769 E: @.***

On Fri, 27 Sep 2024 at 3:02 AM, Ben Burkert @.***> wrote:

oops, some overly aggressive automation closed this early, sorry!

— Reply to this email directly, view it on GitHub https://github.com/anchordotdev/cli/issues/41#issuecomment-2377487752, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3ZMDYOXFJM7M2KGN44ARZ3ZYQ42VAVCNFSM6AAAAABO2KJEQCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZXGQ4DONZVGI . You are receiving this because you were mentioned.Message ID: @.***>

benburkert commented 6 days ago

@milos-automation we've hit a snag upstream with the windows release, but v0.1.3 is out for macOS, please give it a try again after updating: brew update && brew upgrade anchordotdev/tap/anchor