mormot2 https怎么加载ssl证书

aidpoint20126 2024-09-30 15:39:13

代码如下,用mormot2创建了一个http服务,但是现在 要实现https,不知道怎么 加载证书?

求 大神指点

 httpServer:=THttpApiServer.Create(true);
  httpServer.RegisterCompress(CompressDeflate);
  httpServer.HttpQueueLength:=200;                     // 创建n个队列
  //这里把https选项直接设置为true也不行
  httpServer.AddUrl('/aidpointsoft/api_roomstate.asq', '443', true, '+', true);
  //http的80端口
  httpServer.AddUrl('/aidpointsoft/api_roomstate.asq', '80', false, '+', true);
  httpServer.OnRequest  := HttpProcess;                 // 处理通信事件
  httpServer.Clone(200);                               // 克隆N个工作线程
  httpServer.Start;

 

...全文
42 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

5,713

社区成员

发帖
与我相关
我的任务
社区描述
Delphi 开发及应用
社区管理员
  • VCL组件开发及应用社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧