Can we build Caddy behind AWS LB and still use the auto SSL?

We can’t use the AWS LB SSL option because it is limited by number of HOST names.
If we add the Caddy server behind the AWS LB it will work? or if someone ask HTTPS URL the LB will stop him from get inside?

Thanks

If the load balancer is a HTTP proxy, it’ll have to do SSL termination, which means it’ll need its own set of certificates.

If it’s a TCP proxy, you can pass the traffic directly through to Caddy to handle SSL.

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