Site Down Error 525 SSL handshake failed

Site Url: porivaayil

Site was working fine suddenly it show following Error 525 SSL handshake failed!

Please check the attachment

Are you using Cloudflare‘s Full SSL mode? If so, you need to switch it to Flexible to work with Infinityfree.

1 Like

Thanks for your reply after i changed to Flexible It show following error

redirected you too many times.
ERR_TOO_MANY_REDIRECTS

Do you have an .htaccess which is redirecting some visitors to a certain version of your site?

1 Like

Please check the below .htaccess file data

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

<IfModule mod_expires.c>
  ExpiresActive On
  
  ExpiresByType text/html "access 720 seconds"
  ExpiresByType application/xhtml+xml "access 720 seconds"

  # Images
  ExpiresByType image/jpeg "access plus 1 year"
  ExpiresByType image/jpg "access 1 year"
  ExpiresByType image/gif "access plus 1 year"
  ExpiresByType image/png "access plus 1 year"
  ExpiresByType image/webp "access plus 1 year"
  ExpiresByType image/svg+xml "access plus 1 year"
  ExpiresByType image/x-icon "access plus 1 year"
  

  # Video
  ExpiresByType video/mp4 "access plus 1 year"
  ExpiresByType video/mpeg "access plus 1 year"

  # CSS, JavaScript
  ExpiresByType text/css "access plus 3 month"
  ExpiresByType text/javascript "access plus 3 month"
  ExpiresByType application/javascript "access plus 3 month"
  ExpiresByType application/x-javascript "access 3 month"
  ExpiresByType text/x-javascript "access 3 month"

  # Others
  ExpiresByType application/pdf "access plus 4 month"
  ExpiresByType application/x-shockwave-flash "access plus 1 month"
  
  # Default
  ExpiresDefault "access 1 month"
</IfModule>

# END WordPress

You may need to follow this article to let Cloudflare’s Flexible SSL work with WordPress.

4 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.