Basic SSL config to sent separate servers

Hello Guys,

I am planning to implement Caddy on my envirement but i have questions.

I have possibility to install Caddy on VM on ubuntu/windows.

What i need is that Caddy function as sent only 443 port to 3 separate servers that already have a SSL production certificate installed and working fine. And absolutely sent it from different subdomains such as sub1.domain.com sub2.domain.com sub3.domain.com

Are there any basic tutorial how i can do that?

Hi @enborlak, welcome to the Caddy community.

Which version of Caddy are you using?

O don’t have installed Caddy but i am planning to install the 1st version not the beta version.

I’d recommend you begin with the official Getting Started with Caddy guide over here:

https://caddyserver.com/v1/tutorial/beginner

Then move on to the Caddyfile Tutorial:

https://caddyserver.com/v1/tutorial/caddyfile

They’ll get you up to speed with everything you need to know about getting Caddy serving multiple subdomains. Once you’re familiar with the Caddyfile, the directive you’ll need to have Caddy send those subdomain requests back to your three separate servers is proxy - you can find documentation on that here:

https://caddyserver.com/v1/docs/proxy

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