Reinstalling Octopus without Master Key

Hello I’m attempting to reinstall Octopus without the Master Key but have one question beforehand.

I have a file from the original install that I thought had the Master Key “OctopusServer.config” it has a entry like the below is there someway for me to get the Master Key out of this? When I enter the below key into the Master Key input box when reinstalling it says invalid so it is not the Master Key or at least it is encrypted.

I removed the string here but it was a very long string of letters and numbers

If there is no way to get the Master key from the above I attempted to follow this to get things running https://octopus.com/docs/administration/managing-infrastructure/lost-master-key

Step 2 part 5 is what I got to and I’m getting the below exception shown in the octopus logs: What can I do to get this working?

2020-02-04 14:39:59.7307 57 INFO listen://[::]:10943/ 57 Accepted TCP client: [::ffff:172.19.0.25]:52372
2020-02-04 14:39:59.7307 57 INFO listen://[::]:10943/ 57 Performing TLS server handshake
2020-02-04 14:39:59.7307 57 INFO listen://[::]:10943/ 57 Accepted TCP client: [::ffff:172.19.0.25]:52368
2020-02-04 14:39:59.7307 48 INFO listen://[::]:10943/ 48 Unhandled error when handling request from client: [::ffff:172.19.0.25]:52372
System.IO.IOException: Authentication failed because the remote party has closed the transport stream.
at System.Net.Security.SslState.InternalEndProcessAuthentication(LazyAsyncResult lazyResult)
at System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult result)
at System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task1 promise, Boolean requiresSynchronization)
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Halibut.Transport.SecureListener.d__15.MoveNext()

I sent a support email with a little more details but it is basically the same I’d be happy to get a response here if it is the right place.

Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.