Curl
Jump to navigation
Jump to search
Overview
Linux command curl 사용법 정리
Options
-k
SSL 인증 확인을 거치지 않는다.
Examples
ssl certification no check
<source lang=bash> $ curl -k -v https://web_sites.com </source>
Linux command curl 사용법 정리
-k
SSL 인증 확인을 거치지 않는다.
<source lang=bash> $ curl -k -v https://web_sites.com </source>