Summary
CMS logs HTTP 405 when pushing encryption key rotation to DTS after publish:
ERROR PSDeliveryClient Error when executing method : HTTP/1.1 405 …
WARN PSDeliveryInfoService Unable to push updated security key to DTS server:https://localhost:8443
Call: PUT /feeds/rss/rotateKey on the delivery admin URL (e.g. https://localhost:8443/feeds/rss/rotateKey), body = Base64 secure key, expect 204.
Gaps
- WARN only shows admin base URL, not full path/method/status
- ERROR dumps Tomcat HTML error page
- Non-fatal but keys can desync; operators lack actionable text
Proposed fix
Improve logging (full URL, method, status, short reason + “check feeds app / credentials / availableServices”). Optionally document curl check for 8.1.x operators.
Related
Summary
CMS logs HTTP 405 when pushing encryption key rotation to DTS after publish:
Call:
PUT /feeds/rss/rotateKeyon the delivery admin URL (e.g.https://localhost:8443/feeds/rss/rotateKey), body = Base64 secure key, expect 204.Gaps
Proposed fix
Improve logging (full URL, method, status, short reason + “check feeds app / credentials / availableServices”). Optionally document curl check for 8.1.x operators.
Related
PSFeedService.rotateKey(@PUT)