Ben Pearce

Results 8 comments of Ben Pearce

Sorry for the delay in actioning this @Justin-JHG Can you please let us know some more information about where you are receiving this error? Self-hosted or Github runner? Where is...

@Justin-JHG thanks for the reply. I assume since the Octopus Server is internally facing only, then it is using a self-signed certificate on the API. It appears that you are...

@Justin-JHG there are two possible workarounds that will avoid the SSL error you are seeing in the v3 action. Setting the environment variable `NODE_TLS_REJECT_UNAUTHORIZED` to `0` (zero) will stop the...

The variable would need to be on the worker machine as a system variable, or at least scoped to the user that the agent is running under.

I think this is due to differences in the way that the browser handles certificates vs node. As far as I know, node doesn't look at the certificates added to...

The affected indexes listed above may be different depending on the version. In 2023.x versions the index `IX_EventRelatedDocument_RelatedDocumentIdPrefix` may also be affected and the `IX_EventRelatedDocument_EventId` index no longer exists.

Additional workaround: Change the Azure Script Step to a regular script step Create a variable for your Azure Account Place the following code at the top of the script, replace...

> Maybe we should consider using `context` instead of parameter passing for the tool information? A good rule of thumb is that any data required for a function to run...