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

Troubleshooting: "Failed to access SCM site. Message: Response status code does not indicate success: 401 (Unauthorized)" #440

Closed
marthijn opened this issue Dec 18, 2023 · 1 comment · Fixed by #444
Assignees
Labels
enhancement New feature or request

Comments

@marthijn
Copy link

I have a suggestion for the troubleshooting section in the wiki. To assign certificates to a web app it is required to have the setting "Basic Auth Publishing Credentials" (in General settings) set to "On". Otherwise you will see an error message like:

Exception while executing function: IssueCertificate Orchestrator function 'IssueCertificate' failed: The activity function 'Http01Precondition' failed: "Failed to access SCM site. Message: Response status code does not indicate success: 401 (Unauthorized).". See the function execution logs for additional details. 
@shibayan
Copy link
Owner

We have changed Acmebot to use Bearer Token authentication instead of Basic authentication for execution, so the latest version will work correctly even if Basic authentication is disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants