Posts tagged python
TLS/SSL Certificate Authority (CA) Trust store verification
- 31 January 2021
The CA trust store is how a TLS client establish trust with the servers offered certificates. Curl uses openssl and Python uses its own store (like Java). The store on my system is located here:
AWS Boto KeyError endpoint_resolver in session.py when using multithreading
- 14 January 2020
When using multithreading in Python with AWS boto to get a session I was randomly hitting this error:
Route 53 Associate multiple private hosted zones with same name
- 10 January 2020
Can I associate multiple private hosted zones with the same domain name to the same VPC?
Python quick dirty ping scan subnet
- 05 March 2017
This script will automatically ping scan the subnet your host is connected to. To do this it does the following: