/// <para>Set the name(path) of the .pfx file. If it is string.Empty Root certificate file will be named as "rootCert.pfx" (and will be saved in proxy dll directory)</para>
/// <para>Set the name(path) of the .pfx file. If it is string.Empty Root certificate file will be named as "rootCert.pfx" (and will be saved in proxy dll directory)</para>
/// </summary>
/// </summary>
publicstringNamePFXfile
publicstringPfxFilePath
{
{
get=>namePFXfile;
get=>CertificateManager.PfxFilePath;
set
set=>CertificateManager.PfxFilePath=value;
{
namePFXfile=value;
CertificateManager.namePFXfile=this.namePFXfile;
}
}
}
publicX509KeyStorageFlagsStorageFlag
publicX509KeyStorageFlagsStorageFlag
...
@@ -201,7 +165,7 @@ namespace Titanium.Web.Proxy
...
@@ -201,7 +165,7 @@ namespace Titanium.Web.Proxy
set
set
{
{
storageFlag=value;
storageFlag=value;
CertificateManager.storageFlag=this.storageFlag;
CertificateManager.StorageFlag=storageFlag;
}
}
}
}
...
@@ -480,7 +444,8 @@ namespace Titanium.Web.Proxy
...
@@ -480,7 +444,8 @@ namespace Titanium.Web.Proxy
if(!endPoint.EnableSsl)
if(!endPoint.EnableSsl)
{
{
thrownewException("Endpoint do not support Https connections");
thrownewException("Endpoint do not support Https connections");