SSL now enabled for the site
-
- Neckmin
- Posts: 338
- Joined: Fri Oct 17, 2014 10:35 am
SSL now enabled for the site
I have just enabled SSL for the site using a certificate issued by letsencrypt.org - please let me know if there are any issues. You should be seeing https:// in the address bar now. Any non-ssl requests will redirect automatically.
-
- who u callin ne guy bruv
- Posts: 24
- Joined: Fri Nov 24, 2017 2:45 pm
Re: SSL now enabled for the site
All working for me.
- yellowbeard
- tower block dreamin
- Posts: 343
- Joined: Wed Jul 08, 2015 5:40 am
Re: SSL now enabled for the site
I am getting a security certificate error - Firefox says "Error code: SSL_ERROR_BAD_CERT_DOMAIN"
-
- Neckmin
- Posts: 338
- Joined: Fri Oct 17, 2014 10:35 am
Re: SSL now enabled for the site
Hi yelowbeardyellowbeard wrote: ↑Fri Jul 19, 2019 10:01 pm I am getting a security certificate error - Firefox says "Error code: SSL_ERROR_BAD_CERT_DOMAIN"
Can you try the following URL and let me know if you still get the SSL error: https://radionecks.co.uk
There is a permanent redirect setup for http://www.radionecks.co.uk and also http://radionecks.co.uk to the above https URL, however it could be your browsers cache also needs clearing.
- yellowbeard
- tower block dreamin
- Posts: 343
- Joined: Wed Jul 08, 2015 5:40 am
Re: SSL now enabled for the site
Yes that no longer has the security certificate error but it does keep logging me out even if I tick remember me at the login page. I am being a pain in the bollocks aren't I?nrgkits.nz wrote: ↑Fri Jul 19, 2019 11:16 pmHi yelowbeardyellowbeard wrote: ↑Fri Jul 19, 2019 10:01 pm I am getting a security certificate error - Firefox says "Error code: SSL_ERROR_BAD_CERT_DOMAIN"
Can you try the following URL and let me know if you still get the SSL error: https://radionecks.co.uk
There is a permanent redirect setup for http://www.radionecks.co.uk and also http://radionecks.co.uk to the above https URL, however it could be your browsers cache also needs clearing.

-
- proppa neck!
- Posts: 2957
- Joined: Tue Apr 05, 2016 1:23 am
Re: SSL now enabled for the site
YB
I thought (at first) that it was logging me out, but if you select "Board Index" rather than "Radionecks" at the top of the page when moving from page to page, you remain logged in.
HTH
I thought (at first) that it was logging me out, but if you select "Board Index" rather than "Radionecks" at the top of the page when moving from page to page, you remain logged in.
HTH
"Why is my rig humming?"
"Because it doesn't know the words!"
"Because it doesn't know the words!"

-
- Neckmin
- Posts: 338
- Joined: Fri Oct 17, 2014 10:35 am
Re: SSL now enabled for the site
The login issue should be sorted now also, and you should remain logged in. The server was still trying to set cookies on the non-SSL domain, and so none of the PHP $_SESSION arrays would work in phpbb, which caused it to start relying on a query string parameter in the URL to identify login's.
-
- who u callin ne guy bruv
- Posts: 42
- Joined: Sun Jul 14, 2019 12:32 pm
Re: SSL now enabled for the site
I use https everywhere, previously I was never able to get a secure page here, but all good today.
-
- proppa neck!
- Posts: 2957
- Joined: Tue Apr 05, 2016 1:23 am
Re: SSL now enabled for the site
The site now seems to be dreadfully slow!
"Why is my rig humming?"
"Because it doesn't know the words!"
"Because it doesn't know the words!"

-
- Neckmin
- Posts: 338
- Joined: Fri Oct 17, 2014 10:35 am
Re: SSL now enabled for the site
I suspect its something to do with the database VM, I did notice the site was a little slow even before enabling SSL. Even loading the site locally from the same physical network (from a client connect to the same switch as the host server) latency is still high, in the order of 4 seconds so its not an issue with the internet link (gigabit fiber).
I have other sites on the same server which don't have any issues. Increasing the resources assigned to the VM also made no difference.
I'm going to be looking at MySql logs now to try and find out whats going on - I suspect there is a table somewhere which may have grown in size, possibly doesn't have the correct indexes set.
-
- Neckmin
- Posts: 338
- Joined: Fri Oct 17, 2014 10:35 am
Re: SSL now enabled for the site
The slowness should be sorted now, the issue was the sessions table had grown to 120,000+ rows because obsolete sessions weren’t being purged fast enough. I’ve set the session timeout to 10 minutes now - however this won’t affect anyone who has ticked the box to stay logged in, or continues to load atleast one page every 10 minutes. Please let me know if any further issues.