Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL+Horse+Standalone server #412

Open
kabiri opened this issue Dec 11, 2024 · 0 comments
Open

SSL+Horse+Standalone server #412

kabiri opened this issue Dec 11, 2024 · 0 comments

Comments

@kabiri
Copy link

kabiri commented Dec 11, 2024

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant