[PYTHON] Throw a request with a certificate on httpie

I can't easily send HTTP requests because curl is difficult to use on Windows. So I used httpie to make a request with my certificate.


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

The result looks like the following.

ss.png

Recommended Posts

Throw a request with a certificate on httpie
Map rent information on a map with python
A note on enabling PostgreSQL with Django
Build a WardPress environment on AWS with pulumi
Try Tensorflow with a GPU instance on AWS
Build a python environment with ansible on centos6
Folium: Visualize data on a map with Python
Start a process with a scheduling policy on Linux
ESP32 --Throw a trigger on IFTTT-Webhooks in MicroPython
Mount a directory on another server with sshfs
Decrypt a string encrypted on iOS with Python
Access a site with client certificate authentication with Requests
Visualize grib2 on a map with python (matplotlib)
Looking back on creating a web service with Django 1
Pub/sub (CA certificate) with paho on Azure IoT Hub
Make a breakpoint on the c layer with python
I made a Python3 environment on Ubuntu with direnv.
Looking back on creating a web service with Django 2
A note on speeding up Python code with Numba
Deploy a Django app made with PTVS on Azure
Launch Django on a Docker container with docker-compose up
Notes on creating a virtual environment with Anaconda Navigator
Making a paper craft on Linux/macOS with OSS Memo
[Linux] Create a self-signed certificate with Docker and apache
Decorate with a decorator
Create a new csv with pandas based on the local csv
Create a list in Python with all followers on twitter
[python] Reverse with slices! !! (There is also a commentary on slices!)
(Failure) Deploy a web app made with Flask on heroku
Delete all libraries installed on pip with a single command
Try clustering with a mixed Gaussian model on a Jupyter Notebook
Deploy a Django application on EC2 with Nginx + Gunicorn + Supervisor