SSL Cert Checker
MCP server exposing TrustSource x402-paid domain verification APIs (trust score, SSL check, security headers, robots.txt) to any MCP-compatible client.
Security reconnaissance toolkit. Headers audit, SSL check, DNS, port scan, tech fingerprinting, path discovery.
AWS RDS SSL certificates bundles.
Security reconnaissance toolkit. Headers audit, SSL check, DNS, port scan, tech fingerprinting, path discovery.
A Vite plugin to generate untrusted certificates for HTTPS dev servers
XMLHttpRequest for Node
hint that that checks using SSL Labs for best practices related to the website's SSL configuration
a tool based @react-native-comunnity/react-native-webview,build for bypass ssl check
Generate trusted local SSL/TLS certificates for local SSL development
Simple SSL HTTP proxy using a self-signed certificate. Intended for local development only.
a tool based @react-native-comunnity/react-native-webview,build for bypass ssl check
Simple and secure SSL public key pinning for React Native. No native configuration needed, set up in <5 minutes.
Custom inappbrowser plugin to handle ssl check automatically
Generate trusted local SSL/TLS certificates for local SSL development
SSL scripts for Adobe Creative Cloud Web Add-on.
SSL Certificate for localhost - used by Quasar CLI(s)
Check if the given request is HTTPS
WebSocket cat
<!-- omit in toc -->
Generate trusted local SSL/TLS certificates for local SSL development
React Native TCP socket API for Android & iOS with SSL/TLS support
No description provided.
Zero-dependency SSL/TLS certificate checker for Node.js — HTTPS, SMTP, IMAP, POP3, FTP via STARTTLS
fluentd plugin to check ssl endpoint
A simple gem checking for ssl expiry.
Check SSL certificates plugin for infrataster
Checks a certificate via ocsp or crl to see if it has been revoked
Spoiled is a small tool to check SSL expiration dates
ciphersurfer is a tool to check how strong is an SSL certificate. It also check for POODLE vulnerability, if your server supports SSLv3
A simple gem checking for ssl expiry.
A Ruby gem that reads URLs from a YAML configuration and checks their SSL certificate status, including expiration dates, issuers, and more.
A Ruby gem for checking the links in a web site. Can either scan files or crawl pages. Multi-threaded, with red/green colored output, support for SSL, and support for following redirects. Works great with Octopress, Jekyll, or any collection of static HTML files. With 100% RSpec coverage.
Ruby client for the DNS Robot API — DNS lookups, WHOIS, SSL checks, SPF/DKIM/DMARC validation, and more. No API key required. Zero external dependencies.
This is an experimental branch that implements a connection pool of Net::HTTP objects instead of a connection/thread. C/T is fine if you're only using your http threads to make connections but if you use them in child threads then I suspect you will have a thread memory leak. Also, I want to see if I get less connection resets if the most recently used connection is always returned. Also added a :force_retry option that if set to true will retry POST requests as well as idempotent requests. This branch is currently incompatible with the master branch in the following ways: * It doesn't allow you to recreate the Net::HTTP::Persistent object on the fly. This is possible in the master version since all the data is kept in thread local storage. For this version, you should probably create a class instance of the object and use that in your instance methods. * It uses a hash in the initialize method. This was easier for me as I use a HashWithIndifferentAccess created from a YAML file to define my options. This should probably be modified to check the arguments to achieve backwards compatibility. * The method shutdown is unimplemented as I wasn't sure how I should implement it and I don't need it as I do a graceful shutdown from nginx to finish up my connections. For connection issues, I completely recreate a new Net::HTTP instance. I was running into an issue which I suspect is a JRuby bug where an SSL connection that times out would leave the ssl context in a frozen state which would then make that connection unusable so each time that thread handled a connection a 500 error with the exception "TypeError: can't modify frozen". I think Joseph West's fork resolves this issue but I'm paranoid so I recreate the object. Compatibility with the master version could probably be achieved by creating a Strategy wrapper class for GenePool and a separate strategy class with the connection/thread implementation.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.