Enabled HTTPS and HTML5 stopped working

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
chillobill
Posts: 1
Joined: Mon Dec 17, 2018 11:55 pm

Enabled HTTPS and HTML5 stopped working

Post by chillobill » Tue Dec 18, 2018 12:42 pm

Hi All,

I am running version 2.0.3-92 on bare metal

I have followed the instructions here to enable https http://www.eve-ng.net/index.php/documen ... ssl-on-eve which worked fine (not sure why step 3 instructs you to disabled https? I had to re-enable it again)

I can now login using https and the native client works fine but I can no longer login using the html5 option, nothing happens when I try, no errors almost as if I am not clicking the login button. I have tried various methods listed in this thread http://www.eve-ng.net/forum/viewtopic.p ... tml5#p4777 but nothing has worked.

Looks like running guacamole-update.sql has fixed this for some but I dont seem to have that on my install

Code: Select all

root@eve-ng:~# cat /opt/unetlab/schema/guacamole-update.sql | mysql -u root --password=eve-ng guacdb
cat: /opt/unetlab/schema/guacamole-update.sql: No such file or directory
mysql: [Warning] Using a password on the command line interface can be insecure.
I do have guacamole-002-update.sql but that doesnt work either

Code: Select all

root@eve-ng:/opt/unetlab/schema# ls
guacamole-001-create-schema.sql  guacamole-003-create-admin-user.sql  upgrade-pre-0.9.13.sql  upgrade-pre-1.0.0.sql
guacamole-002-update.sql         unetlab-001-create-schema.sql        upgrade-pre-0.9.14.sql
root@eve-ng:/opt/unetlab/schema# cat /opt/unetlab/schema/guacamole-002-update.sql | mysql -u root --password=eve-ng guacdb
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1060 (42S21) at line 34: Duplicate column name 'username'
Hopefully someone might be able to help - Thanks in advance

cyphr
Posts: 1
Joined: Thu Mar 28, 2019 2:58 pm

Re: Enabled HTTPS and HTML5 stopped working

Post by cyphr » Thu Mar 28, 2019 3:22 pm

I'm in the same boat, did you ever fix this?

Uldis (UD)
Posts: 5084
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: Enabled HTTPS and HTML5 stopped working

Post by Uldis (UD) » Fri Mar 29, 2019 3:38 pm

Seems your databses SQL are screwed..
solution is update to vers 2.0.3-95
and then fix SQL db

unl_wrapper -a restoredb

or visit or live chat for help

Uldis

Post Reply