2018-02-20 10:40:05 +08:00
<!-- GFM - TOC -->
2018-02-22 14:47:22 +08:00
* [???????? ](#???????? )
* [Web???? ](#web???? )
2018-02-20 10:40:05 +08:00
* [URL ](#url )
2018-02-22 14:47:22 +08:00
* [???????????? ](#???????????? )
* [HTTP ???? ](#http-???? )
* [GET???????? ](#get???????? )
* [POST????????????? ](#post????????????? )
* [HEAD???????????? ](#head???????????? )
* [PUT???????? ](#put???<3F> <> ???? )
* [DELETE???????? ](#delete???????? )
* [OPTIONS???????????? ](#options???????????? )
* [RACE?????<3F> <> ?? ](#race?????<3F> <> ?? )
* [CONNECT??????????<3F> <> ????????? ](#connect??????????<3F> <> ????????? )
* [HTTP ???? ](#http-???? )
* [2XX ??? ](#2xx-??? )
* [3XX ????? ](#3xx-????? )
* [4XX ???????? ](#4xx-???????? )
* [5XX ?????????? ](#5xx-?????????? )
* [HTTP??? ](#http??? )
* [????????? ](#????????? )
* [?????????? ](#?????????? )
* [????????? ](#????????? )
* [????????? ](#????????? )
* [??????? ](#??????? )
2018-02-20 10:40:05 +08:00
* [Cookie ](#cookie )
2018-02-22 14:47:22 +08:00
* [???? ](#???? )
* [??????? ](#??????? )
* [???? ](#???? )
* [??<3F> <> ?? ](#??<3F> <> ?? )
* [???????? ](#???????? )
* [??<3F> <> ???? ](#??<3F> <> ???? )
* [????<3F> <> ?? ](#????<3F> <> ?? )
* [???????? ](#???????? )
* [?????????? ](#?????????? )
2018-02-20 10:40:05 +08:00
* [HTTPs ](#https )
2018-02-22 14:47:22 +08:00
* [???? ](#???? )
* [??? ](#??? )
* [?????? ](#?????? )
2018-02-20 10:40:05 +08:00
<!-- GFM - TOC -->
2018-02-22 14:47:22 +08:00
# ????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## Web????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
HTTP??HyperText Transfer Protocol???????????<3F> <> ?<3F> <> ??
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
WWW??Word Wide Web?????????????HTML??HTTP??URL??
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
RFC??Request for Comments??????????????<3F> <> ??????????????????
2018-02-20 10:40:05 +08:00
## URL
2018-02-22 14:47:22 +08:00
URI??Uniform Resource Indentifier????????????????URL??Uniform Resource Locator?????????<3F> <> ??????URN??Uniform Resource Name?????????????????? urn:isbn:0-486-27557-4 ??URI ???? URL ?? URN???? WEB ??? URL ??????<3F> <> ????????????????? URL??
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
URL?????
2018-02-20 10:40:05 +08:00
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/4102b7d0-39b9-48d8-82ae-ac4addb7ebfb.jpg)
2018-02-22 14:47:22 +08:00
## ????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
**??????**
2018-02-20 10:40:05 +08:00
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/9dbb5fc2-936b-4c6d-b3a7-9617aae45080.jpg)
2018-02-22 14:47:22 +08:00
**???????**
2018-02-20 10:40:05 +08:00
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/c634b5ed-a14b-4302-b40e-3ee387dd3c8a.jpg)
2018-02-22 14:47:22 +08:00
# HTTP ????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
?????????????????????????<3F> <> ????????????<3F> <> ?
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## GET????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## POST?????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
POST ???????????????????????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
GET ?? POST ???????????????????????? GET ?????????????????????? URL?<3F> <> ??? POST ??????<3F> <> ????????<3F> <> ???
2018-02-20 10:40:05 +08:00
```
GET /test/demo_form.asp?name1=value1& name2=value2 HTTP/1.1
```
```
POST /test/demo_form.asp HTTP/1.1
Host: w3schools.com
name1=value1& name2=value2
```
2018-02-22 14:47:22 +08:00
GET ????<3F> <> ??????? POST ?????????? GET ????????? URL ????????????<3F> <> ????????????? GET ???? ASCII ???????????????????????????????? POST ????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## HEAD????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
?? GET ???????????????????????????<3F> <> ???
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
?????????? URL ????<3F> <> ??????????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## PUT????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
???????????????????<3F> <> ????????????????????????????????? WEB ????????<3F> <> ?????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## DELETE????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
?? PUT ???????????????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## OPTIONS????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
???????? URL ????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
???? Allow: GET, POST, HEAD, OPTIONS ???????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## RACE?????<3F> <> ??
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
???????????<3F> <> ?????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
????????????? Max-Forwards ??????????????????????????????????? 1???????? 0 ?????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
TRACE ?????????????????????? XST ??????Cross-Site Tracing???????????????????????????
2018-02-20 10:40:05 +08:00
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/ca711108-e937-4d7d-99aa-61b325c61f1a.jpg)
2018-02-22 14:47:22 +08:00
## CONNECT??????????<3F> <> ?????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
?????<3F> <> ????? TCP ????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
?????? SSL??Secure Sokets Layer????????????? TLS??Transport Layer Security??????????<3F> <> ?????????????????????????
2018-02-20 10:40:05 +08:00
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/d8355d56-aa2b-4452-8001-8475cc095af1.jpg)
2018-02-22 14:47:22 +08:00
# HTTP ????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
???????????????????<3F> <> ????????<3F> <> ???????????????????????????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
| ???? | ??? | ?????? |
2018-02-20 10:40:05 +08:00
| --- | --- | --- |
2018-02-22 14:47:22 +08:00
| 1XX | Informational??????????? | ???????????????? |
| 2XX | Success????????? | ??????????????? |
| 3XX | Redirection??????????? | ??????<3F> <> ??????????????? |
| 4XX | Client Error?????????????? | ????????????????? |
| 5XX | Server Error???????????????? | ????????????????? |
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## 2XX ???
2018-02-20 10:40:05 +08:00
**200 OK**
2018-02-22 14:47:22 +08:00
**204 No Content**???????????????????????????????????????????<3F> <> ?????????????????????????????????????????????????????<3F> <> ?
2018-02-20 10:40:05 +08:00
**206 Partial Content**
2018-02-22 14:47:22 +08:00
## 3XX ?????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
**301 Moved Permanently**?????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
**302 Found**????????????
2018-02-20 10:40:05 +08:00
**303 See Other**
2018-02-22 14:47:22 +08:00
?????? HTTP <20> <> ??<3F> <> 301??302 ????????????????? POST ??????? GET ???????????????????????? 301??302 ?? 303 ??????????? POST ??????? GET ??????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
**304 Not Modified**???????????????????<3F> <> ?????????<3F> <> If-Match??If-ModifiedSince??If-None-Match??If-Range??If-Unmodified-Since???????????????????????????? 304 ????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
**307 Temporary Redirect**???????????? 302 ?????????????? 307 ??????????????????????? POST ??????? GET ??????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## 4XX ????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
**400 Bad Request**?????????<3F> <> ?????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
**401 Unauthorized**??????????????????????????? HTTP ?????BASIC ?????DIGEST ????????????????????????<3F> <> ??????????????????????
2018-02-20 10:40:05 +08:00
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/b1b4cf7d-c54a-4ff1-9741-cd2eea331123.jpg)
2018-02-22 14:47:22 +08:00
**403 Forbidden**????????????????????<3F> <> ?????????????????<3F> <> ?
2018-02-20 10:40:05 +08:00
**404 Not Found**
2018-02-22 14:47:22 +08:00
## 5XX ??????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
**500 Internal Server Error**????????????????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
**503 Service Unavilable**????????????????????????????????????????????????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
# HTTP???
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
HTTP ??????????????????????????? 4 ????????????<3F> <> ?????????<3F> <> ??????????<3F> <> ?????????<3F> <> ?????????<3F> <> ??????????<3F> <> ??<3F> <> ???????????????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## ?????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
| ???????? | ??? |
2018-02-20 10:40:05 +08:00
| -- | -- |
2018-02-22 14:47:22 +08:00
| Cache-Control | ??????????? |
| Connection | ????????? ???????? |
| Date | ???????????????? |
| Pragma | ??????? |
| Trailer | ?????????????? |
| Transfer-Encoding | ??????????????????? |
| Upgrade | ?????????<3F> <> ?? |
| Via | ????????????????? |
| Warning | ?????? |
## ??????????
| ???????? | ??? |
2018-02-20 10:40:05 +08:00
| -- | -- |
2018-02-22 14:47:22 +08:00
| Accept | ??????????????????? |
| Accept-Charset | ?????????? |
| Accept-Encoding | ???????????? |
| Accept-Language | ?????????????????? |
| Authorization | Web?????? |
| Expect | ????????????????? |
| From | ?????????????? |
| Host | ???????????????? |
| If-Match | ?????????ETag?? |
| If-Modified-Since | ?????????????? |
| If-None-Match | ??????????? If-Match ???? |
| If-Range | ???<3F> <> ???????????? Byte ???<3F> <> ???? |
| If-Unmodified-Since | ????????????????If-Modified-Since???? |
| Max-Forwards | ??????????? |
| Proxy-Authorization | ??????????????????????? |
| Range | ????????<3F> <> ???? |
| Referer | ???????? URI ????????? |
| TE | ????????????? |
| User-Agent | HTTP ???????????? |
## ?????????
| ???????? | ??? |
2018-02-20 10:40:05 +08:00
| -- | -- |
2018-02-22 14:47:22 +08:00
| Accept-Ranges | ??????????<3F> <> ???? |
| Age | ?????????????????? |
| ETag | ??????????? |
| Location | ????????????????URI |
| Proxy-Authenticate | ?????????????????????? |
| Retry-After | ????<3F> <> ?????????????? |
| Server | HTTP????????????? |
| Vary | ???????????????????? |
| WWW-Authenticate | ??????????????????? |
## ?????????
| ???????? | ??? |
2018-02-20 10:40:05 +08:00
| -- | -- |
2018-02-22 14:47:22 +08:00
| Allow | ?????????HTTP???? |
| Content-Encoding | ???????????????? |
| Content-Language | ??????????????? |
| Content-Length | ?????????<3F> <> ????<3F> <> ?? ???? |
| Content-Location | ???????????URI |
| Content-MD5 | ????????????? |
| Content-Range | ????????<3F> <> ?<3F> <> ?<3F> <> |
| Content-Type | ??????????????? |
| Expires | ?????????????????? |
| Last-Modified | ?????????????????? |
# ???????
2018-02-20 10:40:05 +08:00
## Cookie
2018-02-22 14:47:22 +08:00
HTTP <20> <> ????????????????????? HTTP <20> <> ?<3F> <> ?????????????????????????HTTP/1.1 ???? Cookie ?????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
????????????????????? Set-Cookie ??<3F> <> ???????????????? Cookie ??????<3F> <> ??????<3F> <> ????????????????????????<3F> <> ??? Cookie ????????????<3F> <> ??? Cookie ??<3F> <> ??????????????????????????????Cookie ?????????????????????<3F> <> ???????????????
2018-02-20 10:40:05 +08:00
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/ff17c103-750a-4bb8-9afa-576327023af9.png)
2018-02-22 14:47:22 +08:00
Set-Cookie ??????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
| ???? | ??? |
2018-02-20 10:40:05 +08:00
| -- | -- |
2018-02-22 14:47:22 +08:00
| NAME=VALUE | ???? Cookie ?????????????????? |
| expires=DATE | Cookie ????<3F> <> ???????????????????????????????? |
| path=PATH | ??????????????????? Cookie ????????????????????????????????????? |
| domain=???? | ??? Cookie ??????????????????????????????? Cookie ??????????????? |
| Secure | ???? HTTPS ???????????? Cookie |
| HttpOnly | ?????????? Cookie ????? JavaScript ??????? |
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
**Session ?? Cookie ????**
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
Session ?????????????????????????<3F> <> ???? Session ???????<3F> <> ??????Session ID??????????????????? Session ??????????????????????????? Set-Cookie ??<3F> <> ????????????? sid ?????????????????? Session ID?????????????? Cookie ????????????<3F> <> ?????????????????????? Session ID??HTTP ???? Session ?? Cookie ???????????????????????????????? Session ????????????Cookie ?????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
**????????? Cookie ?????**
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
????? URL ??<3F> <> ???????? URL ??????? sid=xxx ??
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
**??? Cookie ????????????????????<3F> <> **
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
????????????? Cookie ?<3F> <> ????????????????????????<3F> <> ??
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## ????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
????????<3F> ]?????????????????<3F> <> ??????????????????<3F> <> ??<3F> <>
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
Cache-Control ????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
Cache-Control: no-cache ????????<3F> <> ?????????????????????????????<3F> <> ??<3F> <> ???????????????????????????????????????????????????????????<3F> <> ??<3F> <> ???????????????????????????<3F> <> ??<3F> <>
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
Expires ??<3F> <> ????????????????????????????????????????? Cache-Control ????? max-age ???????????????? Expires??????????? max-age ??<3F> <>
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## ???????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
?????????????????????????? HTML ????????????????? HTML ?????????????????????????????????? HTTP ??????????? TCP ?????????????????????????**???????** ??????????? TCP ?????????<3F> <> ?? HTTP ????HTTP/1.1????????<3F> <> ??????????????????
2018-02-20 10:40:05 +08:00
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/c73a0b78-5f46-4d2d-a009-dab2a999b5d8.jpg)
2018-02-22 14:47:22 +08:00
????????????? Connection ?????<3F> <> ??<3F> <> ???HTTP/1.1 ???HTTP ????????????????????? TCP ??????????????????????????????????? Connection: close ??????HTTP/1.1?????????????????????????????????????? Keep-Alive??
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
???????????????????????????????????????????????????????????????????????
2018-02-20 10:40:05 +08:00
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/6943e2af-5a70-4004-8bee-b33d60f39da3.jpg)
2018-02-22 14:47:22 +08:00
## ????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
????Encoding???????????????????????????????<3F> <> ?gzip??compress??deflate??identity?????? identity ????????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## ??<3F> <> ??
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
??<3F> <> ??Chunked Transfer Coding???????????????<3F> <> ??????????????<3F> <>
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## ????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
???????????????<3F> <> ???????????????????????????? boundary ??<3F> <> ???????????<3F> <> ???????????????????????<3F> <> ?
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
???<3F> <> ???????????????????<3F> <> ????
2018-02-20 10:40:05 +08:00
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/decb0936-e83c-4a55-840a-fe8aa101ac61.png)
2018-02-22 14:47:22 +08:00
## ??<3F> <> ????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
???????????<3F> <> ???????????????????????????<3F> <> ???????????????????<3F> <> ????????????????????????????????<3F> <> ????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
???????????????? Range ??<3F> <> ?????????????<3F> <> ?????? Range : bytes = 5001-10000????????????????????? 206 Partial Content ????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## ????<3F> <> ??
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
???????<3F> <> ???????????????????????????????????????????????<3F> <> ???????<3F> <>
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
?<3F> p?????????<3F> <> ?Accept??Accept-Charset??Accept-Encoding??Accept-Language??Content-Language??
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## ????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
??????????????????????????????<3F> <> ???????????????????????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## ??????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
**????**
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
???????????????????????????????????????????????????????????????????? URL??
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
???????????????????<3F> <> ?????????????????????????
2018-02-20 10:40:05 +08:00
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/c07035c3-a9ba-4508-8e3c-d8ae4c6ee9ee.jpg)
2018-02-22 14:47:22 +08:00
**????**
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
????????????????????????????? HTTP ????????<3F> <> ?????????????????? HTTP ???????????
2018-02-20 10:40:05 +08:00
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/81375888-6be1-476f-9521-42eea3e3154f.jpg)
2018-02-22 14:47:22 +08:00
**???**
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
??? SSL ???????<3F> <> ???????????????<3F> <> ???????????????<3F> <> ??
2018-02-20 10:40:05 +08:00
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/64b95403-d976-421a-8b45-bac89c0b5185.jpg)
# HTTPs
2018-02-22 14:47:22 +08:00
HTTP ?????<3F> <> ????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
1. ?????????????????????????
2. ???????????????????<3F> <> ???????<3F> <> ???
3. ???????????????????????<3F> <> ??????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
HTTPs ????????<3F> <> ?<3F> <> ???? HTTP ??? SSL??Secure Socket Layer?????????? SSL ?? TCP ?????????? SSL??HTTPs ????????????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## ????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????<3F> <> ?????????<3F> <> ??????????????????????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
?????????????????????????????????????????????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
HTTPs ???? ** ??????????**????<3F> <> ????????????????????????????????????????????????????<3F> <> ??????????????????
2018-02-20 10:40:05 +08:00
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/110b1a9b-87cd-45c3-a21d-824623715b33.jpg)
2018-02-22 14:47:22 +08:00
## ???
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
?????? ** ???** ???????????????????????<3F> <> ????????????????????????????????????????????????????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
????????????????CA??Certificate
Authority??????????????<3F> <> ??????? CA ????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
???? HTTPs ?????????????????<3F> <> ????????????????????<3F> <> ????????????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
??? OpenSSL ?????????????????????????????????????????????????????????????????<3F> <> ??????????<3F> <> ????????????????????????????????????????????????????????????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
?????????????????<3F> <> ????????????????????????????????????<3F> <> ???????????<3F> <> ?
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
## ??????
2018-02-20 10:40:05 +08:00
2018-02-22 14:47:22 +08:00
SSL ????????????????????
2018-02-20 10:40:05 +08:00