因为需要验证Envoy CONNECT feature的缘故,我打算自己设置一个server with SSL/TLS测试:
1 | client <--------------> envoy proxy <--------------> Apache server |
目前遇到的问题:
- localhost conigure domain name: https://www.youtube.com/watch?v=gBfZdJFxjew
- localhost set https: certbot
- apache set user/password authentication: https://www.youtube.com/watch?v=HVt2E_Ny4po
Tool involved:
- httpd apache
- certbot
- vagrant
- docker container
- envoy
other links:
-
set virtualhost domain: https://httpd.apache.org/docs/2.4/vhosts/examples.html
-
apache config file in centos: https://www.liquidweb.com/kb/apache-configuration-centos/