eve-NG Community - No https services running?

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
Ryeloc
Posts: 4
Joined: Fri Mar 25, 2022 6:16 pm

eve-NG Community - No https services running?

Post by Ryeloc » Fri Mar 25, 2022 6:18 pm

I've installed eve-NG community to try it out a few times and with the community version I don't get nothing but ssh services running on the VM. eve-NG pro works fine. I just want to try out eve-NG prior to buying anything.

How can I get the community version running with https services so I can try it out?

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

Re: eve-NG Community - No https services running?

Post by Uldis (UD) » Fri Mar 25, 2022 8:18 pm

:)
https://www.eve-ng.net/index.php/docume ... self-sign/

we have a lot documentation for any EVE

Ryeloc
Posts: 4
Joined: Fri Mar 25, 2022 6:16 pm

Re: eve-NG Community - No https services running?

Post by Ryeloc » Mon Mar 28, 2022 2:15 pm

The first command literally doesn't even work. I can tell there is a lot of documentation, but a lot of it is so fragmented. I wish there was an area that had specifics for install. Anyways, first commands and it doesn't work.

So, how do I get https running? I want to try out community before I buy, but this really is coming off as the wrong product. I install, and literally can't even get it working. I installed pro, and it works out of the box but I want to load my CML images test the product out before I buy it make sure it works for what I need.

Maybe I'm frustrated, but why is this so difficult to just try out this product?

Anyways back to the problem,

how do I get this working?

root@eve-ng:~# sudo a2enmod ssl
sudo: a2enmod: command not found
root@eve-ng:~#

Ryeloc
Posts: 4
Joined: Fri Mar 25, 2022 6:16 pm

Re: eve-NG Community - No https services running?

Post by Ryeloc » Mon Mar 28, 2022 5:21 pm

Well, got past the first part.... got the cert generated, but the services wont restart. Getting this error now.

root@eve-NG:~# /etc/init.d/apache2 restart
[....] Restarting apache2 (via systemctl): apache2.serviceJob for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details.
failed!

I checked listening ports and I don't se 80 listening anymore or 443, just 8080.... but cant get any http or https on it.

It appears doing this has broken http completely now.

root@eve-NG:~# sudo ss -ltnp
State Recv-Q Send-Q Local Address:Port Peer Address:Port
LISTEN 0 10 *:6653 *:* users:(("ovs-testcontrol",pid=2715,fd=3))
LISTEN 0 80 127.0.0.1:3306 *:* users:(("mysqld",pid=2676,fd=29))
LISTEN 0 128 *:22 *:* users:(("sshd",pid=2658,fd=3))
LISTEN 0 5 127.0.0.1:4822 *:* users:(("guacd",pid=2703,fd=4))
LISTEN 0 1 ::ffff:127.0.0.1:8005 :::* users:(("java",pid=2755,fd=67))
LISTEN 0 100 ::ffff:127.0.0.1:8080 :::* users:(("java",pid=2755,fd=52))
LISTEN 0 128 :::22 :::* users:(("sshd",pid=2658,fd=4))
root@eve-NG:~#

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

Re: eve-NG Community - No https services running?

Post by Uldis (UD) » Tue Mar 29, 2022 6:59 am

you simply did not complete all asked steps from How to.
https://www.eve-ng.net/index.php/docume ... self-sign/

Also it can issue of your browser, you simply didn;t copy whole command from How to. Chrome has such issues, it cut off commands in sldier.
That's why recomendation is to use: Firefox.
You do not have the required permissions to view the files attached to this post.

Post Reply