[Jrisk-cvs] SF.net SVN: jrisk-code:[1053] Grasshopper
Brought to you by:
yuranet
|
From: <yu...@us...> - 2024-11-24 00:00:49
|
Revision: 1053
http://sourceforge.net/p/jrisk/code/1053
Author: yuranet
Date: 2024-11-24 00:00:47 +0000 (Sun, 24 Nov 2024)
Log Message:
-----------
use https
Modified Paths:
--------------
Grasshopper/server/readme.txt
Grasshopper/src/grasshopper.properties
Modified: Grasshopper/server/readme.txt
===================================================================
--- Grasshopper/server/readme.txt 2024-08-25 12:27:07 UTC (rev 1052)
+++ Grasshopper/server/readme.txt 2024-11-24 00:00:47 UTC (rev 1053)
@@ -35,7 +35,14 @@
txt @ v=spf1 include:msg.yura.net -all 1 Hour
+to get https to work you will need to follow instructions here:
+https://certbot.eff.org/instructions?ws=apache&os=snap
+then you will need to make sure AWS is allowing traffic on https port
+this is done by adding an extra inbound rule in the security group for https
+
+
+
# FAQ
Q Does not load new config
@@ -50,3 +57,5 @@
Q some perl module is missing (e.g. CGI::apacheSSI or Email::Valid) and its not in apt-get
A run "cpan" then type "install CGI::apacheSSI"
+Q timeout when trying to access https urls
+A make sure you allow https/port443 in the inbound rules in AWS
Modified: Grasshopper/src/grasshopper.properties
===================================================================
--- Grasshopper/src/grasshopper.properties 2024-08-25 12:27:07 UTC (rev 1052)
+++ Grasshopper/src/grasshopper.properties 2024-11-24 00:00:47 UTC (rev 1053)
@@ -1,3 +1,3 @@
-url.tfMail=http://msg.yura.net/cgi-bin/TFmail.cgi
-url.formMail=http://msg.yura.net/cgi-sys/FormMail.cgi
+url.tfMail=https://msg.yura.net/cgi-bin/TFmail.cgi
+url.formMail=https://msg.yura.net/cgi-sys/FormMail.cgi
rec...@yu...
|