Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Fetcherror #178

Description

@sbprojects

What happened?

With a fresh install for both pihole (docker tag 2023.03.1) and orbital sync I get the following error:

orbital-sync_1 | 5/6/2023, 8:15:48 AM: ➡️ Signing in to https://10.80.1.2:8053/admin...
orbital-sync_1 | 5/6/2023, 8:15:48 AM: ⚠ Failure: An unexpected error was thrown:
orbital-sync_1 | - FetchError: request to https://10.80.1.2:8053/admin/index.php?login failed, reason: write EPROTO 483905578B7F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:

I use the same docker-compose file as shown in the example with only one secondary server:

version: '3'
[services:
orbital-sync:
image: mattwebbio/orbital-sync:1
environment:
PRIMARY_HOST_BASE_URL: 'https://10.80.1.2:8053'
PRIMARY_HOST_PASSWORD: 'Secret'
SECONDARY_HOST_1_BASE_URL: 'https://10.80.1.3:8053'
SECONDARY_HOST_1_PASSWORD: 'Secret'
INTERVAL_MINUTES: 30

Both piholes can be accessed with a web browser.
What am I doing wrong?

Version

latest

Log output

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions