-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
type/docsThis PR mainly updates/creates documentationThis PR mainly updates/creates documentationtype/questionIssue needs no code to be fixed, only a description on how to fix it yourself.Issue needs no code to be fixed, only a description on how to fix it yourself.
Description
- Gitea version (or commit ref): Gitea version 1.4.3 built with: bindata, sqlite
- Git version: 1.8.4
- Operating system: CentOS 6
- Database (use
[x]):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
I am trying to enable SSL on gitea with a certificate that requires a CA Chain certificate. I found #2744 that talks about a CA for webhooks, and thought that might help. I tried adding that certificate to the ca-trust on Cent 6 but even if I do that and restart gitea, I still cannot verify the certificate remotely using: openssl s_client -connect my.host.domain:3000 -showcerts </dev/null
This setup works with apache, but I do not understand how to add the CA Chain certificate to gitea.
Metadata
Metadata
Assignees
Labels
type/docsThis PR mainly updates/creates documentationThis PR mainly updates/creates documentationtype/questionIssue needs no code to be fixed, only a description on how to fix it yourself.Issue needs no code to be fixed, only a description on how to fix it yourself.