B. Ihab
B. Ihab
CDCloudflare Developers
Created by B. Ihab on 11/16/2024 in #general-help
Cloudflare incident?
7 replies
CDCloudflare Developers
Created by B. Ihab on 11/16/2024 in #general-help
Cloudflare incident?
Do you have any idea what oculd be the cause? when all work fine with ip?
7 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
A nuxt3 app
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
I've been trying to fix this problem for a while now, but without success, I'll try to dig more on that in the future but for now I think I'll just disable the proxied option, that a lot for your time ^^
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
Should I just disable the proxied option?
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
If I remove the proxy on CF, all work fine
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
That seems normal to me
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
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"
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"
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
Error log :
[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'
[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'
Access log:
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
I found no error in the logs :/
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
I'll activate the log in the config and I'll be back to you in no time
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
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.
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.
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
Nothing clear in the message
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
If I uncomment the SSL lines, I got Network protocol error :/
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
And the subdomain is proxied in the side of CF
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
<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>
<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>
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
When I'm using that :
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
SSL handshake failed Error code 525
SSL handshake failed Error code 525
30 replies
CDCloudflare Developers
Created by B. Ihab on 11/6/2022 in #general-discussions
SSL Apache
Multiple error depending on the tweak I didn't in the config, per example
30 replies