Curl

From 탱이의 잡동사니
Revision as of 10:55, 19 March 2015 by Pchero (talk | contribs) (Created page with "== Overview == Linux command curl 사용법 정리 == Options == '''-k''' <pre> SSL 인증 확인을 거치지 않는다. </pre> == Examples == === ssl certification no che...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>