FAQ aggregator
Searchable index of 1549 frequently asked questions from our knowledge base. Filter by category or search by keyword.
Glossary (327)
What to pick in 2026?
Why Rust on the server over Go?
Async everywhere?
How is this different from plain WASM?
Production uses?
Why does this matter?
WebGPU vs WebGL?
Can I use it already?
ML in the browser?
When is R2 cheaper than S3?
Minimum retention?
Do I need Workers?
Worth it for a monolith?
Sampling overhead?
Difference vs logging?
Need a Collector if the SDK has exporters?
From: OpenTelemetry Collector
Overhead?
From: OpenTelemetry Collector
Contrib vs Core?
From: OpenTelemetry Collector
WASI vs Docker?
Production-ready?
Async support?
When serverless container vs Lambda?
Is scale-to-zero risky?
Cheapest option for long-running?
RSC vs SSR?
When to use a client component?
Supported by all frameworks?
Streaming vs full SSR?
SEO impact?
Edge CDN support?
Edge vs serverless?
What is not allowed on edge?
Good for APIs?
Turbopack vs Vite?
Production ready?
Migrating from Webpack?
Islands vs RSC?
Bundle size?
SEO impact?
Why is SPA hydration a problem?
Qwik resumability?
How to measure?
Framer Motion replacement?
Safari support?
SEO impact?
Streams vs Promises?
Browser support?
Compression Streams?
Shadow DOM vs iframe?
Does React use it?
CSS styling from outside?
Replace a bundler?
esm.sh vs skypack?
CORS issues?
When lake vs warehouse?
Cost?
Data swamp problem?
dbt Core vs Cloud?
From: dbt — Data Build Tool
Alternatives?
From: dbt — Data Build Tool
Incremental models?
From: dbt — Data Build Tool
Iceberg vs Delta Lake?
Query engines?
Production reliable?
Parquet vs CSV?
Parquet vs ORC?
Typical size?
Avro vs Protobuf?
When Avro vs Parquet?
Need Schema Registry?
Open-source LLM?
Self-host cost?
Hallucinations?
RAG vs fine-tuning?
Best chunk size?
Hallucinations in RAG?
Cosine vs euclidean?
Does size matter?
Do I need rerank?
pgvector vs dedicated vector DB?
Qdrant vs Pinecone?
How to monitor?
Is prompt injection in OWASP?
Can I fully defend?
Detection tools?
Do I need fine-tune?
Dataset size?
Cost?
Accuracy loss?
How does INT4 GGUF work?
Fine-tune quantised model?
Is keyword search deprecated?
Elasticsearch vs Qdrant?
Latency target?
HNSW vs IVF?
HNSW and filtering?
Is DiskANN an alternative?
Agent vs chatbot?
Reliability?
What is Claude Agent SDK?
Is tool calling reliable?
What is MCP?
Security?
Why is MoE trending?
Fine-tuning MoE?
Running MoE locally?
Why did transformer become dominant?
What is Flash Attention?
Alternatives to transformer?
Long context vs RAG?
Do I need 2M tokens?
How to optimise?
Service mesh or API gateway?
Overkill for a small cluster?
Istio or Linkerd?
Sidecar vs multi-process container?
Overhead?
Common pitfalls?
Envoy vs nginx?
Standalone Envoy — use case?
Configuration — complex?
Istio vs Linkerd?
Performance overhead?
What is ambient mode?
Operator vs Helm chart?
When to write your own operator?
Testing operators?
Helm or Kustomize?
Helm 2 vs Helm 3?
Where to find charts?
GitOps vs CI/CD?
Secrets in Git — how?
Monorepo or split?
ArgoCD vs Flux?
Multi-cluster?
Scaling limits?
Terraform or OpenTofu?
State management?
Terraform vs Pulumi?
OCI vs Docker image?
Registry choice?
Signing/verification?
CDC vs Event Sourcing?
Is Debezium production-ready?
Alternative — polling?
Materialized view vs regular view?
Refresh frequency?
Postgres CONCURRENTLY flag?
REFRESH MATERIALIZED VIEW CONCURRENTLY — no lock on readers. Requires UNIQUE index. Recommended for prod.
EDA vs request/response?
Kafka vs RabbitMQ?
Eventual consistency — how to handle?
WASI vs containers?
When is it production-ready?
Replacement for containers?
CQRS vs simple CRUD?
Is Event Sourcing mandatory?
How to sync the read model?
Is Event Sourcing only for CQRS?
How to deal with schema changes?
Storage size — a problem?
Saga vs 2PC?
Choreography or orchestration?
Tool recommendations?
When to use Bloom filter?
How to choose false positive rate?
Alternative: HyperLogLog?
Where is it used?
Consistent Hashing vs Range Sharding?
Is Rendezvous hashing better?
Canary vs blue-green?
For stateful services?
What metrics to monitor?
Blue-green vs rolling?
From: Blue-Green Deployment
Double infrastructure cost — worth it?
From: Blue-Green Deployment
DB migrations — how?
From: Blue-Green Deployment
Why need if we have canary?
Feature-flag debt — a problem?
Open-source tools?
Observability vs Monitoring?
Do I need all 3 pillars?
Stack suggestions?
OpenTelemetry vs Datadog agent?
Performance overhead?
Is it stable?
SRE vs DevOps?
Small team — overkill?
Required reading?
FinOps — role or practice?
Tooling?
Savings ROI?
Jaeger vs Zipkin?
Storage overhead?
Jaeger alternative?
LRU vs LFU — which?
Is Redis LRU really accurate?
TTL vs LRU?
ELK vs Loki?
Cost control?
Centralise multi-region?
gRPC vs REST?
Does gRPC work in the browser?
How to debug gRPC?
Passkeys vs WebAuthn?
Do I need new infrastructure?
Will it replace passwords?
Is PKCE needed for confidential clients (server-side)?
Do all providers support it?
Plain vs S256 method?
Where to store a refresh token?
What to do on suspected leak?
DELETE /tokens WHERE user_id=X. User must relogin.
Refresh rotation — required?
Do I need a Service Worker without PWA?
Does it work in Safari?
How to debug?
IndexedDB vs localStorage?
Mobile support?
Eviction — will my data disappear?
navigator.storage.persist().
WebSocket or SSE?
How to handle disconnects?
Scaling?
When to use SSE over WebSocket?
From: SSE — Server-Sent Events
Automatic reconnect?
Last-Event-ID. From: SSE — Server-Sent Events
HTTP/1.1 6-connection limit — a problem?
From: SSE — Server-Sent Events
mTLS vs API key?
How to distribute client certs?
Does it work in browsers?
JWK vs x509 PEM cert?
From: JWK — JSON Web Key
How to rotate keys?
From: JWK — JSON Web Key
How to verify JWT with JWKS?
From: JWK — JSON Web Key
Why HMAC instead of just a shared secret in a header?
Replay attack protection?
Which providers use it?
Token bucket vs sliding window?
How to choose parameters?
Rate limit per-IP or per-user?
How to measure uptime SLI?
Do I need an SLA for a small team?
What to do when error budget is exhausted?
Why not the mean?
How to measure at low traffic?
How to improve p99?
GraphQL vs REST — which is faster?
From: GraphQL — What It Is
How to solve the N+1 problem?
From: GraphQL — What It Is
Is caching harder than REST?
From: GraphQL — What It Is
RSC vs SSR?
Do all React frameworks support it?
Can I use hooks?
CRDT vs Operational Transform?
Performance?
Do I need it for a simple todo app?
Server Actions vs API routes?
Are they safe?
Do they work without JavaScript?
Do I need DMARC if I have SPF and DKIM?
Where to start?
Is there a cost?
Is OCSP Stapling mandatory?
From: OCSP and OCSP Stapling — What They Are and How They Work
Does it work with Let's Encrypt?
From: OCSP and OCSP Stapling — What They Are and How They Work
What is CRL and how is it different?
From: OCSP and OCSP Stapling — What They Are and How They Work
OAuth 2.0 vs OpenID Connect?
Is Implicit flow still used?
Is the access token a JWT?
Webhook or polling?
How do I verify a webhook is from that service?
What if the receiver is down?
When did INP replace FID?
Do CWV affect ranking?
How do I check CWV for my site?
Edge computing vs CDN?
Why use it if I have multi-region Kubernetes?
Any Russian edge providers?
Zero Trust vs VPN?
Who coined the term?
Do I need to buy a vendor?
Why does Idempotency-Key exist?
How long do I keep keys?
Is GET idempotent even with rate limiting?
What if robots.txt is unavailable?
Does robots.txt hide a page from the index?
Do wildcards work?
Disallow: /*.pdf$. RFC 9309 formalized wildcards.
Does TLD affect SEO?
What are 2LD and 3LD?
Why is .io so popular?
Does this apply to my project?
Does this apply to my project?
Does this apply to my project?
From: PoP (Point of Presence) — What It Is and How It Works [2026]
Does this apply to my project?
Does this apply to my project?
Does this apply to my project?
Does this apply to my project?
From: 503 Service Unavailable — What It Is and How It Works [2026]
Does this apply to my project?
Does this apply to my project?
Does this apply to my project?
Do I need CAA record?
Do I need HTTP/2?
Do I need HTTP/3?
Do I need TLS 1.3?
Do I need MIME type?
Do I need Redirect chain?
Do I need CDN?
Do I need nginx vs Apache?
Do I need sitemap.xml?
Do I need IndexNow?
Do I need SNI?
Do I need SRV record?
Do I need PTR record (reverse DNS)?
Do I need CORS preflight?
Do I need SRI (Subresource Integrity)?
From: SRI (Subresource Integrity) — Supply-Chain Protection [2026]
Do I need IPv6?
Do I need MTU?
Do I need NTP?
Do I need BGP?
Do I need HSTS Preload?
Do I need JWT?
Do I need TTL?
Do I need WAF?
Do I need SPF?
Do I need DKIM?
How does CNAME record differ from similar concepts?
Does this need manual updates?
How does HSTS differ from similar concepts?
Does this need manual updates?
How does MX record differ from similar concepts?
Does this need manual updates?
How does CORS differ from similar concepts?
Does this need manual updates?
How does CSP differ from similar concepts?
Does this need manual updates?
How-to guides (290)
Ingress vs Service LoadBalancer?
Do I need Gateway API?
Is cert-manager required?
Can I trust PgTune?
When do I need partitions?
Is a connection pooler critical?
Blameless postmortem?
From: Run an Incident Response
How fast do I write the postmortem?
From: Run an Incident Response
IR automation?
From: Run an Incident Response
How many partitions are enough?
From: Fix Kafka Consumer Lag
Can I reduce partitions?
From: Fix Kafka Consumer Lag
Compaction vs retention?
From: Fix Kafka Consumer Lag
When switch allkeys-lru → allkeys-lfu?
From: Tune Redis Memory
Redis in production without persistence?
From: Tune Redis Memory
Sharding or Cluster?
From: Tune Redis Memory
Rate per IP or per user?
X-Forwarded-For?
limit_req vs CF / AWS WAF?
How often to rotate?
Vault or AWS SM?
Short-lived credentials?
How to check for leakage?
Snyk vs Dependabot?
Trivy vs Snyk?
Snyk Code (SAST)?
Monitor prod?
snyk monitor continuously tracks. New CVEs discovered → email/Slack alert. Enterno uptime for endpoint health complements it.
Why sign images?
Keyless vs key-based?
What is an SBOM?
Admission in K8s?
When is SBOM needed?
SPDX or CycloneDX?
SBOM scanning?
Monitor endpoint for SBOM?
Dependabot or Renovate?
Is Socket.dev free?
xz 2024 incident?
npm vs pnpm vs bun?
OTel or vendor-specific SDK (Datadog APM)?
Traces vs Metrics vs Logs?
Cost?
Monitor endpoint?
Jaeger vs Tempo vs Honeycomb?
Trace instead of logs?
Performance overhead?
How to find latency issue fast?
SLO vs SLA?
Realistic numbers?
Error budget ratio?
Enterno monitoring?
PagerDuty vs Opsgenie?
Alertmanager HA?
Grafana alerting as replacement?
Enterno integration?
Loki vs Elasticsearch?
Logs vs traces?
Retention?
Enterno logging?
Field vs Lab data?
Why did INP replace FID?
RUM provider?
Check without install?
How many documents are needed?
Cost?
Best LLM for RAG?
How to monitor RAG quality?
RAG or FT?
Cost?
How to measure improvement?
LoRA vs full FT?
Is pgvector enough?
Qdrant vs Weaviate?
Backup / HA?
How to monitor uptime?
What if key leaked?
Is $10k leak cost real?
Does proxy add latency?
How does Enterno secure keys?
SSE vs WebSocket?
First token latency?
How to minimise delay?
Monitor latency?
Cache hit rate target?
How does OpenAI automatic cache work?
Cache for streaming?
Invalidation strategy?
How often should I eval?
LangSmith vs LangFuse?
Automatic vs human eval?
What does Enterno use?
MCP vs OpenAI function calling?
MCP servers market in 2026?
Security?
Deploy MCP remotely?
Cold start — how to solve?
Modal vs RunPod?
Do I need vLLM?
Is Replicate pricing OK?
Cost for 10k articles?
Why is semantic better than keyword?
Algolia vs self-hosted?
Enterno example?
Is 100% fix possible?
Rebuff vs Lakera?
How to test defences?
Enterno defence?
Is free tier enough?
Why self-hosted runners?
Secrets vs env vars?
GitHub Actions vs Jenkins/GitLab CI?
ArgoCD for small cluster — overkill?
Private repos — access?
Secrets management?
Multi-env (dev/staging/prod)?
Vault or AWS Secrets Manager?
License — open-source?
How to rotate secrets?
App integration?
Is SameSite=Lax enough in 2026?
API with cookies auth — do I need CSRF?
SPA + JSON API — how?
How to verify CSRF protection?
fetch('/your-site/action', {method: 'POST', credentials: 'include'}). Should be blocked.
How to see real-time queries?
SELECT * FROM pg_stat_activity WHERE state = 'active'; — live queries. Cancel with PID: SELECT pg_cancel_backend(pid);
When to VACUUM ANALYZE?
Connection pooling — PgBouncer or application-level?
Slow on 10 GB DB — indexes or scale?
Managed or self-hosted K8s?
When is K8s needed?
Alternatives?
How to test before migration?
When is Redis Cluster needed?
Cluster vs Sentinel?
Managed alternatives?
Migrate from single Redis?
Docker Compose vs Kubernetes?
Networking?
ports:.
Can I use Docker Compose in prod?
Alternative — Podman Compose?
GitHub Push Protection — what is it?
How to know a key leaked?
Vault, AWS SM, or .env?
Client-side keys (e.g. Google Maps)?
How to enable debug logging only for one IP?
events { debug_connection 1.2.3.4; } in nginx.conf — debug only for this client.
Real IP through proxy?
set_real_ip_from 10.0.0.0/8; + real_ip_header X-Forwarded-For; — nginx will show client IP instead of proxy.
How to check backend health from nginx?
nginx_upstream_check_module (patch for OSS nginx). Or plain passive health checks via max_fails=3 fail_timeout=30s.
Best tool for debug traffic?
tcpdump on server → capture traffic, analyze in Wireshark. Or DevTools Network tab for client-side.
Is Cloudflare really free?
Is origin still accessible directly?
Works in Russia?
How to purge cache?
curl -X POST "https://api.cloudflare.com/client/v4/zones/ZONE_ID/purge_cache" -H "Authorization: Bearer TOKEN" -d '{"purge_everything":true}'
Why wildcard if I can issue a cert per subdomain?
From: How to Get a Let's Encrypt Wildcard Certificate — 2026
Multi-level wildcard (*.*.example.com)?
From: How to Get a Let's Encrypt Wildcard Certificate — 2026
Is a wildcard safe?
From: How to Get a Let's Encrypt Wildcard Certificate — 2026
Wildcard + SAN for apex?
-d "*.example.com" -d example.com creates a cert with SAN = [*.example.com, example.com]. Common practice. From: How to Get a Let's Encrypt Wildcard Certificate — 2026
ed25519 vs RSA?
Is port change real defence?
Should I disable root entirely?
PermitRootLogin prohibit-password (key-only) + sudo user. Full no — requires console access for emergencies.
How to verify security?
ssh-audit open-source tool. Plus audit auth.log for failed attempts.
Is Let's Encrypt good for production?
How to install a commercial CA cert?
Certbot edits my config — safe?
cp nginx.conf.backup nginx.conf.
How to auto-renew?
--deploy-hook "systemctl reload nginx".
nginx vs HAProxy vs Traefik?
How to zero-downtime restart backends?
Reverse proxy + SSL termination?
Performance: does reverse proxy add latency?
Prometheus or InfluxDB?
Retention — how long?
Where to configure alerts?
vs Datadog/New Relic?
pg_dump vs pg_basebackup?
Incremental backups?
Retention?
Backup verification?
pg_restore --list shows content. Real test: periodic full restore to staging + smoke tests.
Cron sends email by default — isn't that enough?
Healthchecks.io vs Enterno?
Kubernetes CronJob — how?
curl PING_URL in postStart/postStop container lifecycle hook. Or a sidecar container.
Private network cron — how to ping?
systemd vs pm2 / supervisord?
Which restart policy?
How to graceful shutdown?
TimeoutStopSec=30s — systemd waits 30 s before SIGKILL. App must handle SIGTERM and exit cleanly.
Logs get huge — rotation?
/etc/systemd/journald.conf → SystemMaxUse=1G, MaxRetentionSec=30d.
logrotate vs journald?
journalctl. logrotate — text files with compression. For apps that write to files — logrotate.
How often does it run?
Where do rotated logs go?
Rotation not working — how to debug?
logrotate -d (dry-run) shows what would happen. Status: cat /var/lib/logrotate/status — last rotation time.
Cloudflare geo-blocking vs nginx?
MaxMind vs IP2Location?
How to unblock admin from a blocked country?
Which countries get blocked most?
How often does Let's Encrypt renew?
From: How to Rotate an SSL Certificate with Zero Downtime 2026
Do I need restart or just reload?
From: How to Rotate an SSL Certificate with Zero Downtime 2026
How to auto-reload on renew?
certbot renew --deploy-hook "systemctl reload nginx" or at /etc/letsencrypt/renewal-hooks/deploy/reload-nginx.sh. From: How to Rotate an SSL Certificate with Zero Downtime 2026
What if the cert expired?
certbot renew fails due to rate limits: certbot certonly --force-renewal. From: How to Rotate an SSL Certificate with Zero Downtime 2026
Is OCSP Stapling required?
How often does nginx refetch OCSP?
Does Let's Encrypt support OCSP?
How do I verify stapling works?
openssl s_client -status.
How much better is Brotli than gzip?
Does Brotli work over HTTPS?
Client compatibility?
How do I verify it works?
What is a simple request?
Why doesn't wildcard * work with credentials?
How to debug CORS?
Check CORS online?
Nonce vs hash — which?
From: How to Configure CSP with Nonce — Remove unsafe-inline
What is strict-dynamic?
From: How to Configure CSP with Nonce — Remove unsafe-inline
Does CSP work in IE?
From: How to Configure CSP with Nonce — Remove unsafe-inline
How do I check my CSP?
From: How to Configure CSP with Nonce — Remove unsafe-inline
How to decrypt a Wireshark capture?
SSLKEYLOGFILE=/tmp/sslkeys.log. In Wireshark → Edit → Preferences → TLS → (Pre)-Master-Secret log → /tmp/sslkeys.log.
openssl shows old cipher — normal?
How to check OCSP stapling?
openssl s_client -status -connect example.com:443 &1 | grep "OCSP Response". Should be "OCSP Response Status: successful".
How to see TLS version in browser?
chrome://net-internals/#ssl.
What is usually the LCP element?
Why is mobile LCP 2× worse than desktop?
INP vs LCP — which matters more?
How to test LCP?
Cloudflare or Yandex Cloud CDN?
How much does CDN speed up the site?
How to purge CDN cache?
Does a CDN help SEO?
Does Fail2Ban block IPv6?
fail2ban-client status shows mixed v4/v6 bans.
Will it block legitimate users?
Fail2Ban replacement?
How to monitor banned IPs?
fail2ban-client status [jail] or parse /var/log/fail2ban.log. For Enterno Security Scanner shows security posture.
OAuth 2.0 vs OpenID Connect?
id_token (JWT) with user claims.
Is Implicit flow still used?
Where to store the refresh token?
How to test an OAuth flow?
When does the browser do preflight?
Preflight is slower — how to speed up?
Django DRF + JWT — does preflight need Authorization?
How to test?
What is the difference between ~all and -all?
~all (softfail) marks mail as suspicious but may still deliver. -all (hardfail) rejects it. Start with ~all, switch to -all after 1-2 clean weeks.
Do I need SPF if I have DKIM?
Can I use multiple includes?
How do I see my current SPF?
dig TXT example.com.
Do I need DKIM if I have SPF?
What is a selector?
selector._domainkey.domain.
How do I inspect someone else's DKIM?
DKIM-Signature: d=sender.com; s=selector header. Or use Enterno DKIM Checker.
Can I have multiple DKIM selectors?
Is HTTP/2 always faster than HTTP/1.1?
Do I need to change code?
Is HTTP/3 ready?
How do I verify HTTP/2 actually works?
Difference between active and passive mixed content?
Can I disable the block?
Does upgrade-insecure-requests work everywhere?
How do I prevent mixed content in new articles?
What is the "ad" flag in dig?
Do I need DNSSEC if I have HTTPS?
Why does DNSSEC validate on some resolvers but not others?
DNSSEC adoption in Runet
Do I need a CSR for Let's Encrypt?
certbot --nginx -d example.com.
What is SAN?
DV vs OV vs EV?
Can I reuse a CSR?
www or non-www — which is better for SEO?
Do I need a cert on www if the redirect is instant?
Difference between 301 and 308?
How do I test for redirect loops?
curl -I -L (follows redirects) — more than 10 hops = problem.
Difference between max-age and s-maxage?
max-age — TTL for private caches (browser). s-maxage — TTL for shared caches (CDN, proxy). If both are set — each cache uses its own.
What is immutable?
Do I need ETag if I have Cache-Control?
How do I inspect my site's cache strategy?
What are rua and ruf?
rua — aggregate reports (daily stats from Gmail/Yandex). ruf — forensic reports (individual failed messages, optional). rua is enough for 99% of cases.
Does a small site need DMARC?
How do I read an aggregate report?
How long before switching to reject?
Signup required?
Signup required?
Signup required?
Signup required?
Signup required?
Signup required?
Signup required?
Signup required?
Signup required?
Signup required?
Is signup required?
Is this free?
Is signup required?
Is this free?
Is signup required?
Is this free?
Is signup required?
Is this free?
Is signup required?
Is this free?
SSL errors (255)
Quick way to check the chain?
From: Trust anchor for certification path not found (Android)
LE on Android < 7?
From: Trust anchor for certification path not found (Android)
App-level vs system-level?
From: Trust anchor for certification path not found (Android)
Reboot required?
From: Schannel 0x80072f7d — Security channel error (Windows)
Does it affect .NET apps?
From: Schannel 0x80072f7d — Security channel error (Windows)
Windows XP?
From: Schannel 0x80072f7d — Security channel error (Windows)
How to avoid editing the system cacerts?
From: sun.security.validator.ValidatorException: PKIX path building failed
Self-signed dev/test?
From: sun.security.validator.ValidatorException: PKIX path building failed
Maven / Gradle?
From: sun.security.validator.ValidatorException: PKIX path building failed
Why OCSP stapling at all?
Can I disable OCSP?
Firefox-only?
Alpine Docker — safe?
CI / CD?
Self-signed?
macOS fresh install — why?
From: Python ssl.SSLCertVerificationError: CERTIFICATE_VERIFY_FAILED
Behind corporate VPN?
From: Python ssl.SSLCertVerificationError: CERTIFICATE_VERIFY_FAILED
Is verify=False OK?
From: Python ssl.SSLCertVerificationError: CERTIFICATE_VERIFY_FAILED
Is QUIC mandatory in 2026?
Detect client-side?
MTU fix?
listen 443 quic; quic_gso on;. Some CDNs (Cloudflare) handle it automatically.
Monitor QUIC endpoint?
Is QUIC slower than HTTP/2 on bad networks?
Server-side tuning?
quic_gso on; quic_retry on; for better performance.
How to measure adoption?
Monitor uptime?
TLS 1.2 in QUIC possible?
Are draft QUIC versions deprecated?
Does curl --http3 need a special build?
brew install curl --HEAD.
Wireshark QUIC?
HPACK vs QPACK?
Debug HPACK?
nghttp2 CLI tools to analyze frames.
CDN side?
HTTP/2 vs HTTP/3?
Is SNI mandatory in 2026?
Default vhost fallback?
server_name _; matches undefined hosts. But cert must still match SNI (otherwise UNRECOGNIZED_NAME).
Encrypted SNI (ECH)?
Monitor cert match?
PEM vs DER?
fullchain.pem format?
Custom extensions?
Monitor cert validity?
ECH adoption 2026?
Why ECH?
Blocked by governments?
How to test ECH?
curl --ech in future.
DoH vs Do53?
DNSSEC debug?
Chrome Secure DNS list?
Monitor DNS?
How to reproduce?
Content-Length mismatch?
Chunked encoding bugs?
Monitor HTTP integrity?
Streaming vs buffered?
LLM-specific?
SSE and chunked?
proxy_buffering off; for streaming endpoints.
Reproduce?
Allow self-signed in dev?
From: NSURLErrorServerCertificateUntrusted (-1202) — iOS/macOS
Certificate pinning best practice?
From: NSURLErrorServerCertificateUntrusted (-1202) — iOS/macOS
iOS ignores self-signed?
From: NSURLErrorServerCertificateUntrusted (-1202) — iOS/macOS
ATS requirements 2026?
From: NSURLErrorServerCertificateUntrusted (-1202) — iOS/macOS
What is Logjam?
Is 4096-bit better than 2048?
ECDHE replaces DHE?
Reissue cert?
Key Usage vs EKU?
Minimum set for HTTPS?
Adjust private CA?
keyUsage=digitalSignature,keyEncipherment + extendedKeyUsage=serverAuth.
Is Firefox stricter than Chrome?
ISRG Root X1 in 2026?
nginx fullchain vs cert+chain?
NSS trust store vs OS?
Private CA setup?
Captive portal — how to tell?
nginx "listen 443" without ssl?
MITM detection?
openssl s_client | openssl x509 -fingerprint.
TLS record types?
What is Must-Staple?
Does my CA set Must-Staple?
Always enable stapling?
How to verify?
OCSP vs CRL?
Short-lived certs killing OCSP?
Does Chrome disable OCSP?
Why this error now?
Why generic?
Log for analysis?
Quick diagnosis?
Self-signed = ERR_CERT_INVALID?
Is renegotiation deprecated?
HTTP/2 + client auth?
Firefox workaround?
OpenSSL config?
ssl_protocols TLSv1.2 TLSv1.3; + apply client auth on TLS 1.3 only.
What does critical mean?
Is Chrome strict?
Which extensions are usually critical?
Debug cert?
What is SCT?
Does Let's Encrypt include SCT?
How to verify SCT?
openssl x509 -in cert.pem -text | grep -A5 "SCT List".
Compliance impact?
Difference from ERR_FAILED?
Only on preload?
How to purge CDN?
How to check HTTP status of my resources?
I don't need CAA — what now?
Who checks CAA?
Is iodef CAA mandatory?
How to check CAA?
dig CAA example.com.
Do Chrome and Firefox block the same?
From: SSL_ERROR_PROTOCOL_VERSION_ALERT — TLS Version Mismatch
How to find out which TLS my server runs?
openssl s_client -connect host:443 -tls1_3. From: SSL_ERROR_PROTOCOL_VERSION_ALERT — TLS Version Mismatch
Worked yesterday, broke today — what?
From: SSL_ERROR_PROTOCOL_VERSION_ALERT — TLS Version Mismatch
Is TLS 1.2 safe in 2026?
From: SSL_ERROR_PROTOCOL_VERSION_ALERT — TLS Version Mismatch
Is it actually MITM?
Safe way to test?
Is SHA-1 still available?
Permanent fix?
Why strict HTTP/2 cipher requirements?
From: ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY — HTTP/2 over Weak TLS
Does HTTP/3 have the same requirements?
From: ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY — HTTP/2 over Weak TLS
Backwards compatibility?
From: ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY — HTTP/2 over Weak TLS
Mozilla SSL Config Generator?
From: ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY — HTTP/2 over Weak TLS
OCSP vs CRL?
Is OCSP Stapling mandatory?
Does the client cache OCSP?
Server-side fixes?
ssl_stapling on + valid resolver. nginx fetches + caches OCSP itself.
Which TLDs currently "collide"?
Is this a security risk?
Does Chrome specifically block?
Reserved TLDs 2026?
How long to wait for a new Let's Encrypt cert?
Is a revoked cert cached on clients?
How do I know the revocation reason?
Check if it's active?
How is it different from ERR_EMPTY_RESPONSE?
How do I know if it's ISP blocking?
Browsers show ERR_CONNECTION_RESET or ERR_CONNECTION_ABORTED — which?
How do I check reachability?
What is the redirect limit?
How do I inspect my chain?
curl -IL -w "redirects: %{num_redirects}\n" https://example.com.
Cloudflare Flexible vs Full?
Loop after HSTS preload?
Which browsers blocked TLS 1.0/1.1?
From: ERR_SSL_OBSOLETE_VERSION — Block of Outdated TLS 1.0/1.1
What if clients use old Android (API<21)?
From: ERR_SSL_OBSOLETE_VERSION — Block of Outdated TLS 1.0/1.1
IoT device cannot reach server — disable TLS 1.2?
From: ERR_SSL_OBSOLETE_VERSION — Block of Outdated TLS 1.0/1.1
How do I check supported TLS?
openssl s_client -connect example.com:443 -tls1_2. From: ERR_SSL_OBSOLETE_VERSION — Block of Outdated TLS 1.0/1.1
Why is Firefox stricter than Chrome?
From: SSL_ERROR_NO_CYPHER_OVERLAP — Firefox & No Shared Ciphers
Will legacy Windows clients work?
From: SSL_ERROR_NO_CYPHER_OVERLAP — Firefox & No Shared Ciphers
How do I test cipher matching?
openssl s_client -connect example.com:443 -cipher ECDHE-RSA-AES128-GCM-SHA256. Error = not supported. From: SSL_ERROR_NO_CYPHER_OVERLAP — Firefox & No Shared Ciphers
Switching from 3DES to AES, will I lose users?
From: SSL_ERROR_NO_CYPHER_OVERLAP — Firefox & No Shared Ciphers
Why do cookies trigger it?
Is HTTP/2 push a cause?
ERR_HTTP2_PROTOCOL_ERROR on one page only?
How do I check HTTP/2?
curl -I --http2 https://example.com.
Why is Firefox this strict?
Does Chrome show the same?
Is a corporate proxy safe?
How do I know if the cert is real?
What is Cross-Origin Isolation?
When do I see this error?
Are Spectre mitigations about security?
How to test this easily?
How is it different from ERR_CONNECTION_REFUSED?
Is the error only on my side?
How long to recover?
Error on mobile but not desktop?
What is the CRIME attack?
From: ERR_SSL_DECOMPRESSION_FAILURE_ALERT — CRIME Mitigation
Is TLS compression the same as gzip content-encoding?
From: ERR_SSL_DECOMPRESSION_FAILURE_ALERT — CRIME Mitigation
In which TLS version is compression?
From: ERR_SSL_DECOMPRESSION_FAILURE_ALERT — CRIME Mitigation
How to check compression is off?
From: ERR_SSL_DECOMPRESSION_FAILURE_ALERT — CRIME Mitigation
What is TLS renegotiation?
From: ERR_SSL_RENEGOTIATION_NOT_SUPPORTED — TLS Renegotiation
Why was renegotiation removed?
From: ERR_SSL_RENEGOTIATION_NOT_SUPPORTED — TLS Renegotiation
How to set up mTLS in 2026?
From: ERR_SSL_RENEGOTIATION_NOT_SUPPORTED — TLS Renegotiation
Legacy Java client — what to do?
From: ERR_SSL_RENEGOTIATION_NOT_SUPPORTED — TLS Renegotiation
How do I check what TLS the server supports?
openssl s_client -connect example.com:443 -tls1_2. If it errors — TLS 1.2 is not supported.
Can I bypass the error via Chrome flags?
What if the server is managed by the hosting provider?
Why does SNI matter here?
Why does Chrome work but Firefox does not?
How do I bypass the error temporarily?
What is the Mozilla CA Certificate Program?
Is Let's Encrypt in Firefox?
Why did Apple/Google/Mozilla cap the validity?
From: ERR_CERT_VALIDITY_TOO_LONG — Certificate Valid > 398 Days
Why exactly 398 days?
From: ERR_CERT_VALIDITY_TOO_LONG — Certificate Valid > 398 Days
Can I bypass it with Chrome flags?
From: ERR_CERT_VALIDITY_TOO_LONG — Certificate Valid > 398 Days
Let's Encrypt's 90 days is annoying, alternatives?
From: ERR_CERT_VALIDITY_TOO_LONG — Certificate Valid > 398 Days
What is SNI and why is it needed?
From: ERR_SSL_UNRECOGNIZED_NAME_ALERT — SNI Mismatch in Chrome
Does it work without SNI?
From: ERR_SSL_UNRECOGNIZED_NAME_ALERT — SNI Mismatch in Chrome
Is unrecognized_name a fatal or warning alert?
From: ERR_SSL_UNRECOGNIZED_NAME_ALERT — SNI Mismatch in Chrome
How do I test SNI?
openssl s_client -connect IP:443 -servername example.com. Without -servername (SNI) you will see alert 112. From: ERR_SSL_UNRECOGNIZED_NAME_ALERT — SNI Mismatch in Chrome
How is it different from ERR_CONNECTION_REFUSED?
From: ERR_EMPTY_RESPONSE — Server Did Not Reply. Causes & Fix
Only happens on POST requests — why?
client_max_body_size or PHP post_max_size. PHP-FPM rejects, nginx drops the connection → empty response. From: ERR_EMPTY_RESPONSE — Server Did Not Reply. Causes & Fix
How can I catch the exact moment of failure?
access_log with $upstream_response_time and $upstream_status. An empty upstream_status with a timestamp is the moment. From: ERR_EMPTY_RESPONSE — Server Did Not Reply. Causes & Fix
Does restarting help?
From: ERR_EMPTY_RESPONSE — Server Did Not Reply. Causes & Fix
What is a MAC in TLS?
Is this an attack?
Why does AV break things?
Only in mobile browser — why?
What is extKeyUsage?
From: ERR_SSL_KEY_USAGE_INCOMPATIBLE — Cert Not for Server Auth
Why did it work before?
From: ERR_SSL_KEY_USAGE_INCOMPATIBLE — Cert Not for Server Auth
Can I add extKeyUsage to an existing cert?
From: ERR_SSL_KEY_USAGE_INCOMPATIBLE — Cert Not for Server Auth
Is Let's Encrypt always fine?
serverAuth,clientAuth in extKeyUsage. Universal format. From: ERR_SSL_KEY_USAGE_INCOMPATIBLE — Cert Not for Server Auth
What is HPKP and why is it deprecated?
From: NET::ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN — HPKP/Pinning
What is static pinning in Chrome?
From: NET::ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN — HPKP/Pinning
How do I fully reset Chrome state for a domain?
From: NET::ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN — HPKP/Pinning
Is Expect-CT a replacement for HPKP?
From: NET::ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN — HPKP/Pinning
What is mTLS?
Why did Chrome not prompt to pick a cert?
Works in Firefox, fails in Chrome — why?
How do I import a p12 into Chrome?
Why did Google punish Symantec?
DigiCert acquired Symantec — does a reissue work?
Can I bypass the error?
Does Firefox/Safari still trust the old cert?
Is it safe to ignore ERR_CERT_DATE_INVALID?
How can I catch this error early?
Does clearing cookies / cache help?
Is Let's Encrypt free — and is the certificate trusted?
Is it safe to ignore ERR_SSL_PROTOCOL_ERROR?
How can I catch this error early?
Does clearing cookies / cache help?
Is Let's Encrypt free — and is the certificate trusted?
Is it safe to ignore ERR_CERT_COMMON_NAME_INVALID?
How can I catch this error early?
Does clearing cookies / cache help?
Is Let's Encrypt free — and is the certificate trusted?
Is it safe to ignore SSL_ERROR_BAD_CERT_DOMAIN?
How can I catch this error early?
Does clearing cookies / cache help?
Is Let's Encrypt free — and is the certificate trusted?
Is it safe to ignore Mixed Content?
How can I catch this error early?
Does clearing cookies / cache help?
Is Let's Encrypt free — and is the certificate trusted?
Is it safe to ignore HSTS Error?
From: HSTS Error — How to Bypass Strict-Transport-Security [2026]
How can I catch this error early?
From: HSTS Error — How to Bypass Strict-Transport-Security [2026]
Does clearing cookies / cache help?
From: HSTS Error — How to Bypass Strict-Transport-Security [2026]
Is Let's Encrypt free — and is the certificate trusted?
From: HSTS Error — How to Bypass Strict-Transport-Security [2026]
Is it safe to ignore SSL Handshake Failed?
How can I catch this error early?
Does clearing cookies / cache help?
Is Let's Encrypt free — and is the certificate trusted?
Is it safe to ignore ERR_CERT_WEAK_SIGNATURE_ALGORITHM?
How can I catch this error early?
Does clearing cookies / cache help?
Is Let's Encrypt free — and is the certificate trusted?
Is it safe to ignore SSL_ERROR_RX_RECORD_TOO_LONG?
How can I catch this error early?
Does clearing cookies / cache help?
Is Let's Encrypt free — and is the certificate trusted?
Is it safe to bypass NET::ERR_CERT_AUTHORITY_INVALID?
From: NET::ERR_CERT_AUTHORITY_INVALID — How to Fix [2026 Guide]
Why does the error show only in Chrome but Firefox works?
From: NET::ERR_CERT_AUTHORITY_INVALID — How to Fix [2026 Guide]
Can I fix this client-side?
From: NET::ERR_CERT_AUTHORITY_INVALID — How to Fix [2026 Guide]
How can I check SSL chain online?
From: NET::ERR_CERT_AUTHORITY_INVALID — How to Fix [2026 Guide]
Is Let's Encrypt free — will it be trusted?
From: NET::ERR_CERT_AUTHORITY_INVALID — How to Fix [2026 Guide]
Ports (194)
MQTT vs HTTP for IoT?
MQTT 5 vs 3.1.1?
Do I need a client cert?
Why 8554 specifically?
RTSP security?
Replace RTSP?
Why care?
From: Port 502 — Modbus TCP
Safe to expose to the internet?
From: Port 502 — Modbus TCP
Alternative?
From: Port 502 — Modbus TCP
DNP3 vs Modbus?
From: Port 20000 — DNP3
Is Secure Authentication required?
From: Port 20000 — DNP3
Open-source stack?
From: Port 20000 — DNP3
BACnet vs Modbus in a building?
From: Port 47808 — BACnet/IP
Exposed 47808?
From: Port 47808 — BACnet/IP
Is BACnet/SC ready?
From: Port 47808 — BACnet/IP
Do I need to open it on a router in 2026?
Security?
Which games used it?
Is port 2049 open by default?
How to check if port 2049 is reachable?
nc -vz example.com 2049.
Is port 2049 safe to expose?
Is port 5222 open by default?
How to check if port 5222 is reachable?
nc -vz example.com 5222.
Is port 5222 safe to expose?
Is port 25565 open by default?
How to check if port 25565 is reachable?
nc -vz example.com 25565.
Is port 25565 safe to expose?
Is port 27015 open by default?
How to check if port 27015 is reachable?
nc -vz example.com 27015.
Is port 27015 safe to expose?
Is port 19132 open by default?
How to check if port 19132 is reachable?
nc -vz example.com 19132.
Is port 19132 safe to expose?
Is port 1935 open by default?
How to check if port 1935 is reachable?
nc -vz example.com 1935.
Is port 1935 safe to expose?
Is port 7777 open by default?
From: Port 7777 (TCP/UDP) — Unreal Tournament / Terraria / Ark: Survival
How to check if port 7777 is reachable?
nc -vz example.com 7777. From: Port 7777 (TCP/UDP) — Unreal Tournament / Terraria / Ark: Survival
Is port 7777 safe to expose?
From: Port 7777 (TCP/UDP) — Unreal Tournament / Terraria / Ark: Survival
Is port 10000 open by default?
How to check if port 10000 is reachable?
nc -vz example.com 10000.
Is port 10000 safe to expose?
Is port 161 open by default?
How to check if port 161 is reachable?
nc -vz example.com 161.
Is port 161 safe to expose?
Is port 5900 open by default?
How to check if port 5900 is reachable?
nc -vz example.com 5900.
Is port 5900 safe to expose?
Is port 11211 open by default?
How to check if port 11211 is reachable?
nc -vz example.com 11211.
Is port 11211 safe to expose?
Is port 4222 open by default?
How to check if port 4222 is reachable?
nc -vz example.com 4222.
Is port 4222 safe to expose?
Is port 2375 open by default?
How to check if port 2375 is reachable?
nc -vz example.com 2375.
Is port 2375 safe to expose?
Is port 6000 open by default?
How to check if port 6000 is reachable?
nc -vz example.com 6000.
Is port 6000 safe to expose?
Is port 27018 open by default?
How to check if port 27018 is reachable?
nc -vz example.com 27018.
Is port 27018 safe to expose?
Is port 50000 open by default?
How to check if port 50000 is reachable?
nc -vz example.com 50000.
Is port 50000 safe to expose?
Is port 1080 open by default?
How to check if port 1080 is reachable?
nc -vz example.com 1080.
Is port 1080 safe to expose?
Is port 3128 open by default?
How to check if port 3128 is reachable?
nc -vz example.com 3128.
Is port 3128 safe to expose?
Is port 2181 open by default?
How to check if port 2181 is reachable?
nc -vz example.com 2181.
Is port 2181 safe to expose?
Is port 7000 open by default?
How to check if port 7000 is reachable?
nc -vz example.com 7000.
Is port 7000 safe to expose?
Is port 9100 open by default?
How to check if port 9100 is reachable?
nc -vz example.com 9100.
Is port 9100 safe to expose?
Is port 10250 open by default?
How to check if port 10250 is reachable?
nc -vz example.com 10250.
Is port 10250 safe to expose?
Is port 5000 open by default?
How to check if port 5000 is reachable?
nc -vz example.com 5000.
Is port 5000 safe to expose?
Is port 6380 open by default?
How to check if port 6380 is reachable?
nc -vz example.com 6380.
Is port 6380 safe to expose?
Is port 4369 open by default?
How to check if port 4369 is reachable?
nc -vz example.com 4369.
Is port 4369 safe to expose?
Is port 8000 open by default?
How to check if port 8000 is reachable?
nc -vz example.com 8000.
Is port 8000 safe to expose?
Is port 9090 open by default?
How to check if port 9090 is reachable?
nc -vz example.com 9090.
Is port 9090 safe to expose?
Is port 8081 open by default?
How to check if port 8081 is reachable?
nc -vz example.com 8081.
Is port 8081 safe to expose?
Is port 1883 open by default?
How to check if my port 1883 is reachable?
Is port 1883 safe to expose?
Is port 9092 open by default?
How to check if my port 9092 is reachable?
Is port 9092 safe to expose?
Is port 5672 open by default?
How to check if my port 5672 is reachable?
Is port 5672 safe to expose?
Is port 15672 open by default?
How to check if my port 15672 is reachable?
Is port 15672 safe to expose?
Is port 5601 open by default?
How to check if my port 5601 is reachable?
Is port 5601 safe to expose?
Is port 9000 open by default?
How to check if my port 9000 is reachable?
Is port 9000 safe to expose?
Is port 9300 open by default?
How to check if my port 9300 is reachable?
Is port 9300 safe to expose?
Is port 8086 open by default?
How to check if my port 8086 is reachable?
Is port 8086 safe to expose?
Is port 3000 open by default?
How to check if my port 3000 is reachable?
Is port 3000 safe to expose?
Is port 3478 open by default?
How to check if my port 3478 is reachable?
Is port 3478 safe to expose?
Is port 5984 open by default?
How to check if my port 5984 is reachable?
Is port 5984 safe to expose?
Is port 1521 open by default?
How to check if my port 1521 is reachable?
Is port 1521 safe to expose?
Is port 2379 open by default?
How to check if my port 2379 is reachable?
Is port 2379 safe to expose?
Is port 6443 open by default?
How to check if my port 6443 is reachable?
Is port 6443 safe to expose?
Why close port 123?
Why close port 139?
From: Port 139 (NetBIOS-SSN) — What It Is and Security [2026]
Why close port 389?
Why close port 445?
Why close port 554?
Why close port 636?
Why close port 1194?
Why close port 1433?
Why close port 1723?
Why close port 5060?
Why close port 9200?
From: Port 9200 (Elasticsearch) — What It Is and Security [2026]
Why close port 27017?
Why close port 21?
How to check port 21 without Enterno.io?
nc -zv hostname 21 or telnet hostname 21. The online checker is simpler — from different IPs, one click.
Why close port 22?
From: Port 22 (SSH / SFTP) — What It Is and How to Check [2026]
How to check port 22 without Enterno.io?
nc -zv hostname 22 or telnet hostname 22. The online checker is simpler — from different IPs, one click. From: Port 22 (SSH / SFTP) — What It Is and How to Check [2026]
Why close port 23?
How to check port 23 without Enterno.io?
nc -zv hostname 23 or telnet hostname 23. The online checker is simpler — from different IPs, one click.
Why close port 25?
How to check port 25 without Enterno.io?
nc -zv hostname 25 or telnet hostname 25. The online checker is simpler — from different IPs, one click.
Why close port 53?
How to check port 53 without Enterno.io?
nc -zv hostname 53 or telnet hostname 53. The online checker is simpler — from different IPs, one click.
Why close port 80?
How to check port 80 without Enterno.io?
nc -zv hostname 80 or telnet hostname 80. The online checker is simpler — from different IPs, one click.
Why close port 110?
How to check port 110 without Enterno.io?
nc -zv hostname 110 or telnet hostname 110. The online checker is simpler — from different IPs, one click.
Why close port 143?
How to check port 143 without Enterno.io?
nc -zv hostname 143 or telnet hostname 143. The online checker is simpler — from different IPs, one click.
Why close port 443?
How to check port 443 without Enterno.io?
nc -zv hostname 443 or telnet hostname 443. The online checker is simpler — from different IPs, one click.
Why close port 465?
How to check port 465 without Enterno.io?
nc -zv hostname 465 or telnet hostname 465. The online checker is simpler — from different IPs, one click.
Why close port 587?
From: Port 587 (SMTP submission) — What It Is and How to Check [20
How to check port 587 without Enterno.io?
nc -zv hostname 587 or telnet hostname 587. The online checker is simpler — from different IPs, one click. From: Port 587 (SMTP submission) — What It Is and How to Check [20
Why close port 993?
How to check port 993 without Enterno.io?
nc -zv hostname 993 or telnet hostname 993. The online checker is simpler — from different IPs, one click.
Why close port 995?
How to check port 995 without Enterno.io?
nc -zv hostname 995 or telnet hostname 995. The online checker is simpler — from different IPs, one click.
Why close port 3306?
From: Port 3306 (MySQL) — What It Is and How to Check [2026]
How to check port 3306 without Enterno.io?
nc -zv hostname 3306 or telnet hostname 3306. The online checker is simpler — from different IPs, one click. From: Port 3306 (MySQL) — What It Is and How to Check [2026]
Why close port 3389?
How to check port 3389 without Enterno.io?
nc -zv hostname 3389 or telnet hostname 3389. The online checker is simpler — from different IPs, one click.
Why close port 5432?
From: Port 5432 (PostgreSQL) — What It Is and How to Check [2026]
How to check port 5432 without Enterno.io?
nc -zv hostname 5432 or telnet hostname 5432. The online checker is simpler — from different IPs, one click. From: Port 5432 (PostgreSQL) — What It Is and How to Check [2026]
Why close port 6379?
From: Port 6379 (Redis) — What It Is and How to Check [2026]
How to check port 6379 without Enterno.io?
nc -zv hostname 6379 or telnet hostname 6379. The online checker is simpler — from different IPs, one click. From: Port 6379 (Redis) — What It Is and How to Check [2026]
Why close port 8080?
From: Port 8080 (HTTP alternate) — What It Is and How to Check [20
How to check port 8080 without Enterno.io?
nc -zv hostname 8080 or telnet hostname 8080. The online checker is simpler — from different IPs, one click. From: Port 8080 (HTTP alternate) — What It Is and How to Check [20
Why close port 8443?
From: Port 8443 (HTTPS alternate) — What It Is and How to Check [2
How to check port 8443 without Enterno.io?
nc -zv hostname 8443 or telnet hostname 8443. The online checker is simpler — from different IPs, one click. From: Port 8443 (HTTPS alternate) — What It Is and How to Check [2
Alternatives (285)
GitKraken free in 2026?
Fork vs GitKraken?
lazygit for beginners?
Tower vs Fork?
macOS-only?
Worth $70/yr?
When to stay on Mailchimp?
SaaS startup — what to pick?
Self-hosted?
Best for startups?
Is SendGrid still relevant?
Combined marketing + transactional?
Is HubSpot Free actually useful?
Pipedrive vs HubSpot?
Runet?
When is Salesforce overkill?
Migration cost?
Dynamics 365 in a Microsoft shop?
Grafana OSS vs Cloud?
LGTM stack?
Grafana vs Kibana?
Uptime monitoring?
Why high-cardinality?
BubbleUp?
Free tier limits?
Monitor endpoint uptime?
Loki vs Elasticsearch?
ClickHouse logs?
Retention cost?
Monitor Loki endpoint?
Snowflake vs BigQuery?
ClickHouse 10x faster real?
DuckDB embedded?
Monitor warehouse uptime?
Yandex legacy concern?
ClickHouse vs DuckDB?
Cloud pricing?
Monitor endpoint?
Airflow overhead?
Prefect Cloud vs OSS?
Dagster different?
Monitor pipeline endpoint?
Why is Fivetran expensive?
Airbyte vs Fivetran?
Russia payment?
Monitor endpoint?
Segment vs RudderStack?
Snowplow difference?
PostHog — more than CDP?
Monitor CDP endpoint?
Looker Studio vs Looker?
Is Metabase OSS enough?
Lightdash vs Looker?
Monitor BI endpoint?
When is Vercel expensive?
Netlify vs Vercel?
Self-host Next.js?
Monitor endpoint?
ChatGPT or Claude?
API Russia access?
Cost for 1M tokens?
How to monitor AI API uptime?
Copilot vs Cursor?
From: GitHub Copilot Alternatives 2026 — AI Coding Assistants
Is Codeium really free?
From: GitHub Copilot Alternatives 2026 — AI Coding Assistants
Privacy — no training on my code?
From: GitHub Copilot Alternatives 2026 — AI Coding Assistants
Monitor IDE endpoint uptime?
From: GitHub Copilot Alternatives 2026 — AI Coding Assistants
Is there a Midjourney API?
Flux Pro vs Midjourney?
Self-host cost?
How to check image gen service uptime?
Perplexity vs ChatGPT Search?
API cost (Perplexity Sonar)?
Exa vs SerpAPI?
How to monitor search API?
Is Pinecone expensive?
Migration from Pinecone?
Is pgvector enough?
Monitor endpoint?
Why is LangChain criticised?
LlamaIndex vs LangChain?
What does Vercel AI SDK give?
Monitor LLM quality in production?
Cursor vs Copilot?
Is Windsurf free?
What is Aider?
How to monitor Cursor API?
Notion AI vs ChatGPT?
Obsidian + AI — workflow?
Runet-friendly?
Monitor Notion API uptime?
OpenAI-compatible APIs?
Groq — really 500 tokens/sec?
Russia API access?
How to monitor API uptime?
HF Inference API cost?
Replicate vs HF?
What are Spaces (Gradio)?
Monitor HF endpoint uptime?
JetBrains in Russia 2026?
From: DataGrip Alternatives 2026 — SQL IDE without subscription
DBeaver vs DataGrip?
From: DataGrip Alternatives 2026 — SQL IDE without subscription
TablePlus on Windows?
From: DataGrip Alternatives 2026 — SQL IDE without subscription
How to monitor Postgres uptime?
From: DataGrip Alternatives 2026 — SQL IDE without subscription
TablePlus vs DBeaver?
Trial limit?
Is Sequel Ace maintained?
Check Postgres reachability?
pgAdmin is slow — fix?
Web mode vs Desktop mode?
pgAdmin 4 vs 3?
Monitor Postgres uptime?
DBeaver CE vs PRO?
DBeaver slow?
Plugin ecosystem?
Monitor MySQL port?
Why did MinIO relicense?
SeaweedFS vs MinIO?
Migrate from MinIO?
Monitor S3 endpoint?
B2 vs R2 price?
Wasabi no-egress limits?
Russia payment 2026?
Monitor endpoint?
90-day min billing?
Russia payment?
S3 vs Wasabi?
Monitor S3 bucket?
Storj latency?
Reliability?
Crypto payments?
Monitor Storj endpoint?
Lens free tier limits?
OpenLens vs Lens?
Headlamp production-ready?
Monitor K8s service endpoint?
k9s vs kubectl?
Customize shortcuts?
Resource usage?
Monitor K8s endpoint?
Is Postman Free tier enough?
How to migrate from Postman?
Open source Postman alternatives?
How to test API in Enterno?
Insomnia vs Insomnium?
Postman or Insomnia?
API monitoring use?
Scripting support?
Hoppscotch vs Postman Web?
Is self-host hard?
docker run -p 3000:3000 hoppscotch/hoppscotch — 30 seconds. For prod add PostgreSQL + volume for persistence.
Is Hoppscotch data private?
How to connect with Enterno?
Sentry vs file-based error logging?
Is GlitchTip really compatible?
Sentry + Enterno combo?
When to upgrade Sentry free → paid?
Is session replay legal under GDPR?
Does LogRocket slow the site?
Sentry Session Replay vs LogRocket?
How to debug UX without replay?
Hotjar vs Microsoft Clarity?
How to use for CRO?
GDPR compliance?
For CWV monitoring?
Plausible vs Google Analytics?
Is self-host hard?
SaaS tier limits?
Why no real-time?
Umami vs Plausible?
How to deploy Umami on Vercel?
Data protection self-hosted?
Performance analytics?
Datadog dollar cost?
Open-source alt for Datadog?
How to migrate?
Pay-as-you-go risk?
Is New Relic free tier really free?
How to control log spending?
New Relic vs Datadog?
Self-host alternative?
What is Certificate Transparency?
Can I find hidden subdomains?
Does crt.sh have an API?
How is it different from DNS?
How accurate is IP geolocation?
Where does the data come from?
Can I use it as geolocation-billing basis?
How do I check my own IP?
Main difference?
Does Enterno have historical WHOIS?
Is Domaintools another option?
How do I check WHOIS myself?
How to install testssl.sh?
Is coverage comparable?
Can I use testssl.sh in CI/CD?
./testssl.sh --jsonfile report.json --severity HIGH example.com. Then parse JSON into PR comments.
Do I need CLI if I have Enterno?
Is using Shodan legal?
How long does Shodan see my exposure?
How do I hide my server from Shodan?
Most dangerous exposure in 2026?
What is Passive DNS?
From: SecurityTrails Alternatives 2026 — DNS & Asset Discovery
Is Passive DNS available for free?
From: SecurityTrails Alternatives 2026 — DNS & Asset Discovery
How do I find hidden subdomains?
From: SecurityTrails Alternatives 2026 — DNS & Asset Discovery
Does it replace Shodan?
From: SecurityTrails Alternatives 2026 — DNS & Asset Discovery
Is check-host.net used by Enterno.io?
From: Check-Host.net Alternatives 2026 — Multi-Region Checks
Is check-host coverage higher?
From: Check-Host.net Alternatives 2026 — Multi-Region Checks
Can I monitor via check-host?
From: Check-Host.net Alternatives 2026 — Multi-Region Checks
How to compare ping across regions?
From: Check-Host.net Alternatives 2026 — Multi-Region Checks
Is Oh Dear only for Laravel?
Telegram alerts?
Broken-link scanner depth?
Price comparison?
How does Updown.io billing work?
Is there a free tier?
Does it work from Russia?
Telegram alerts?
Downdetector for my own site?
How do I know if Cloudflare is down?
Does Enterno have multi-service status?
How to build an own status page?
Does SSL Labs grade match Enterno.io?
Is there a free-tier SSL Labs API?
Hardenize — who is the leader?
How do I test internal/staging servers?
openssl s_client -connect.
Can Enterno.io fully replace MXToolbox?
Does MXToolbox have a free API?
What is DNS propagation?
How do I monitor blacklists with Enterno?
Lab Data vs Field Data?
GTmetrix or PageSpeed Insights?
Can I test staging?
Core Web Vitals — did INP replace FID?
What metric is unique to WebPageTest?
Can I self-host WebPageTest?
WebPageTest or PageSpeed Insights?
Does Enterno.io cover typical WPT cases?
Does Enterno match SecurityHeaders.com grade?
From: SecurityHeaders.com Alternatives 2026 — Enterno, Mozilla
Is Scott Helme still maintaining it?
From: SecurityHeaders.com Alternatives 2026 — Enterno, Mozilla
Mozilla Observatory vs SecurityHeaders.com?
From: SecurityHeaders.com Alternatives 2026 — Enterno, Mozilla
How do I monitor security headers continuously?
From: SecurityHeaders.com Alternatives 2026 — Enterno, Mozilla
Mozilla Observatory v2 — what changed?
From: Mozilla Observatory Alternatives 2026 — Enterno, Hardenize
Can I self-host Mozilla Observatory?
From: Mozilla Observatory Alternatives 2026 — Enterno, Hardenize
Do Enterno and Observatory complement each other?
From: Mozilla Observatory Alternatives 2026 — Enterno, Hardenize
Is the Observatory grade equivalent to Enterno?
From: Mozilla Observatory Alternatives 2026 — Enterno, Hardenize
How long does DNS propagation take?
Why do results differ between checkers?
Can I preview DNS before changes go live?
DNSChecker shows "not propagated" — what now?
Why did Host-Tracker lose RU nodes?
How do I migrate monitors from Host-Tracker?
Does Enterno.io cover the same check types?
Any alternatives for Western projects?
Why Enterno.io over Uptrends?
Why Enterno.io over AppSignal?
Why Enterno.io over New Relic Synthetics?
From: New Relic Synthetics Alternative 2026 — $0.01-$0.04 per chec
Why Enterno.io over Statuspage (Atlassian)?
From: Statuspage (Atlassian) Alternative 2026 — $29-$1499/mo vs Fr
Why Enterno.io over Sematext?
Why Enterno.io over StatusCake?
No credit card required?
Why Enterno.io over Freshping?
No credit card required?
Why Enterno.io over BetterUptime?
No credit card required?
Why Enterno.io over HetrixTools?
No credit card required?
Why Enterno.io over NodePing?
No credit card required?
Why is Enterno.io better than Pingdom?
Can I try without a credit card?
How fast is migration?
Will I lose historical uptime data?
Why is Enterno.io better than UptimeRobot?
Can I try without a credit card?
How fast is migration?
Will I lose historical uptime data?
Why is Enterno.io better than Better Stack?
Can I try without a credit card?
How fast is migration?
Will I lose historical uptime data?
Why is Enterno.io better than Datadog Synthetics?
From: Datadog Synthetics Alternative 2026 — $5-$12 per test/mo vs
Can I try without a credit card?
From: Datadog Synthetics Alternative 2026 — $5-$12 per test/mo vs
How fast is migration?
From: Datadog Synthetics Alternative 2026 — $5-$12 per test/mo vs
Will I lose historical uptime data?
From: Datadog Synthetics Alternative 2026 — $5-$12 per test/mo vs
Why is Enterno.io better than Site24x7?
Can I try without a credit card?
How fast is migration?
Will I lose historical uptime data?
Research (169)
What blocks 100 % adoption?
Performance vs WebGL?
Is it a standard?
When will HTTP/3 become default everywhere?
Overhead?
How to test?
Is bot traffic bad?
How do you tell them apart?
Should I block AI scrapers?
Do passkeys fully replace passwords?
What if I lose my device?
Enterprise support?
Is npm audit enough?
How to defend against typosquatting?
Is SBOM mandatory?
Tailwind vs Bootstrap — should I migrate?
CSS-in-JS too expensive?
Container Queries support?
Enterno stack?
Why is OpenAI losing share?
Why multi-provider setup?
Runet providers?
How to monitor provider uptime?
Postgres vs MySQL — which in 2026?
Is MongoDB still relevant?
Serverless Postgres (Neon) — production-ready?
How to detect a site's DB?
Is data current?
Can I cite this?
Should I migrate dockerd → containerd?
containerd vs CRI-O for self-hosted?
Podman vs Docker Desktop?
Monitor K8s runtime?
What is the difference between HSTS header and the preload list?
How do I get into the preload list?
What if I need to remove HSTS preload?
How do I check HSTS for a specific site?
curl -I https://example.com | grep -i strict.
Next.js > React — why?
Astro vs Next.js — difference?
Is Svelte production-ready?
How to detect a site's framework?
How to check my own site?
WCAG 2.2 vs 2.1 — difference?
Are fines actually applied?
Quick wins for low-effort compliance?
Is data current?
Can I cite this?
What does Federal Law 152-FZ require from a site?
Does Yandex.Metrika strictly require consent?
How big is the fine?
How to check my site?
Why is p99 so important?
Cloudflare Workers vs Lambda — what's different?
How to measure response time without monitoring?
curl -o /dev/null -s -w "%{time_total}\n" https://api.example.com gives one sample. For statistics → Enterno Monitor every-minute checks.
What speeds up API responses?
Yandex GPT quality?
How to workaround OpenAI?
GigaChat cost?
Does Enterno use RU AI?
How to protect?
Guardrails recommendation?
RAG poisoning — how to defend?
Monitor prompt injection attempts?
Why does ChaCha20 matter for mobile?
What cipher list on nginx?
ssl_ciphers TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256; for TLS 1.3 + ECDHE-ECDSA-AES128-GCM-SHA256:... for TLS 1.2.
AES-128 or AES-256?
How do I check my site's cipher?
openssl s_client -connect example.com:443 -tls1_3.
What if my server is in the "no auth" list?
Why does Beget hit "22% risky"?
How do I quickly check my ports?
nmap -sT yourdomain.com.
Which ports are safe to open at all?
Alpine vs Distroless?
How to do multi-stage build?
Alpine security?
How to check image size?
docker images | grep myapp + dive myapp:latest for layer analysis. Dive shows wasted space.
Is data current?
Can I cite this?
Why is Runet DNSSEC adoption below global average?
.cz has 52% DNSSEC — how?
How do I check DNSSEC for my domain?
dig +dnssec +trace example.ru.
What breaks on a bad key rollover?
Is the data current?
Can I cite this?
What TTL should I set for a new site?
What to do 2-3 days before migrating the server?
Does Cloudflare DNS always use TTL=1?
How do I check my site's TTL?
dig example.com → TTL shown in seconds.
How critical is a 3-hop chain?
How to fix in nginx without a double redirect?
return 301 https://example.com$request_uri; (not via www). Separate server block for www: return 301 https://example.com$request_uri;. Everyone lands on the final URL in 1 hop.
301 or 308 for www→non-www?
How do I check my redirect chain?
curl -ILk https://example.com.
www or non-www — better for SEO?
What to pick for a new site?
What's wrong with both versions live?
How to verify my canonicalisation?
When does self-host pay off?
gpt-4o-mini vs GPT-5?
Cache effectiveness?
How to monitor AI spend?
Multi-CDN — overkill for small sites?
Is Yandex Cloud CDN reachable outside Russia?
CDN vs origin — which is faster?
How to measure my CDN latency?
Why aren't origin servers moving to HTTP/3?
Is HTTP/3 always faster?
Do I need to change application code?
How do I check if a site uses HTTP/3?
curl -I --http3 https://example.com.
How to distinguish GoogleBot from a spoof?
From: Bot Traffic Share in Top-10k 2026 — Distribution Report
Should I block AI crawlers?
From: Bot Traffic Share in Top-10k 2026 — Distribution Report
47% bots — is that normal in 2026?
From: Bot Traffic Share in Top-10k 2026 — Distribution Report
How to see my own bot traffic?
From: Bot Traffic Share in Top-10k 2026 — Distribution Report
Is CAA required?
How do I add a CAA record?
example.com. IN CAA 0 issue "letsencrypt.org". Wildcard: 0 issuewild "letsencrypt.org".
What if CAA blocks a legitimate CA?
How to check my CAA?
Why is the median so high?
What does npm audit do?
Do pnpm/bun solve it?
How to reduce?
Is the data current?
Can I cite this?
Is Apple Intelligence available in Russia?
Is Llama 3.2 1B local useful?
What are NPU / ANE?
Will cloud be replaced?
nginx or Apache — which one?
From: Web Server Market Share 2026 — nginx vs Apache vs Caddy
Is Caddy a serious competitor?
From: Web Server Market Share 2026 — nginx vs Apache vs Caddy
Is IIS still relevant?
From: Web Server Market Share 2026 — nginx vs Apache vs Caddy
How to tell my server?
curl -I https://example.com. From: Web Server Market Share 2026 — nginx vs Apache vs Caddy
Where does the platform data come from?
Why does 1С-Bitrix lag on CWV?
Next.js at 67% pass — why not 90%?
How do I check my own CWV?
Passkey = password-less?
What if I lose the phone with Passkey?
Does an Apple ID from Russia work?
Implementation complexity?
pgvector or a dedicated DB?
Best embedding model?
How to measure RAG quality?
Pure long context vs RAG?
Why is IPv6 adoption in Russia much lower than global?
Should a small site enable it?
Does Cloudflare provide IPv6 automatically?
How do I check IPv6 for my site?
curl -6 -I https://example.com.
GitHub Copilot legal issues?
Has code quality dropped?
Banks do not use it?
Does Enterno use it?
Strapi or Sanity — which?
Headless CMS for a small blog — overkill?
Performance impact?
How to detect a site's CMS?
Is data current?
Can I cite this?
What are Gmail/Yahoo 2024 requirements?
Is DMARC p=none enough?
How to check my setup?
Mailgun/Sendgrid vs self-SMTP?
Do I need to explicitly enable TLS 1.3?
ssl_protocols TLSv1.2 TLSv1.3; (drop 1.0/1.1).
Is 0-RTT safe?
When is TLS 1.2 deprecated?
How to verify my TLS 1.3?
openssl s_client -tls1_3 — manual test.
Is data current?
Can I cite this?
Is WP dying?
When to pick Headless WP?
Gutenberg alternatives?
WP security baseline?
Other (29)
How often does Enterno.io check my site?
From: Uptime Monitoring Online — Free Website Monitor | Enterno.io
How do I set up downtime alerts?
From: Uptime Monitoring Online — Free Website Monitor | Enterno.io
Is uptime monitoring really free?
From: Uptime Monitoring Online — Free Website Monitor | Enterno.io
What is a good uptime percentage?
From: Uptime Monitoring Online — Free Website Monitor | Enterno.io
How do I run a free SEO audit?
From: SEO Audit Tool Online — Free Website Analysis | Enterno.io
What is an SEO audit?
From: SEO Audit Tool Online — Free Website Analysis | Enterno.io
How often should I audit my website?
From: SEO Audit Tool Online — Free Website Analysis | Enterno.io
Does it audit the whole site or one page?
From: SEO Audit Tool Online — Free Website Analysis | Enterno.io
How do I check a robots.txt file?
From: Robots.txt Checker Online — Free Analysis Tool | Enterno.io
Where is the robots.txt file located?
From: Robots.txt Checker Online — Free Analysis Tool | Enterno.io
What does Disallow: / mean?
From: Robots.txt Checker Online — Free Analysis Tool | Enterno.io
Does every website need a robots.txt?
From: Robots.txt Checker Online — Free Analysis Tool | Enterno.io
What is traceroute?
From: Traceroute Online — Free Network Route Tracer | Enterno.io
What is the difference between traceroute and ping?
From: Traceroute Online — Free Network Route Tracer | Enterno.io
What do asterisks mean in traceroute?
From: Traceroute Online — Free Network Route Tracer | Enterno.io
Why use online traceroute instead of a local one?
From: Traceroute Online — Free Network Route Tracer | Enterno.io
How do I check if my domain is blacklisted?
From: Spam & Blacklist Check Online — Free Domain Lookup | Enterno.io
Why are my emails going to spam?
From: Spam & Blacklist Check Online — Free Domain Lookup | Enterno.io
How do I remove my domain from a blacklist?
From: Spam & Blacklist Check Online — Free Domain Lookup | Enterno.io
Is the check free?
From: Spam & Blacklist Check Online — Free Domain Lookup | Enterno.io
How many monitors are free?
What is the minimum check interval?
Is there an API?
How to check an SSL certificate?
Is the SSL check free?
How long does DNS propagation take?
From: DNS Lookup Online — Check DNS Records Free | Enterno.io
Is DNS lookup free?
From: DNS Lookup Online — Check DNS Records Free | Enterno.io
How to improve LCP?
From: Website Speed Test — Core Web Vitals Check | Enterno.io
Is the speed test free?
From: Website Speed Test — Core Web Vitals Check | Enterno.io