Code Monkey home page Code Monkey logo

Comments (5)

tobychui avatar tobychui commented on June 12, 2024

That self-sign certificate is the internal fallback certificate of your site. The Server Name (host name) field is the matching rule for that certificate. As you blurred out the domain name from the list, I cannot check it for you and I will assume you have read the instruction and fill it in correctly.

Then I will need more information to see what might cause this bug.

  • Are you trying to access the domain via a sub-domain?
  • Is your cert a SAN cert? (A cert that covers multiple host name or contains wildcards)
  • What is your default site options? Will the issue be solve if you move the cert to the "fallback certificate" field? (you can get the certificate files by digging through the conf/certs/ folder)

from zoraxy.

haldi4803 avatar haldi4803 commented on June 12, 2024

Yes. Only sub Domains.
A.Domain.tld
b.Domain.tld
C.Domain.tld

Uhm... ist it a SAN cert? no clue. i used the ACME tool. Doesn't that automatically create a Wildcard Certificate?
image

Uploading the cert generated by Let's Encrypt found in /conf/certs folder did work. (though i mixed up .pem and .key first^^)
But it says only valid for domain.tld... so yeah, seems like that wasn't a Wildcard Certificate.

the original Problem is still the same.
You don't know which certificate is used for which Proxy Host.

from zoraxy.

tobychui avatar tobychui commented on June 12, 2024

Ok, it seems to be a wildcard certificate related issues.
Here let me introduce you the ACME module maintainer 😊
@yeungalan

In the mean time, can you try generate the cert using, let say one of the sub-domain, and connect through that sub-domain to see if that works?

from zoraxy.

haldi4803 avatar haldi4803 commented on June 12, 2024

Works fine.
use i.domain.tld, created a new Let's Encrypt Certificate via ACME, and properly used it on the correct domain.

So we end up with two issues:
A: Wildcard Certificates not working, as discussed here: #79

B: Not knowing which Certificate is used for which Proxy host... it just works magically correct, most of the time.

from zoraxy.

tobychui avatar tobychui commented on June 12, 2024

I just test again with a.domain.com,b.domain.com,c.domain.com and I can reproduce issue B.
After I generate the certificate via ACME and access a.domain.com, it served the site with default SSL certificate.
Let me figure out what might be the issue this weekend.

from zoraxy.

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.