Caddy server with OMBI

I have a instance of OMBI installed on my Amazon aws server,this all works fine. I’m trying to get a reserve proxy to work with ombi using caddy server but im facing some issue getting this to work correctly.

So i have a domain and i have created an A record in the DNS record of this domain to put to my external IP of the AWS server. Next i have downloaded Caddy Server and created a caddyfile and i have the following config inside this file.

requests.domainname.cc {
gzip` 
proxy / internal ip :5000 {
transparent
} 
}

i then go to a cmd go to the directory and type caddy.exe and all i get is the following errors

c:\Caddy>caddy.exe
Activating privacy features… 2019/01/19 00:50:58 [INFO] [requests.domainname.cc] acme: Obtaining bundled SAN certificate
2019/01/19 00:50:59 [INFO] [requests.domainname.cc] AuthURL: https://acme-v02.api.letsencrypt.org/acme/authz/q3IY0-Z_ZbFcx6FDo2PzQ0TTgs1P-k3K1e5-VT_ifCo
2019/01/19 00:50:59 [INFO] [requests.domainname.cc] acme: use tls-alpn-01 solver
2019/01/19 00:50:59 [INFO] [requests.domainname.cc] acme: Trying to solve TLS-ALPN-01
2019/01/19 00:51:05 [requests.domainname.cc] failed to obtain certificate: acme: Error → One or more domains had a problem:
[requests.domainname.cc] acme: error: 403 :: urn:ietf:params:acme:error:unauthorized :: Cannot negotiate ALPN protocol “acme-tls/1” for tls-alpn-01 challenge, url:

I have researched this error for a good few hours now and im not getting anyway. Any help would be appreciated

Can you provide your actual caddyfile, all of it.

You can leave the domain names or if you must obscure them, replace the main domain name with example so domain.com becomes example.com and admin.domain.com becomes admin.example.com

On the face of it it ooks like you are not allowed to create a https cert for your domain name.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.