dubiousa Posted March 23, 2018 Share Posted March 23, 2018 Hi guys, i am no programmer, but a designer who thinks wordpress is an overkill and a mammut, and i'm loving process wire and its logic. I've set up one page previously, just to learn and experiment. Now, i wanted to start building another one, but i'm still getting security exceptions and jquery errors in the console. The site has an let's encrypt SSL certificate, php7.0, and a normal mysql database - http://vivid.black Could someone please check that and tell me what is wrong? Thanks much Michaela Link to comment Share on other sites More sharing options...
DaveP Posted March 23, 2018 Share Posted March 23, 2018 Welcome, dubiosa! Well, whatever you've got going on, it's very strange. If I visit the http URL you posted (with a full stop at the end (?)), I get the default Apache page. If I remove the full stop, it redirects to https and I get a certificate error. If I replace the full stop with a slash, I get an actual web page over https. Is the server a VPS? Is it managed or unmanaged? Is it shared hosting? As far as I can see, it's likely to be either a server misconfiguration (Apache etc.) or your .htaccess, or a bit of both. Tell us a bit more and we'll try to help. 1 Link to comment Share on other sites More sharing options...
dubiousa Posted March 23, 2018 Author Share Posted March 23, 2018 Hi Dave, thanks much for looking into this. The full stop was just a sentence end, sry for that. But yes, the certificate errors are the problem, as not only nobody will want to see a not encrypted page, but i am also gotten thrown out from the admin backend when trying to do changes and have to reload page several times to get in again. Also, the front end works just fine 2-5 times, then there is 3-5 times a certificate error.. It is interesting, that the https://my.page.com/ with the added slash works. Do you have any idea what in the htaccess could cause this? I've already uncommented the 2 https lines.. the hosting is here https://www.easyname.com/en no idea what kind of server that is, but i am using it for years, with drupal, wp and others and never had a problem.. Do you think it would help just delete and reinstall? Link to comment Share on other sites More sharing options...
DaveP Posted March 23, 2018 Share Posted March 23, 2018 17 minutes ago, dubiousa said: Do you think it would help just delete and reinstall? Not yet. Let's try some stuff first. There's something going on in .htaccess, because it redirects to www.vivid.black under some circumstances. You might try renaming .htaccess to htaccess.old or some such and replace it with a new copy of the default one in the PW download, see if that changes anything. Link to comment Share on other sites More sharing options...
dubiousa Posted March 23, 2018 Author Share Posted March 23, 2018 hi, did that, login link shows now just an 404 in the hosting backend i've configured both just to do https.. and in the htaccess, i've just uncommented the 2 lines with https : RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] no more changes done - now changed back Link to comment Share on other sites More sharing options...
Gideon So Posted March 23, 2018 Share Posted March 23, 2018 Hi @dubiousa, http://vivid.black/ redirects to https://vivid.black/, which is good. But https://vivid.black/ gives SSL_ERROR_BAD_CERT_DOMAIN error which means that you have a ssl cert with wrong domain name. Try to re-issue a new ssl cert. Gideon Link to comment Share on other sites More sharing options...
dubiousa Posted March 23, 2018 Author Share Posted March 23, 2018 just called the hosting company - they have sweared that the certificate is OK... The'll issue a new one in the couple of days. THanks for the analysis. So now, i have only the option of working on my page offline and wait till they issue the new one and then reinstall - or can they change it in the background? Link to comment Share on other sites More sharing options...
Gideon So Posted March 23, 2018 Share Posted March 23, 2018 I don't know how your hosting company works but I think they will do it without your notice, that is in your words, it should be done in the background. Gideon Link to comment Share on other sites More sharing options...
dubiousa Posted March 23, 2018 Author Share Posted March 23, 2018 Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now