SSL Apache
But surely it's a conflict between my vhost config on apache and CF
SSL handshake failed Error code 525 <VirtualHost *:80>
ServerName annuaire.debtechnology.ma
Redirect / https://annuaire.debtechnology.ma
RewriteEngine on
RewriteCond %{SERVER_NAME} =annuaire.debtechnology.ma
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName annuaire.debtechnology.ma
ServerAdmin webmaster@localhost
DocumentRoot /opt/Annuaire-Ecoles/frontend
ProxyPass / http://localhost:8081/
ProxyPassReverse / http://localhost:8081/
#SSLEngine on
#SSLCertificateFile /etc/letsencrypt/live/annuaire.debtechnology.ma/fullchain.pem
#SSLCertificateKeyFile /etc/letsencrypt/live/annuaire.debtechnology.ma/privkey.pem
#Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>Network protocol error
An error occurred during a connection to annuaire.debtechnology.ma.
The page you are trying to access cannot be displayed because a network protocol error has been detected.
Please contact the website owners to let them know about this issue.[Sun Nov 06 23:02:44.290288 2022] [mpm_prefork:notice] [pid 6221] AH00171: Graceful restart requested, doing restart
[Sun Nov 06 23:02:44.332577 2022] [mpm_prefork:notice] [pid 6221] AH00163: Apache/2.4.54 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Sun Nov 06 23:02:44.333176 2022] [core:notice] [pid 6221] AH00094: Command line: '/usr/sbin/apache2'162.158.22.95 - - [06/Nov/2022:23:02:52 +0100] "GET / HTTP/1.1" 200 18523 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:106.0) Gecko/20100101 Firefox/106.0"
162.158.22.95 - - [06/Nov/2022:23:03:32 +0100] "GET / HTTP/1.1" 200 18524 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:106.0) Gecko/20100101 Firefox/106.0"
172.70.110.109 - - [06/Nov/2022:23:03:35 +0100] "GET / HTTP/1.1" 200 18537 "-" "curl/7.58.0"
162.158.22.94 - - [06/Nov/2022:23:03:44 +0100] "GET / HTTP/1.1" 200 18522 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:106.0) Gecko/20100101 Firefox/106.0"