Octopus Deploy Server SSL

I can’t enable HTTPS on octopusdeploy server web bindings. getting error:

SSL Certificate deletion failed, Error: 2
The system cannot find the file specified.

The previous command returned a non-zero exit code of: 1
The command that failed was: “netsh.exe” http delete sslcert ipport=0.0.0.0:443
The invocation is set to ignore failed exit codes

This is running Octopus.2.0.6.950 on WIndows 2012.

same error occurs on the latest 2.0.8 version.

Thanks Luis - this is a bug, raised here:

Will be fixed in the next version.

In the meantime, you can use the “Show script” option at the end of the Web Bindings wizard to make the change manually - just remove the netsh delete line.

Regards,
Nick

Ok, I manually ran the steps in a cmd window and the https is working. This can be closed.

Thanks.