Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Xeptix

Pages: [1]
1
CentOS 7 Problems / dovecot connection issues
« on: March 13, 2019, 01:58:34 PM »
I'm having an issue with dovecot. It's running fine, however roundecube is now giving me a "Connection to storage server failed." message.

I checked the logs and this is what I found:
Mar 13 09:46:28 imap-login: Fatal: Can't load ssl_cert: There is no valid PEM certificate.
Mar 13 09:46:28 master: Error: service(imap-login): command startup failed, throttling for 2 secs

I checked dovecot.conf and the paths are fine:
ssl_cert = </etc/pki/tls/certs/server.hostname.com.crt
ssl_key = </etc/pki/tls/private/server.hostname.com.key

It's the same certificates everything else uses, and everything else works fine.

I'm not sure when it stopped working but it was working fine the other day.

Anyone have any ideas?

2
CentOS 7 Problems / SSL Problem
« on: December 23, 2017, 02:05:45 AM »
I purchased an SSL Certificate, and issued it to my server's hostname. This is because I use the following two URLs for CentOS WebPanel:
https://my.hostname.com:2083
https://my.hostname.com:2087

I can't get SSL to work on either of these - chrome tells me it can't trust it blah blah blah, however, when I got to the following URL:
https://my.hostname.com

It works just fine here. How can I get my SSL Certificate to work on CentOS WebPanel?

3
CentOS 7 Problems / Re: New version bugs
« on: December 13, 2017, 07:00:34 PM »
this is redirecting to user account thats why root is not working. Try port 2087 with IP.

Okay, you are my hero. In the old one, there was one login for both. I'm now able to access the root account, which is great progress towards not having to wipe my server.

I've now discovered what's wrong with apache, fixing it currently.

The problem with PMA/Webmail is that it's trying to use port 2030, it redirects to www.xeptix.com:2030/pma/ and www.xeptix.com:2030/roundcube/

Unfortunately, www.xeptix.com:2083/pma/ doesn't work so I'm not sure how to go about fixing these just yet, but I'll continue investigating.

4
CentOS 7 Problems / Re: New version bugs
« on: December 13, 2017, 06:32:35 PM »
what url you are using to loggin as root?

https://www.xeptix.com:2083/login/

I've moved CWP to port 2083 to (securely) work with CloudFlare. I did this before the new version came out.

5
CentOS 7 Problems / Re: New version bugs
« on: December 13, 2017, 06:31:12 PM »
I should note that in the old, previously working version of CWP I changed a few things. From what I remember, here's what I did:
Changed to port 2083,
Modified log rotations,
Changed PhpMyAdmin URL to 2083, and made it use SSL,
Added some extra tools to the "Developer Tools" or whatever it was called; appears to be scrapped in the new CWP version
Modified apache a little bit, was always a pain because everytime CWP updated I'd have to re-upload my changes,
Did something (forgot) to make RoundCube work properly.

As far as I know that's it. Not sure if this is why I'm having so many issues or not. If someone could confirm with me that the new version is stable on fresh installs, then I will gladly spend the dozens of hours downloading the terrabytes of data on my server, wiping it clean, and fresh installing CentOS 7/CWP. I don't want to do all that work to no avail though. I like how the new CWP LOOKS, but it doesnt FUNCTION properly AT ALL for me. If it's not stable enough for production (someone confirm please), I will just reinstall CentOS 7 and throw the old version of CWP on there. Me, and my entire staff team loved it and had no complaints.

6
CentOS 7 Problems / New version bugs
« on: December 13, 2017, 05:15:09 PM »
I can't login as root: http://prntscr.com/hn1m0g

PHPMyAdmin won't work: http://prntscr.com/hn1mz7
Nor will webmail: http://prntscr.com/hn1ngt

I can't see if I can fix it by opening port 2030 because I can't login as root.

My server was used on production, powering applications that are exposed to hundreds of thousands of people. This has rendered the entire server as broken and I have no clue where to start to fix it.

I am extremely dissatisfied. I've used CWP for years, donated many times, and I pay for CWPPro. I've also recommended it to all my friends. This should've been either tested more, or something you have to opt-in for. It's broken everything.

Pages: [1]