Giter VIP home page Giter VIP logo

Comments (7)

GreaterFire avatar GreaterFire commented on May 27, 2024

What is your ssl.cert in the client config?

from trojan.

CURAS avatar CURAS commented on May 27, 2024

My client's config
image

My client's folder
image

My server's config
image

from trojan.

GreaterFire avatar GreaterFire commented on May 27, 2024

There are multiple reports of this issue. I will look into it and reply shortly. Thank you for your patience.

from trojan.

GreaterFire avatar GreaterFire commented on May 27, 2024

After careful investigation, I found that you cannot use fullchain.pem to verify the remote certificate -- only a CA certificate can do the verifying work. That's why a self-signed certificate can verify itself: it is its own CA. So I recommend you to use CA certificate, like the one I provided (examples/ca_certs.pem-example), which is a CA list extracted from Mozilla Firefox. Or if you are using Let's Encrypt, you can use DST Root CA X3.

from trojan.

CURAS avatar CURAS commented on May 27, 2024

I have tried both the certificates you provided, but I'm sorry to said the problem still exists.
By the way, it works well in my browser.
image

from trojan.

GreaterFire avatar GreaterFire commented on May 27, 2024

BTW, under Windows, replace all the \ in the path with /. It must work.

from trojan.

GreaterFire avatar GreaterFire commented on May 27, 2024

@CURAS This issue is finally resolved. In v1.2.0, you'll be able to verify using the original certificate.

from trojan.

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.