Jump to content

nm67

Members
  • Posts

    18
  • Joined

  • Last visited

nm67's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I've updated GATE_Web, please reload, thanks. It has won 2 "Global Excellence Awards" at 2018 Info Security Products Guide. Frank
  2. Alright, it's finally working, thanks for your help ! I patented this GATE system more than a year ago, it won "Cybersecurity Innovation Award" at 2017 International Cyber Security and Intelligence Conference on November 7th – 8th 2017 in Toronto, Canada. Now I've set it up here as a proof of concept. It is an alternative authentication method to replace traditional password system for better security. It can defeat peeking, wiretapping, keylogging, phishing and dictionary attack. I appreciate Helio to let my host the GATE system without a charge, if you are interested, you can use it on your site as an experimental feature for higher level of user authentication. Frank
  3. I've re-compiled a lib file in it with Jdk7, and updated the .war file. Please reload. Thanks.
  4. I am not too familiar with the process, could you fix it for me please ? Frank
  5. Thanks for the update. I've changed the dir, but still not working, got the following message : User_Id [admin] doesn't exist. Passcode_File = /home/nm67/Dir_GATE_Passcode/Dir_Passcode/ At this page, I tried to save info : http://nm67.heliohost.org/GATE_Web/GATE_Servlet?User_Id=admin&Menu=Create_User_Id_And_Pin&Action=Check_Availability But it couldn't do it. It was trying to create a dir : /home/nm67/Dir_GATE_Passcode/Dir_Passcode/ Then write to a file in it. Could there be a file write permission issue ? Frank
  6. Thanks for the info. I've just updated the .war file. Please reload. Frank
  7. Thank. There seems to be a file write permission issue, right now it can't save at : http://nm67.heliohost.org/GATE_Web/GATE_Servlet?User_Id=admin&Menu=Create_User_Id_And_Pin&Action=Check_Availability User_Id [admin] doesn't exist. Passcode_File = /home/tomcat/Dir_GATE_Passcode/Dir_Passcode/ Maybe the log file can offer you some insight. Could you please fix the file permission ? Frank
  8. It wasn't acting properly, so I fixed the "sessionCookiePath" problem in "context.xml" and updated the .war file, now it should work correctly. Please reload, thanks ! Frank
  9. OK, just reloaded a new .war file. Please reload. It should run, but still have the original problem, cookie session issue. I know why, I can't include that change in my .war file, it needs to be done like this : In /.../tomcat/conf/context.xml, change "<Context>" to : <Context sessionCookiePath="/"> ... </Context> Thanks. Frank
  10. Just uploaded a new .war file Thanks for the reply. The issue was a session cookie problem. It's mentioned and solved here : https://stackoverflow.com/questions/48269262/java-servlet-session-not-working-properly-with-nginx-how-to-fix Frank
  11. Thanks, now I see it running. But it's not running properly : in the "server.xml" file, the following line needs to be added : <Context path="" docBase="GATE_Web" debug="0" reloadable="true"> Please see attached image below for details :
  12. Hi, I've recompiled it to work with Tomcat 7, and I've uploaded the .war file, could you please try it again ? /home/nm67 GATE_Web.war Thanks ! Frank
×
×
  • Create New...