Https gives me ERR_TOO_MANY_REDIRECTS or DNS_PROBE_FINISHED_NXDOMAIN

Hi,

I ve got a problem with Piwik install in HTTPS … i try to go on my Piwik to install, but piwik give a message ERR_TOO_MANY_REDIRECTS with my https URL … i don’t understand… before i change server, piwik it was not over with my SSL config .:sweat:

You can see my problem here:
https://piwik.bretagne.balades.com

Hi,

piwik.bretagne.balades.com (and bretagne.balades.com) don’t resolve to an IP address for me, so that is definitely part of the problem (DNS_PROBE_FINISHED_NXDOMAIN)

In case you mean https://piwik.bretagne-balades.com/, I can reproduce that it redirects (via 302) to itself.
Is it possible that there is a server config that does the redirect (e.g. in an .htaccess). Maybe the redirect to HTTPS check if it is already on HTTPS.

Hi Findus23

I’ve got only an .htaccess under https://bretagne.balades.com

Problem could be here ?

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

Have you tried commenting it out or temporarily removing it?

It seems suspicious as it looks a bit like a circular redirect.

Hi Findus!

i find my error, i ve got 2 Vhost with piwik conf… i erase the bad vhost.

thank for your help.