morning, ive been trying since yesterday to get th...
# server
n
morning, ive been trying since yesterday to get the server running properly, all my agents show as error after a while, bt the connections seem to work mostly, ive noticed that theres broker error messages, running curl -v to my broker.server.com says ssl cert fails....ive tried recreating the traefik docker, deleted the existing acme.json and still seems to fail for broker, while api.server gets a valid ssl....anyone have a suggestion? 🙂 thx
Copy code
* Connected to broker.xxxxxx (xxx.xxxx.xxx.133) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS header, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS header, Finished (20):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Request CERT (13):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (OUT), TLS header, Unknown (21):
* TLSv1.3 (OUT), TLS alert, unknown CA (560):
* SSL certificate problem: self-signed certificate in certificate chain
* Closing connection 0
Copy code
time="2022-08-27T07:00:09Z" level=info msg="Configuration loaded from flags."

time="2022-08-27T07:00:09Z" level=info msg="Traefik version 2.6.7 built on 2022-05-24T14:19:52Z"

time="2022-08-27T07:00:09Z" level=info msg="\nStats collection is disabled.\nHelp us improve Traefik by turning this feature on :)\nMore details on: https://doc.traefik.io/traefik/contributing/data-collection/\n"

time="2022-08-27T07:00:09Z" level=info msg="Starting provider aggregator.ProviderAggregator"

time="2022-08-27T07:00:09Z" level=info msg="Starting provider *traefik.Provider"

time="2022-08-27T07:00:09Z" level=info msg="Starting provider *docker.Provider"

time="2022-08-27T07:00:09Z" level=info msg="Starting provider *acme.Provider"

time="2022-08-27T07:00:09Z" level=info msg="Testing certificate renew..." providerName=http.acme ACME CA="https://acme-v02.api.letsencrypt.org/directory"

time="2022-08-27T07:00:09Z" level=info msg="Starting provider *acme.ChallengeTLSALPN"

time="2022-08-27T07:00:14Z" level=info msg=Register... providerName=http.acme

time="2022-08-27T07:00:21Z" level=error msg="Error during connection: readfrom tcp 172.18.0.4:45126->172.18.0.2:8883: read tcp 172.18.0.4:443->xxx.xxx.xxx.xxx:60722: read: connection reset by peer"

time="2022-08-27T07:01:20Z" level=error msg="Error during connection: readfrom tcp 172.18.0.4:45284->172.18.0.2:8883: read tcp 172.18.0.4:443->xxx.xxx.xxx.xxx:60786: read: connection reset by peer"

time="2022-08-27T07:01:24Z" level=error msg="Error during connection: readfrom tcp 172.18.0.4:45298->172.18.0.2:8883: read tcp 172.18.0.4:443->xxx.xxx.xxx.xxx:60790: read: connection reset by peer"

time="2022-08-27T07:09:53Z" level=error msg="Error during connection: readfrom tcp 172.18.0.4:46438->172.18.0.2:8883: read tcp 172.18.0.4:443->xxx.xxx.xxx.xxx:32966: read: connection reset by peer"

time="2022-08-27T07:10:10Z" level=warning msg="A new release has been found: 2.8.3. Please consider updating."