Andy Hattemer

Results 17 issues of Andy Hattemer

If we acknowledge that many people will be using this tool to debug larger issues, it might be useful to also pull the HTTP response headers for the domain they...

βš™οΈ Server-side
🌐 DNS Lookup

This is a can of worms, but are there any free web API's for CT data? Closest I can find is certspotter.com that limits to 1000/hr for free access, example:...

βš™οΈ Server-side
🌐 DNS Lookup

I think a common scenario for DNS lookup is a user who has just purchased a domain or changed nameserver settings in an admin panel, and is looking for confirmation...

πŸ’™ Enhancement
βš™οΈ Server-side
🌐 DNS Lookup

Whether a domain is blacklisted or not, it would be helpful to provide a more info link that answers the user's likely next question: "what does it mean to be...

πŸ“” Documentation
πŸ’™ Enhancement
πŸ’» Client-side
🌐 DNS Lookup

### Motivation We need to provide more information for creating SSH tunnels, the first issue I ran into was not knowing where to find the generated public key. This PR...

### Documentation request Update RDS guide here: https://materialize.com/docs/unstable/integrations/aws-rds/ to document steps for setting up ssh tunnel connection. ### Related work _No response_

A-docs

### Documentation request Used as part of the SSH Tunnel process, also link this new documentation from here https://materialize.com/docs/unstable/sql/create-connection/#postgres-ssh ### Related work _No response_

A-docs

This is a cloud-init script that installs a lemp stack, clones and configs the laravel quickstart example app, points a subdomain at droplet, runs let’s encrypt. I include the readme...

This is a cloud-init script that installs nginx, points a subdomain at the droplet, runs let’s encrypt certbot to get ssl certs, and installs magento with mariadb as database. I...