Skip to content

pem-dir isn't usable in the frontend blockΒ #293

@hardik8585

Description

@hardik8585

I am getting syntax error while using pem-dir in hitch.
Here is my hitch.conf file details.
hitch: Parsing error in line 22: syntax error: 'pem-dir = "/var/lib/hitch/conf.d/"'

log-filename="/var/log/hitch.log"
syslog = on
syslog-facility = "daemon"
frontend = {
    host = "*"
    port = "8443"
    tls-protos = TLSv1.0,TLSv1.1,TLSv1.2

    ciphers = "deleting time being. I have tested this and working fine with pem-file"

    prefer-server-ciphers = on
    pem-dir = "/var/lib/hitch/conf.d/"
}
backend = "[127.1.1.1]:6086"
workers = 32                    

daemon = on

user = "hitch"
group = "hitch"
alpn-protos = "h2, http/1.1"


write-proxy-v2 = on
#write-ip = on

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions