We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I keep getting 'Opening handshake failed' in brave v1.46.144 (running on chromium v108.0.5359.128) and chrome canary v111.0.5494.0
I have tried searching all over the internet but nothing seems to solve this.
This includes:
Chrome /Chromium seems to have dropped support for the flag --ignore-certificate-errors-spki-list
--ignore-certificate-errors-spki-list
Run warp in the browser without TLS_CERTIFICATE error
The text was updated successfully, but these errors were encountered:
After a lot of tinkering, a found a working solution:
chrome --origin-to-force-quic-on=localhost:4443 localhost:4444
Works like a charm.
Also, a simpler way to create self signed certificates would be with mkcert
mkcert -install mkcert localhost
The fingerprint is not required after they dropped support for the flag --ignore-certificate-errors-spki-list
Closing this issue.
Sorry, something went wrong.
Merge pull request #3 from TilsonJoji/catalog-change-tempBranchTJ
447a2b5
Commit to fix build warnings ( cargo clippy ,cargo fmt run and obi1kenobi/cargo-semver-checks ) in PR : #2
No branches or pull requests
Error:
I keep getting 'Opening handshake failed' in brave v1.46.144 (running on chromium v108.0.5359.128) and chrome canary v111.0.5494.0
I have tried searching all over the internet but nothing seems to solve this.
This includes:
Probable cause
Chrome /Chromium seems to have dropped support for the flag
--ignore-certificate-errors-spki-list
Expected behaviour
Run warp in the browser without TLS_CERTIFICATE error
Screenshot
The text was updated successfully, but these errors were encountered: