SSL Demo中,将板子通过AP与自己的局域网内web服务器通信,比如:
1 .#define SERVER_NAME "xx" 服务器名
#define GOOGLE_DST_PORT 443 端口
2.服务器和程序使用同版本ssl
请问还有需要修改的地方吗?
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.
SSL Demo中,将板子通过AP与自己的局域网内web服务器通信,比如:
1 .#define SERVER_NAME "xx" 服务器名
#define GOOGLE_DST_PORT 443 端口
2.服务器和程序使用同版本ssl
请问还有需要修改的地方吗?