| 1. General Results, most used to calculate the result |
A | name "rr6kreug2qicidbk.myfritz.net" is domain, public suffix is ".myfritz.net", top-level-domain is ".net", top-level-domain-type is "generic", tld-manager is "VeriSign Global Registry Services", num .net-domains preloaded: 9342 (complete: 245733)
|
A | Good: All ip addresses are public addresses
|
| Warning: Only one ip address found: rr6kreug2qicidbk.myfritz.net has only one ip address.
|
| Warning: No ipv6 address found. Ipv6 is the future with a lot of new features. So every domain name should have an ipv6 address. See https://en.wikipedia.org/wiki/IPv6: rr6kreug2qicidbk.myfritz.net has no ipv6 address.
|
A | Good: No asked Authoritative Name Server had a timeout
|
A | DNS: "Name Error" means: No www-dns-entry defined. This isn't a problem
|
A | https://rr6kreug2qicidbk.myfritz.net/nextcloud/
| https://rr6kreug2qicidbk.myfritz.net/nextcloud/index.php/login
| Correct redirect https to https
|
A | https://rr6kreug2qicidbk.myfritz.net/nextcloud 195.52.129.92
| https://rr6kreug2qicidbk.myfritz.net/nextcloud/
| Correct redirect https to https
|
A | https://195.52.129.92/nextcloud 195.52.129.92
| https://195.52.129.92/nextcloud/
| Correct redirect https to https
|
A | Good: destination is https
|
A | Good - only one version with Http-Status 200
|
A | Good: one preferred version: non-www is preferred
|
A | Good: No cookie sent via http.
|
A | Good: every cookie sent via https is marked as secure
|
A | Good: Every cookie has a SameSite Attribute with a correct value Strict/Lax/None
|
A | Good: every https has a Strict Transport Security Header
|
A | Good: HSTS has includeSubdomains - directive
|
| HSTS-Preload-Status: unknown. Domain never included in the Preload-list. Check https://hstspreload.org/ to learn some basics about the Google-Preload-List.
|
A | Good: All urls with http status 200/404 have a complete Content-Type header (MediaType / MediaSubType + correct charset)
|
A | http://rr6kreug2qicidbk.myfritz.net/nextcloud 195.52.129.92
| https://rr6kreug2qicidbk.myfritz.net/nextcloud
| Correct redirect http - https with the same domain name
|
B | Warning: HSTS max-age is too short - minimum 31536000 = 365 days required, 15552000 seconds = 180 days found
|
I | https://rr6kreug2qicidbk.myfritz.net/nextcloud/index.php/login
|
| Content problems or problems with resources included - http links, files doesn't exist, different Content-Type definitions. Check the Html-Content - Part.
|
M | https://195.52.129.92/nextcloud/
|
| Misconfiguration - main pages should never send http status 400 - 499
|
N | https://195.52.129.92/nextcloud 195.52.129.92
| https://195.52.129.92/nextcloud/
| Error - Certificate isn't trusted, RemoteCertificateNameMismatch
|
N | https://195.52.129.92/nextcloud/
|
| Error - Certificate isn't trusted, RemoteCertificateNameMismatch
|
O | rr6kreug2qicidbk.myfritz.net / 195.52.129.92 / 443
|
| Old connection: Cipher Suites without Forward Secrecy (FS) found. Remove all of these Cipher Suites, use only Cipher Suites with Forward Secrecy: Starting with ECDHE- or DHE - the last "E" says: "ephemeral". Or use Tls.1.3, then all Cipher Suites use FS. 6 Cipher Suites without Forward Secrecy found
|
| Info: Checking all ip addresses of that domain without sending the hostname only one certificate found. Checking all ip addresses and sending the hostname only one certificate found. Both certificates are the same. So that domain doesn't require Server Name Indication (SNI), it's the primary certificate of that set of ip addresses.: Domain rr6kreug2qicidbk.myfritz.net, 1 ip addresses, 1 different http results.
|
B | No _mta-sts TXT record found (mta-sts: Mail Transfer Agent Strict Transport Security - see RFC 8461). Read the result of server-daten.de (Url-Checks, Comments, Connections and DomainServiceRecords) to see a complete definition. Domainname: _mta-sts.rr6kreug2qicidbk.myfritz.net
|
| 2. Header-Checks (Cross-Origin-* headers are alpha - started 2024-06-05) |
A | rr6kreug2qicidbk.myfritz.net
| Content-Security-Policy
| Ok: Header without syntax errors found: default-src 'none';base-uri 'none';manifest-src 'self';script-src 'nonce-L1kPASQCG/GNrTbTjbiGbk4UgD7L+JfYiAwm9GciHlM=' blob:;script-src-elem 'strict-dynamic' 'nonce-L1kPASQCG/GNrTbTjbiGbk4UgD7L+JfYiAwm9GciHlM=' blob:;style-src 'self' 'unsafe-inline';img-src 'self' data: blob: https://*.tile.openstreetmap.org;font-src 'self' data:;connect-src 'self' blob: stun.nextcloud.com:443 *;media-src 'self' blob:;frame-src 'self';child-src blob: 'self';frame-ancestors 'self';worker-src blob: 'self';form-action 'self'
|
A |
|
| Good: default-src directive only with 'none' or 'self', additional sources are blocked.
|
A |
|
| Good: default-src without 'unsafe-inline' or 'unsave-eval'.
|
A |
|
| Good: form-action directive found. That reduces the risk sending data to unwanted domains. form-action is a navigation-directive, so default-src isn't used.
|
A |
|
| Good: frame-ancestors directive found. That limits pages who are allowed to use this page in a frame / iframe / object / embed / applet. frame-ancestors is a navigation-directive, so default-src isn't used.
|
A |
|
| Good: base-uri directive found. That limits the URLs which can be used in a document's <base> element. Because it's a document directive, default-src isn't used, so an own directive is required.
|
A |
|
| Good: No object-src found, but the default-src used as fallback is defined and restricted.
|
A |
|
| Good: script-src without 'unsafe-inline' and 'unsafe-eval' found. That's the recommended configuration.
|
F |
|
| Critical: script-src with * or a scheme found. Never allow wildcard - sources.
|
A |
|
| Good: script-src without data: schema found. Why is this important? The data: schema allows hidden code injection. Insert <script src='data:application/javascript;base64,YWxlcnQoJ1hTUycpOw=='></script> in your page and see what happens.
|
A |
|
| Good: frame-src without data: defined or frame-src missing and the default-src used as fallback not allows the data: schema. That blocks hidden code injection. Insert <iframe src="data:text/html;charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+PGh0bWw+PGJvZHk+PHA+YmVmb3JlPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPmFsZXJ0KCdYU1MnKTwvc2NyaXB0PjxwPmFmdGVyPC9ib2R5PjwvaHRtbD4="></iframe> in your page and see what happens.
|
A |
|
| Ok: Nonce found.
|
A |
|
| Ok: Nonce found. (Element: manifest-src)
|
A |
| X-Content-Type-Options
| Ok: Header without syntax errors found: nosniff
|
A |
| Referrer-Policy
| Ok: Header without syntax errors found: no-referrer
|
A |
| X-Frame-Options
| Ok: Header without syntax errors found: SAMEORIGIN
|
B |
|
| Info: Header is deprecated. May not longer work in modern browsers. SAMEORIGIN. Better solution: Use a Content-Security-Policy Header with a frame-ancestors directive. DENY - use 'none', SAMEORIGIN - use 'self'. If you want to allow some domains to frame your page, add these urls.
|
A |
| Feature-Policy
| Ok: Header without syntax errors found: autoplay 'self';camera 'self';fullscreen 'self';geolocation 'none';microphone 'self';payment 'none'
|
B |
|
| Info: Header is deprecated. May not longer work in modern browsers. autoplay 'self';camera 'self';fullscreen 'self';geolocation 'none';microphone 'self';payment 'none'
|
A |
| X-Xss-Protection
| Ok: Header without syntax errors found: 1; mode=block
|
B |
|
| Info: Header is deprecated. May not longer work in modern browsers. 1; mode=block
|
F | rr6kreug2qicidbk.myfritz.net
| Permissions-Policy
| Critical: Missing Header:
|
B | rr6kreug2qicidbk.myfritz.net
| Cross-Origin-Embedder-Policy
| Info: Missing Header
|
B | rr6kreug2qicidbk.myfritz.net
| Cross-Origin-Opener-Policy
| Info: Missing Header
|
B | rr6kreug2qicidbk.myfritz.net
| Cross-Origin-Resource-Policy
| Info: Missing Header
|
F |
|
| Critical: Different combinations of domain names and ip addresses checked, Content-Security-Policy - Header with a nonce declaration sent: Different combinations domain + ip with the same nonce. Nonces must be unique!
|
| 3. DNS- and NameServer - Checks |
A | Info:: 2 Root-climbing DNS Queries required to find all IPv4- and IPv6-Addresses of 3 Name Servers.
|
A | Info:: 2 Queries complete, 2 with IPv6, 0 with IPv4.
|
A | Good: All DNS Queries done via IPv6.
|
A | Good: Some ip addresses of name servers found with the minimum of two DNS Queries. One to find the TLD-Zone, one to ask the TLD-Zone.ns1.myfritz.net (2001:920:197e:400::4, 217.110.95.230), ns2.myfritz.net (2001:bf0:244::13, 212.42.244.13), ns3.myfritz.net (2001:bf0:212::76, 212.42.224.76)
|
A | Good (1 - 3.0):: An average of 0.7 queries per domain name server required to find all ip addresses of all name servers.
|
A | Info:: 3 different Name Servers found: ns1.myfritz.net, ns2.myfritz.net, ns3.myfritz.net, 3 Name Servers included in Delegation: ns1.myfritz.net, ns2.myfritz.net, ns3.myfritz.net, 3 Name Servers included in 1 Zone definitions: ns1.myfritz.net, ns2.myfritz.net, ns3.myfritz.net, 1 Name Servers listed in SOA.Primary: ns2.myfritz.net.
|
A | Good: Only one SOA.Primary Name Server found.: ns2.myfritz.net.
|
A | Good: SOA.Primary Name Server included in the delegation set.: ns2.myfritz.net.
|
A | Good: Consistency between delegation and zone. The set of NS records served by the authoritative name servers must match those proposed for the delegation in the parent zone. Ordered list of name servers: ns1.myfritz.net, ns2.myfritz.net, ns3.myfritz.net
|
A | Good: All Name Server Domain Names have a Public Suffix.
|
A | Good: All Name Server Domain Names ending with a Public Suffix have minimal one IPv4- or IPv6 address.
|
A | Good: All Name Server ip addresses are public.
|
A | Good: Minimal 2 different name servers (public suffix and public ip address) found: 3 different Name Servers found
|
A | Good: All name servers have ipv4- and ipv6-addresses.: 3 different Name Servers found
|
| Warning: All Name Servers have the same Top Level Domain / Public Suffix. If there is a problem with that Top Level Domain, your domain may be affected. Better: Use Name Servers with different top level domains.: 3 Name Servers, 1 Top Level Domain: myfritz.net
|
| Warning: All Name Servers have the same domain name. If there is a problem with that domain name (or with the name servers of that domain name), your domain may be affected. Better: Use Name Servers with different domain names / different top level domains.: Only one domain name used:
|
| Warning: All Name Servers from the same Country / IP location.: 3 Name Servers, 1 Countries: DE
|
A | Info: Ipv4-Subnet-list: 3 Name Servers, 2 different subnets (first Byte): 212., 217., 2 different subnets (first two Bytes): 212.42., 217.110., 3 different subnets (first three Bytes): 212.42.224., 212.42.244., 217.110.95.
|
A | Good: Name Server IPv4-addresses from different subnet found:
|
A | Info: IPv6-Subnet-list: 3 Name Servers with IPv6, 1 different subnets (first block): 2001:, 2 different subnets (first two blocks): 2001:0920:, 2001:0bf0:, 3 different subnets (first three blocks): 2001:0920:197e:, 2001:0bf0:0212:, 2001:0bf0:0244:, 3 different subnets (first four blocks): 2001:0920:197e:0400:, 2001:0bf0:0212:0000:, 2001:0bf0:0244:0000:
|
A | Good: Name Server IPv6 addresses from different subnets found.
|
A | Good: Nameserver supports TCP connections: 2 good Nameserver
|
A | Good: Nameserver supports Echo Capitalization: 2 good Nameserver
|
A | Good: Nameserver supports EDNS with max. 512 Byte Udp payload, message is smaller: 2 good Nameserver
|
A | Good: Nameserver has passed 10 EDNS-Checks (OP100, FLAGS, V1, V1OP100, V1FLAGS, DNSSEC, V1DNSSEC, NSID, COOKIE, CLIENTSUBNET): 2 good Nameserver
|
| Nameserver doesn't pass all EDNS-Checks: ns2.myfritz.net: OP100: no result. FLAGS: no result. V1: no result. V1OP100: no result. V1FLAGS: no result. DNSSEC: no result. V1DNSSEC: no result. NSID: no result. COOKIE: no result. CLIENTSUBNET: no result.
|
A | Good: All SOA have the same Serial Number
|
| Warning: No CAA entry with issue/issuewild found, every CAA can create a certificate. Read https://en.wikipedia.org/wiki/DNS_Certification_Authority_Authorization to learn some basics about the idea of CAA. Your name server must support such an entry. Not all dns providers support CAA entries.
|
| 4. Content- and Performance-critical Checks |
A | Good: All checks /.well-known/acme-challenge/random-filename without redirects answer with the expected http status 404 - Not Found. Creating a Letsencrypt certificate via http-01 challenge should work. If it doesn't work: Check your vHost configuration (apachectl -S, httpd -S, nginx -T). Every combination of port and ServerName / ServerAlias (Apache) or Server (Nginx) must be unique. Merge duplicated entries in one vHost. If you use an IIS, extensionless files must be allowed in the /.well-known/acme-challenge subdirectory. Create a web.config in that directory. Content: <configuration><system.webServer><staticContent><mimeMap fileExtension="." mimeType="text/plain" /></staticContent></system.webServer></configuration>. If you have a redirect http ⇒ https, that's ok, Letsencrypt follows such redirects to port 80 / 443 (same or other server). There must be a certificate. But the certificate may be expired, self signed or with a not matching domain name. Checking the validation file Letsencrypt ignores such certificate errors. Trouble creating a certificate? Use https://community.letsencrypt.org/ to ask.
|
A | Good: Every https result with status 200 and greater 1024 Bytes is compressed (gzip, deflate, br checked).
|
| https://rr6kreug2qicidbk.myfritz.net/nextcloud/index.php/login
|
| Warning: Https + http status 200 + Inline CSS / JavaScript found. Don't use inline CSS / JavaScript. These are compiled and re-used ressources, save these with a long Cache-Control max-age - header.
|
| https://rr6kreug2qicidbk.myfritz.net/nextcloud/index.php/login
|
| Warning: Https result with status 200 found, Html-Content is too big. Should be max. 110 %. May contain inline CSS / JavaScript, too much comments or white space. Re-used ressources - create files with a long Cache-Control max-age header. Remove comments and white space.
|
| https://rr6kreug2qicidbk.myfritz.net/nextcloud/index.php/login
|
| Warning: Https connections (Standard Port 443) found without support of the http/2 protocol via ALPN. Http/2 is the new Http-Version (old: http 1.1) with some important new features. Update your server software so http/2 is available. Only one TCP-connection per Server (that's a performance boost), Header-Compression and Server Pushs are available. Domain Sharding and Inline-CSS/Javascript shouldn't used with http/2.
|
A | Good: All script Elements (type text/javascript) and src-Attribute have a defer / async - Attribute. So loading and executing these JavaScripts doesn't block parsing and rendering the Html-Output.
|
| Warning: CSS / JavaScript found without Compression. Compress these ressources, gzip, deflate, br are checked. 3 external CSS / JavaScript files without Compression found - 12 with Compression, 15 complete
|
| Warning: CSS / JavaScript files with a missing or too short Cache-Control header found. Browsers should cache and re-use these files. 0 external CSS / JavaScript files without Cache-Control-Header, 0 with Cache-Control, but no max-age, 11 with Cache-Control max-age too short (minimum 7 days), 7 with Cache-Control long enough, 18 complete.
|
A | Good: All checked attribute values are enclosed in quotation marks (" or ').
|
A | Info: No img element found, no alt attribute checked
|
A | Good: Domainname is not on the "Specially Designated Nationals And Blocked Persons List" (SDN). That's an US-list of individuals and companies owned or controlled by, or acting for or on behalf of, targeted countries. It also lists individuals, groups, and entities, such as terrorists and narcotics traffickers designated under programs that are not country-specific. Collectively, such individuals and companies are called "Specially Designated Nationals" or "SDNs." Their assets are blocked and U.S. persons are generally prohibited from dealing with them. So if a domain name is on that list, it's impossible to create a Letsencrypt certificate with that domain name. Check the list manual - https://www.treasury.gov/resource-center/sanctions/sdn-list/pages/default.aspx
|
| https://rr6kreug2qicidbk.myfritz.net/.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de
| 2.250 seconds
| Warning: 404 needs more then one second
|
A | Duration: 217290 milliseconds, 217.290 seconds
|