This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Работа с протоколом HTTPS через openssl | |
Цель: получить практические навыки по работе с HTTPS протоколом посредством openssl. Научиться создавать сертификаты. | |
Ход работы: | |
Задание 1. | |
Подключиться по openssl к https://wikipedia.org и отправить запрос: | |
openssl s_client -connect wikipedia.org:443 | |
GET /wiki/страница HTTP/1.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Сечин Данил, РИ-380014 | |
Работа с протоколом HTTP через telnet | |
ЗАДАНИЕ 1. | |
Создать проект со следующей структурой: | |
myproject/ | |
├── about | |
│ └── aboutme.html | |
└── index.html | |