Visible Content: Not Found The requested URL /.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de was not found on this server. Apache/2.4.29 (Ubuntu) Server at soerendip.com Port 443
Sneaky little bastards these redirects. I wonder why are they generated in the first place, when the should not be there. But that is a different conversation.
cat /etc/apache2/sites-available/000-default.conf
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com
ServerAdmin swacker@ucalgary.ca
DocumentRoot /var/www/html
Redirect "/" "https://136.159.234.66"
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
RewriteEngine on
RewriteCond %{SERVER_NAME} =soerendip.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
grep -Eri 'virt|servern|servera|return|rewrite|redirect|listen' /etc/apache2/sites-enabled/*
/etc/apache2/sites-enabled/000-default.conf:<VirtualHost *:80>
/etc/apache2/sites-enabled/000-default.conf: # The ServerName directive sets the request scheme, hostname and port that
/etc/apache2/sites-enabled/000-default.conf: # redirection URLs. In the context of virtual hosts, the ServerName
/etc/apache2/sites-enabled/000-default.conf: # match this virtual host. For the default virtual host (this file) this
/etc/apache2/sites-enabled/000-default.conf: # However, you must set it for any further virtual host explicitly.
/etc/apache2/sites-enabled/000-default.conf: #ServerName www.example.com
/etc/apache2/sites-enabled/000-default.conf: ServerAdmin swacker@ucalgary.ca
/etc/apache2/sites-enabled/000-default.conf: # Redirect "/" "https://136.159.234.66"
/etc/apache2/sites-enabled/000-default.conf: # include a line for only one particular virtual host. For example the
/etc/apache2/sites-enabled/000-default.conf:ServerName soerendip.com
/etc/apache2/sites-enabled/000-default.conf:ServerAlias www.soerendip.com
/etc/apache2/sites-enabled/000-default.conf:RewriteEngine on
/etc/apache2/sites-enabled/000-default.conf:RewriteCond %{SERVER_NAME} =soerendip.com
/etc/apache2/sites-enabled/000-default.conf:# RewriteCond %{HTTPS} !=on
/etc/apache2/sites-enabled/000-default.conf:RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
/etc/apache2/sites-enabled/000-default.conf:</VirtualHost>
/etc/apache2/sites-enabled/000-default-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-enabled/000-default-le-ssl.conf: # The ServerName directive sets the request scheme, hostname and port that
/etc/apache2/sites-enabled/000-default-le-ssl.conf: # redirection URLs. In the context of virtual hosts, the ServerName
/etc/apache2/sites-enabled/000-default-le-ssl.conf: # match this virtual host. For the default virtual host (this file) this
/etc/apache2/sites-enabled/000-default-le-ssl.conf: # However, you must set it for any further virtual host explicitly.
/etc/apache2/sites-enabled/000-default-le-ssl.conf: #ServerName www.example.com
/etc/apache2/sites-enabled/000-default-le-ssl.conf: ServerAdmin swacker@ucalgary.ca
/etc/apache2/sites-enabled/000-default-le-ssl.conf: #Redirect "/" "https://136.159.234.66"
/etc/apache2/sites-enabled/000-default-le-ssl.conf: # include a line for only one particular virtual host. For example the
/etc/apache2/sites-enabled/000-default-le-ssl.conf:ServerName soerendip.com
/etc/apache2/sites-enabled/000-default-le-ssl.conf:ServerAlias www.soerendip.com
/etc/apache2/sites-enabled/000-default-le-ssl.conf:</VirtualHost>
But you have a lot of mixed content, that is blocked. So no stylesheets, no javascript.
Why? All links have the ip address.
form
https://136.159.234.66/wordpress/
-9
TrustFailure - The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. The remote certificate is invalid according to the validation procedure.
1
no SSL
img
https://136.159.234.66/wordpress/wp-content/themes/twentyseventeen/assets/images/header.jpg
-9
TrustFailure - The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. The remote certificate is invalid according to the validation procedure.
1
no SSL
You can't use your certificate with an ip address.