# http-https **Repository Path**: fromyuhu/http-https ## Basic Information - **Project Name**: http-https - **Description**: No description available - **Primary Language**: C++ - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-29 - **Last Updated**: 2022-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # http-https ## 编译 ``` mkdir build cd build cmake .. make ``` ## 运行 ``` cd release ./server ./client ``` ## 文件说明 - release/data/cacert.pem : CA 根证书 - release/data/server_crt.pem : 服务器证书文件 - release/data/server_key.pem : 服务器密钥文件 ## 文档 [HTTP 协议](https://blog.csdn.net/u011559046/article/details/120606375) [HTTPS 实现](https://blog.csdn.net/u011559046/article/details/122222949)