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
My team uses Octopus in an internal network. The server uses a custom HTTPS certificate which is installed to developer laptops and CI worker agents.
We are writing custom scripts using this library to automate deployment actions. We can get these working by setting environment variable NODE_TLS_REJECT_UNAUTHORIZED: 0. It would be useful to be able to specify the exact certificate we need to connect to the server, to improve security and make customization easier. This could be an option on the ClientConfiguration interface.