servnest-mkosi/mkosi.skeleton/srv/niver/errors/http.html

24 lines
853 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Not available over unsecure HTTP</title>
</head>
<body>
<h1>Not available over unsecure HTTP</h1>
<p>
This server does not accept unsecure HTTP requests. Use HTTPS instead.
</p>
<details open="">
<summary>What happened?</summary>
You made a request to the server using the unsecure HTTP protocol (<code>http://</code>). For privacy and security reasons, the server does not accept this, as unsecure HTTP connections can be watched and modified by any device on the way.
</details>
<details>
<summary>How to solve this?</summary>
You can tell your browser to use HTTPS by prefixing the URL with <code>https://</code>.
</details>
<small><code>HTTP 400</code></small>
</body>
</html>