Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error connecting to server when verifying CNAME #1692

Open
benjaminscheuerer opened this issue Sep 10, 2024 · 1 comment
Open

Error connecting to server when verifying CNAME #1692

benjaminscheuerer opened this issue Sep 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@benjaminscheuerer
Copy link

Describe the bug
CNAME Record on self-hosted OneUptime cannot be verified. Connection to server not possible.

To Reproduce
Steps to reproduce the behavior:

Go to Project Setting add Custom Domain and TXT Record on DNS Server to verify the domain
Go to Status Page >> Custom Domain --> create status page domain and verify CNAME

Expected behavior
CNAME should be verified.

Screenshots
image
image

Deployment Type
self hosted (7.0.3018)

Additional context
DNS settings seem to be correct. Resolution within the docker container is possible.
Which server is ment in the error message?

@benjaminscheuerer benjaminscheuerer added the bug Something isn't working label Sep 10, 2024
@benjaminscheuerer
Copy link
Author

benjaminscheuerer commented Sep 11, 2024

In the Container logs I get the following error:

BadDataException [Error]: Cname is not valid for domain status1.texxxx.xxxx
at fn (/usr/src/Common/Server/Utils/Greenlock/Greenlock.ts:215:19)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Function.orderCert (/usr/src/Common/Server/Utils/Greenlock/Greenlock.ts:171:12)
at async fn (/usr/src/Common/Server/Services/StatusPageDomainService.ts:132:11)
at async fn (/usr/src/Common/Server/Services/StatusPageDomainService.ts:437:15)
at async fn (/usr/src/app/FeatureSet/Workers/Jobs/StatusPageCerts/StatusPageCerts.ts:55:11)
at async /usr/src/app/FeatureSet/Workers/Jobs/StatusPageCerts/StatusPageCerts.ts:42:12
at async Function.runJobWithTimeout (/usr/src/Common/Server/Infrastructure/QueueWorker.ts:49:12)
at async Worker.QueueWorker_1.default.getWorker.concurrency [as processFn] (/usr/src/app/FeatureSet/Workers/Index.ts:107:13)
at async Worker.processJob (/usr/src/Common/node_modules/bullmq/src/classes/worker.ts:792:22)
at async Worker.retryIfFailed (/usr/src/Common/node_modules/bullmq/src/classes/worker.ts:998:16) {
_code: 400
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant