mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Added cert override for integration tests
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Microsoft.Owin.Hosting;
|
using Microsoft.Owin.Hosting;
|
||||||
using NLog;
|
using NLog;
|
||||||
|
using NzbDrone.Common.Security;
|
||||||
using NzbDrone.Core.Configuration;
|
using NzbDrone.Core.Configuration;
|
||||||
using NzbDrone.Owin.MiddleWare;
|
using NzbDrone.Owin.MiddleWare;
|
||||||
using Owin;
|
using Owin;
|
||||||
@@ -25,6 +26,8 @@ namespace NzbDrone.Owin
|
|||||||
|
|
||||||
public void StartServer()
|
public void StartServer()
|
||||||
{
|
{
|
||||||
|
IgnoreCertErrorPolicy.Register();
|
||||||
|
|
||||||
var url = "http://*:" + _configFileProvider.Port;
|
var url = "http://*:" + _configFileProvider.Port;
|
||||||
|
|
||||||
var options = new StartOptions(url)
|
var options = new StartOptions(url)
|
||||||
|
|||||||
Reference in New Issue
Block a user