You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change URL of a log, and reload boulder-ra with the new configuration.
Submit another certificate
Expected result:
Publisher should succeed at submitting to the new URL
Actual result:
Publisher uses a cached log client with the wrong URL
Additional details:
In our non-production environments, we use Boulder's ct-test-srv. If we redeploy ct-test-srv without restarting the Publisher, submissions fail. We could work around this by giving more static URLs to our test logs, but it would be nicer if Boulder handled this.
The text was updated successfully, but these errors were encountered:
Summary:
Publisher caches logs based on pubkey only, not pubkey and URL.
boulder/publisher/publisher.go
Line 71 in 2678e68
Steps to reproduce:
Expected result:
Publisher should succeed at submitting to the new URL
Actual result:
Publisher uses a cached log client with the wrong URL
Additional details:
In our non-production environments, we use Boulder's ct-test-srv. If we redeploy ct-test-srv without restarting the Publisher, submissions fail. We could work around this by giving more static URLs to our test logs, but it would be nicer if Boulder handled this.
The text was updated successfully, but these errors were encountered: