LoginSignup
5
3

More than 5 years have passed since last update.

httpieで証明書付きのリクエストを投げる

Posted at

Windows使ってるとcurlが使いにくいので、HTTPリクエストを簡単に送れない。
なので、httpie使ってオレオレ証明書付きリクエストを投げてみた。


http --cert server.cer --cert-key server.key --verify ca.pem https://self.sample.com/

結果は下記のような感じ。

ss.png

5
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
3