Posts tagged python
Python 3.10 tips
- 10 October 2021
- World
- English
- Technology
Handy tips and notes about Python 30.8 10, 11 and beyond.
TLS/SSL Certificate Authority (CA) Trust store verification
- 31 January 2021
- World
- English
- Technology
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
- World
- English
- Technology
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
- World
- English
- Technology
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
- World
- English
- Technology
This script will automatically ping scan the subnet your host is connected to. To do this it does the following: