Skip to content

Add a CA Chain certificate for gitea for SSL #4441

@uberlinuxguy

Description

@uberlinuxguy
  • 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

No one assigned

    Labels

    type/docsThis PR mainly updates/creates documentationtype/questionIssue needs no code to be fixed, only a description on how to fix it yourself.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions