mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
More Cleanup
This commit is contained in:
@@ -84,10 +84,10 @@ namespace Prowlarr.Host
|
||||
{
|
||||
if (ex.HResult == 0x2 || ex.HResult == 0x2006D080)
|
||||
{
|
||||
throw new RadarrStartupException(ex, $"The SSL certificate file {sslCertPath} does not exist");
|
||||
throw new ProwlarrStartupException(ex, $"The SSL certificate file {sslCertPath} does not exist");
|
||||
}
|
||||
|
||||
throw new RadarrStartupException(ex);
|
||||
throw new ProwlarrStartupException(ex);
|
||||
}
|
||||
|
||||
configureOptions.ServerCertificate = certificate;
|
||||
|
Reference in New Issue
Block a user