You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a self-signed certificate and configured Horus as well. However, Horus never calls the AccBackend.GetSSLPassWord function. So, what is the use of the password we have set?
I created a self-signed certificate and configured Horus as well. However, Horus never calls the AccBackend.GetSSLPassWord function. So, what is the use of the password we have set?
THorse.IOHandleSSL.CertFile('Acc.crt');
THorse.IOHandleSSL.RootCertFile('');
THorse.IOHandleSSL.KeyFile('Acc.key');
THorse.IOHandleSSL.SSLVersions([sslvSSLv2, sslvSSLv23, sslvSSLv3, sslvTLSv1,sslvTLSv1_1,sslvTLSv1_2]);
THorse.IOHandleSSL.OnGetPassword(AccBackend.GetSSLPassWord);
The text was updated successfully, but these errors were encountered: