Post

Replies

Boosts

Views

Activity

Reply to merchant : Verification failed for domain
Hi thereI create a new domain with new serverand I make it dns only without cachingand I use let-encrypted certificethis is my file verfication . this is my ngix conf# FORGE CONFIG (DO NOT REMOVE!) include forge-conf/XXXX.***.sa/***/*; server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name ***.***.***; root /home/forge/XXXX.XX.***/public; # FORGE SSL (DO NOT REMOVE!) ssl_certificate /etc/nginx/ssl/***.XXXX.XX/710621/server.crt; ssl_certificate_key /etc/nginx/ssl/***.XXXX.XX/713626/server.key; ssl_protocols TLSv1.2; ssl_ciphers ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384; ssl_prefer_server_ciphers on; ssl_dhparam /etc/nginx/dhparams.pem; add_header X-Frame-Options "SAMEORIGIN"; add_header X-XSS-Protection "1; mode=block"; add_header X-Content-Type-Options "nosniff"; index index.html index.htm index.php; charset utf-8; # FORGE CONFIG (DO NOT REMOVE!) include forge-conf/XXXXX.***.***/server/*; location / { try_files $uri $uri/ /index.php?$query_string; } location = /favicon.ico { access_log off; log_not_found off; } location = /robots.txt { access_log off; log_not_found off; } access_log off; error_log /var/log/nginx/XXXX.XXXX.X-error.log error; error_page 404 /index.php; location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass unix:/var/run/php/php7.3-fpm.sock; fastcgi_index index.php; include fastcgi_params; } location ~ /\.(?!well-known).* { deny all; } } # FORGE CONFIG (DO NOT REMOVE!) include forge-conf/XXXX.***.X/after/*;
Jan ’20
Reply to merchant : Verification failed for domain
I change the nginx log to debug and I found the request but I have error2020/01/30 21:10:35 [debug] 31149#31149: *2 SSL_do_handshake: -1 2020/01/30 21:10:35 [debug] 31149#31149: *2 SSL_get_error: 1 2020/01/30 21:10:35 [info] 31149#31149: *2 SSL_do_handshake() failed (SSL: error:1417A0C1:SSL routines:tls_post_process_client_hello:no shared cipher) while SSL handshaking, client: 17.179.144.227, server: 0.0.0.0:443 2020/01/30 21:10:35 [debug] 31149#31149: *2 close http connection: 3 2020/01/30 21:10:35 [debug] 31149#31149: *2 event timer del: 3: 15371864498 2020/01/30 21:10:35 [debug] 31149#31149: *2 reusable connection: 0 2020/01/30 21:10:35 [debug] 31149#31149: *2 free: 0000563E27ACB560, unused: 104I think the problem with ssl but I don't know how can solve it ? I use Let's Encrypted and Cloudflare SSL
Jan ’20