Hey!
Im running 7.3 php, Ubuntu 20.04, and fresh osticket.
I would like to add https, but its half working. I dont know what I missed, can you guys help a bit pls?
If I open the site with https://10.10.100.124/ I get the folder structure. from www/osTicket

But if I add the https://10.10.100.124/upload part, everything is working. I can navigate in the menus..
Edit: I cant acces the admin site. https://10.10.100.124/scp/login.php
The /etc/apache2/sites-available/default-ssl.conf file is edited like this:
<VirtualHost _default_:443>
DocumentRoot /var/www/osTicket
ServerName 10.10.100.124
etc/apache2/sites-available
<VirtualHost _default_:443>
DocumentRoot /var/www/osTicket
ServerName 10.10.100.124
And also added this line to the 000-default.conf
DocumentRoot /var/www/osTicket
The var/www/html folder is empty, apache2 restarted.