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

PathTooLongException in Calamari certificate handling #4798

Closed
slewis74 opened this issue Aug 10, 2018 · 2 comments
Closed

PathTooLongException in Calamari certificate handling #4798

slewis74 opened this issue Aug 10, 2018 · 2 comments
Assignees
Labels
kind/bug This issue represents a verified problem we are committed to solving tag/regression This issue was addressed and shipped, but subsequently broken in another release
Milestone

Comments

@slewis74
Copy link

We accidentally called a wrong method overload when handling certificates in scenarios where Management Certificates are being used to deploy Azure Web Apps.

One overload excepts a byte array, which is what we thought we'd called. The other takes a string filename, which we were passing the encoded certificate bytes to and it tried to treat them as a filename.

Source
https://help.octopus.com/t/octopus-v2018-7-8-pathtoolongexception-loadcertificatefromfile/21003

@octoreleasebot
Copy link

Release Note: Fixed error when management certificate were being used for Azure Web App targets

@tothegills tothegills modified the milestones: 2018.7.9, 2018.7.10 Aug 13, 2018
@michaelnoonan michaelnoonan added kind/bug This issue represents a verified problem we are committed to solving area/cloud tag/regression This issue was addressed and shipped, but subsequently broken in another release labels Aug 24, 2018
@lock
Copy link

lock bot commented Nov 23, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. If you think you've found a related issue, please contact our support team so we can triage your issue, and make sure it's handled appropriately.

@lock lock bot locked as resolved and limited conversation to collaborators Nov 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug This issue represents a verified problem we are committed to solving tag/regression This issue was addressed and shipped, but subsequently broken in another release
Projects
None yet
Development

No branches or pull requests

4 participants