This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM8127 RDK3.5.0 中https访问无效



从GUI 文档中看出8127支持https访问,但是boa源代码中查看,多出用到了

#ifdef SERVER_SSL
#include <openssl/ssl.h>
#include <openssl/err.h>
#endif /*SERVER_SSL*/

但是查找没有找到SERVER_SSL的define,然后我仿照

#define DAVINCI_IPCAM 1

在defines.h中添加了一个

#define SERVER_SSL 1

我执行make app

重启设备,在ie中键入https://IP:81访问,但是找不到该服务,

请教一下各位,我有什么地方错误么?因为从boa源代码中看到ssl的相关写的很完整,

希望各位不吝赐教