Switch to https using Caddy proxy.

This commit is contained in:
2026-01-12 12:06:43 +02:00
parent 3f7a2d2d61
commit f395e5ac6f
3 changed files with 43 additions and 10 deletions
+8 -8
View File
@@ -15,23 +15,23 @@
<br />
<ul>
<li>
<a href="http://localhost/passman/register.php">Registration Form</a>
<a href="/passman/register.php">Registration Form</a>
</li>
<br />
<li>
<a href="http://localhost/passman/login.php">Login Page</a>
<a href="/passman/login.php">Login Page</a>
</li>
<br />
<li>
<a href="http://localhost/passman/logout.php">Logout Page</a>
<a href="/passman/logout.php">Logout Page</a>
</li>
<br />
<li>
<a href="http://localhost/passman/dashboard.php">Dashboard</a> (display passwords for websites)
<a href="/passman/dashboard.php">Dashboard</a> (display passwords for websites)
</li>
<br />
<li>
<a href="http://localhost/passman/notes.php">Notes</a> (notes/comments/announcements)
<a href="/passman/notes.php">Notes</a> (notes/comments/announcements)
</li>
<br />
</ul>
@@ -41,18 +41,18 @@
<br />
<ul>
<li>
Test <a href="http://localhost/passman/test_hash.php">hashing</a> functions in PHP (server side)
Test <a href="/passman/test_hash.php">hashing</a> functions in PHP (server side)
</li>
<br />
<li>
Test <a href="http://localhost/passman/test_encrypt.php">encrypting/decrypting</a> functions in PHP (server side)
Test <a href="/passman/test_encrypt.php">encrypting/decrypting</a> functions in PHP (server side)
</li>
<br />
</ul>
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hacker's side (for using stealing cookies using XSS):
<a href="http://localhost/passman/xss">http://localhost/passman/xss</a>
<a href="/passman/xss">passman/xss</a>
<br />
</body>