Giter VIP home page Giter VIP logo

Comments (9)

gripedthumbtacks avatar gripedthumbtacks commented on July 30, 2024

You need to either install the CA authority certificate in your local client bundle, or implement a new option for goquic that ignores broken certificates. But honestly, there is no reason to generate broken CA certificates now that let's encrypt provides free HTTPS certs to the planet.

https://letsencrypt.org/

from goquic.

gripedthumbtacks avatar gripedthumbtacks commented on July 30, 2024

@bharatkrishna if that works for you go ahead and close this issue for the devs, thanks!

from goquic.

vyrus001 avatar vyrus001 commented on July 30, 2024

what about local testing? so i have to spin this up on a public domain and use letsencrypt to even run the server and client out of the gate?

from goquic.

serialx avatar serialx commented on July 30, 2024

@vyrus001 You can always add a self-signed CA to the system for doing the testing. Or you can add InsecureSkipVerify option to the tls.Config.

from goquic.

hodduc avatar hodduc commented on July 30, 2024

For local testing, you can generate a self-signed certificate/key pair and add to your OS's certificate store. Detail instructions are here.

You can use chrome's --host-resolver-rules option, or /etc/hosts trick, to use fake domain.

from goquic.

vyrus001 avatar vyrus001 commented on July 30, 2024

Ahh, i missed the part where the client checks the OS's cert store, thanks!

from goquic.

opaul avatar opaul commented on July 30, 2024

I created certificate and key files for quic_client & quic_server project from Chromius.( by using generate_certs.sh, CA root certificate was added into OS's root certificate store ). This pair was used succesfully. But I can't use they with goquic project because already have Verify failedx509: certificate signed by unknown authority. Where is my mistake? Thanks

from goquic.

daiminglong avatar daiminglong commented on July 30, 2024

Hi, how can I add a InsecureSkipVerify option to the tls.Config. Would you please give me more details, Thanks!

from goquic.

y123456yz avatar y123456yz commented on July 30, 2024

I have the same problem

from goquic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.