Skip to content

Service Unavailable with no obvious errors #1998

Closed Answered by bencullpinch
bencullpinch asked this question in Help
Discussion options

You must be logged in to vote

OK, so I've found the issue. For us, it was the domain binding. When using the actual domain in the Listen URI field (eg. https://example.com) the server would show Service Unavailable 503. Using localhost instead (https://localhost) serves the app correctly. The only caveat is that external URLs that are shown in the app show as localhost, so it's difficult to share links, and alerts show the wrong url.

The reason the lets encrypt was suspicious, and actually caused this issue, is because when a cert is renewed we run a powershell script to rebind the listen uri with the new thumpprint. This script was using the full domain, and thus the problem began.

I'll leave the discussion open in c…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@nblumhardt
Comment options

Comment options

You must be logged in to vote
2 replies
@nblumhardt
Comment options

@bencullpinch
Comment options

Answer selected by bencullpinch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants