gpt4 book ai didi

mysql - 在 delphi 中将 ca.pem 文件的内容作为硬编码字符串提供给 SSL 连接

转载 作者:可可西里 更新时间:2023-11-01 08:39:39 25 4
gpt4 key购买 nike

我有一个 MySQL 服务器,我有用于 SSL 连接到 MYSQL 服务器的客户端证书和 key 。在使用 MyDAC 连接到 mysql 的 delphi 中,我可以使用:

MySQL1Connection.SSLOptions.CACert := 'file location'
MySQL1Connection.SSLOptions.Cert := 'file location'
MySQL1Connection.SSLOptions.Key := 'file location'
MySQL1Connection.SSLOptions.ChipherList := 'All';
MySQL1Connection.Options.Protocol := mpSSL;

但上述应用程序的问题是,我必须向客户提供文件。现在,我想在 .exe 中硬编码文件的内容,这样我就不必将文件交付给客户端。

你知道用什么切肉刀来做这件事吗?

最佳答案

我已经通过使用安全桥组件的 TScFileStorage 组件解决了这个问题 (https://www.devart.com/sbridge/components.html)

此链接的第 3 节中提供了这些步骤:https://www.devart.com/mydac/docs/?secureconnections.htm

关于mysql - 在 delphi 中将 ca.pem 文件的内容作为硬编码字符串提供给 SSL 连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38991231/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com