Getting error while using Proxy configurations in Caddy file

Hi,

We are using Caddy v.0.10.0(v0.10.0_linux_amd64) in our Environment ,And below are the proxy configuration which we have made in our Caddyfile:

http://someurl.com:80
log stdout
root web
rewrite /cloud/{path} {
   to /ui/cloud/{path} {uri}
}
    proxy /localhost:8081 {
        except /ui/ /ui/cloud/ /cloud
        websocket
        transparent
    }

But we are getting the following error message on Google Chrome Browser and we are not able to get the desired data on our Application’s specific screens ,the Error message which we are getting is :

**Failed to load resource: net::ERR_CONNECTION_RESET**

Thanks

What do Caddy’s logs look like for these requests?

Do other browsers give you similar issues?

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