Hi, I am trying to set up HTTPS for my Buru SFTP server.
I have set the following settings in the webconfig.yaml
- hostname: sub.mydomain.com
port: 443
certificateFromFile:
filePath: C:\Certs\cert.pfx
password: "password
I've also tried to set up with "certificateFromStore:"
When I try to start the server I get the following error:
Service RebexBuruSftpWA is stopping
Service RebexBuruSftpWA is stopped
Service RebexBuruSftpWA is starting
Attempt to start service RebexBuruSftpWA failed
Unexpected exception
System.InvalidOperationException: Unable to restart service.
at agpfs.lbjrr.erqdj()
at agpfs.gpifw.rvzii(VerbOptionsBase p0)
at Rebex.SftpServer.AdminWeb.Program.Main(String[] args)
I have not found anything about this. Any ideas?