Recently I built and LAMP server and installed WordPress on it. I connected it to the web via a reverse ssh tunnel using serveo.net.
I decided to add SSL and the rest of the website seems to work fine, but WordPress keeps breaking when I try to use SSL.
I went to the general settings and changed the URLs to HTTP instead of HTTPS, but when I load the pages, in the source code the CSS and JavaScript URLs are using HTTP instead of HTTPS, so they won't load.
Then wp-admin part won't even load. How do I fix this?
I've looked at quite a few posts about people having similar problems, but none of them helped.