Hey there.
My site is fully accessible both over https and regular http. Only the backend is forced to SSL, since we’re using a self-signed certificate.
A couple of forum buttons do not reflect this optional existence of https links in forms when clicked.
For example, clicking the Edit button warns you that, although the site is encrypted, this link isn’t.
<form class=”spButtonForm“ name=”usereditpost66“ method=”post“ action=”http://wildwestscifi.net/forum/general/scribbler-test#p66“>
The same goes for “Empty The Admin Postbag” and likely a bunch of other form links.
<form class=”sfsubhead“ name=”removequeue“ method=”post“ action=”http://wildwestscifi.net/forum“>
How do I/we/you fix that? (And no, setting the site to go to https by default via General settings is not the solution. I don’t want to scare users with warnings from their browser.)
Possibly related: Is there a special reason these forms don’t use relative links? (Those should then be automatically filled by the browser.)