|
@@ -115,6 +115,10 @@ void InitNeonSession(ne_session * Session, TProxyMethod ProxyMethod, const Unico
|
|
if (FileExists(CertificateStorage))
|
|
if (FileExists(CertificateStorage))
|
|
{
|
|
{
|
|
ne_ssl_set_certificates_storage(Session, StrToNeon(CertificateStorage));
|
|
ne_ssl_set_certificates_storage(Session, StrToNeon(CertificateStorage));
|
|
|
|
+ if (Terminal != NULL)
|
|
|
|
+ {
|
|
|
|
+ Terminal->LogEvent(FORMAT(L"Using certificate store \"%s\"", (CertificateStorage)));
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
if (Terminal != NULL)
|
|
if (Terminal != NULL)
|