Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 행당한진아파트
- ELB
- React Native
- 황학동롯데캐슬
- 행당대림아파트
- aws cli
- k8s
- Configmap
- EC2
- 명령어
- private repostiroy
- 응봉현대아파트
- 쿠버네티스
- sql 공유
- 2025년정책
- Ansible
- 5호선
- 서버간 파일전송
- statefulset
- 아파트
- linux 파일복사
- kubectl
- docker
- describe-instances
- 답십리 파크자이
- 행당역
- nexus proxy
- 9억이하
- pod
- 천호태영아파트
Archives
- Today
- Total
목록2022/04/03 (1)
게으름을 위한 부지런한 게으름뱅리' 블로그
[Curl] IP주소로 Https curl 호출하기
♬ curl 호출 조건 - Domain 없음 - Server /etc/hosts 파일에 host등록 불가 - https로 호출 위와 같은 조건으로 Server to Server curl 호출을 해야 하는 경우 아래와 같이 입력. curl --header 'Host:{Domain}' --resolve '{Domain}:443:{IP}' https://{Domain} 예시) curl --header 'Host:test.com' --resolve 'test.com:443:192.168.0.0' https://test.com
IT/Linux
2022. 4. 3. 22:07