Apache2 Error code: SSL_ERROR_RX_RECORD_TOO_LONG
An error occurred during a connection to monitoring.mattionline.lan.
SSL received a record that exceeded the maximum permissible length.
Solution
#the https vhost was disabled. had to activate it manually
a2ensite default-ssl
systemctl restart apache2