egregors/teamcity-docker-compose

Hello Again :) Trouble with make SSL connection on Cloudflare DNS

HarribelHollow opened this issue · 3 comments

How can i use your awesome build with Cloudflare?

Im using DigitalOcean + Cloudflare. Also try to connect with make A DNS in my web-server with full SSL encryption. 80 Port is open. But still not works whatever i do. In .env im skip now SSL.
image

Also im not changing SSL support in .env

image

Also im force HTTPS on Cloudflare.

Hi @HarribelHollow!

Looks like some misunderstanding.

SERVER_URL in config file should contain name of your TC server in internal docker network (in docker-compose). It's all about internal Docker DNS. Agent isn't available from the outside.

If you are using docker-compose file from example, like

# docker-compose.yml

version: '3'

services:
  server:
    image: jetbrains/teamcity-server:latest
# ...

It should be SERVER_URL=http://server:8111. The same name, as your TC service calls in the services section.

@HarribelHollow, did you solve the problem? Should I close this issue?