Jump to content

Dominic_J

Members
  • Posts

    3
  • Joined

  • Last visited

About Dominic_J

  • Rank
    Newbie
    Newbie

Profile Information

  • Location
    Germany
  1. Hi everyone, we have a ESET PROTECT (Server), Version 9.0 (9.0.1141.0) in use. Additonally we have a Apache Reverse Proxy already running, to mask our HTTPS (443) and HTTP (80) for our Exchange Server. Now I want to use, this Reverse Proxy to call the ESET PROTECT Console from extern. When i try to access the webinterface from extern, than i will run into 500 Failure "Internal Server Error". I figured already out, that it obviusly has to do with the communication between the apache und the Eset Server. But i dont know what is the exact problem. This ist the config in question: #ServerLimit 300 #MaxRequestWorkers 300 MaxConnectionsPerChild 1 #FrontEnd Server Settings #Only redirect http to https and some logging <VirtualHost *:80> ServerName extern.domain.de ServerAdmin mail@domain.de #Logging ErrorLog /var/log/apache2/eset_80_error.log CustomLog /var/log/apache2/eset_80_access.log combined ProxyRequests Off #redirect http to https RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} RewriteCond %{SERVER_NAME} =extern.domain.de RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> #HTTPS Virtual Host for ESET Server <VirtualHost *:443> ServerName extern.domain.de ServerAdmin mail@domain.de ErrorLog /var/log/apache2/eset_443_error.log CustomLog /var/log/apache2/eset_443_access.log combined ProxyPass "/" "https://<internal IP ESET Server>/" ProxyPassReverse "/" "https://<internal IP ESET Server>/" <Directory /> Order deny,allow Deny from all </Directory> <Proxy *> Order deny,allow Allow from all </Proxy> #SSL Settings SSLEngine on SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 SSLCipherSuite ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA38 SSLHonorCipherOrder off #SSL Certificate SSLCertificateFile /etc/letsencrypt/live/xxx/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/xxx/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf </VirtualHost> Any Ideas are welcome
  2. Hi there, i expirence a problem with ESET PROTECT (Web-Console) Version 9.0 (9.0.138.0) wich runs on a virtual Windows Server 2019 here on our Server. When i log in with my Administrator-Account everything works well. Sometimes it is a bit slow, but it is ok so far. But there are no messages shown which inidcates any errors. Now i created a user in the console and gave him the rights to manage his dynamic group. First thing i notice when i log in with this user is, that everything is very very slow and after a while there shows a message up (see attachement). This comes several times. Then you can click serveral for example on the dynamic group with the host-objects of this customer, and after some trys the hosts are shown but still everything is very slow. I'm a little bit clueless to be honest. Maybe someone here has an idea. Thanks
×
×
  • Create New...