Replies: 1 comment
-
This looks okay to me, but maybe there is something I'm missing. For sure, it does work, e.g.
This certificate chain comes from the default falcon/lib/falcon/environment/lets_encrypt_tls.rb Lines 21 to 23 in fa80299 This path is processed by the Do you mind telling me how you are starting the server? Also maybe double check this question: #300 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm setting up my TLS context like so:
I'm using a certificate signed by a well-known CA. The file at
cert/public_bundle.pem
contains the entity certificate followed by the intermediate certificate.The problem is that Falcon only serves the entity certificate, so the connection fails unless I add the intermediate certificate to the truststore on the clients.
Beta Was this translation helpful? Give feedback.
All reactions