Hi, just noticed a double "is" in that file:
Index: src/login.c
==================================================================
--- src/login.c
+++ src/login.c
@@ -506,11 +506,11 @@
const char *zQS = P("QUERY_STRING");
if( P("redir")!=0 || g.sslNotAvailable ){
style_header("Insecure Connection");
@ <h1>Unable To Establish An Encrypted Connection</h1>
@ <p>This website requires that login credentials be sent over
- @ an encrypted connection. The current connection, however, is
+ @ an encrypted connection. The current connection, however,
@ is not encrypted all the way from your browser to the server.
@ A prior attempt was made to redirect to %h(g.zHttpsURL) but
@ the connection is still insecure even after the redirect.</p>
@ <p>This is probably some kind of configuration problem. Please
@ contact your sysadmin.</p>
Thanks.
--
https://www.juef.space/
signature.asc
Description: PGP signature
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

