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 - Paul

Pages: [1] 2
1
SSL / Re: Icecast SSL setup
« on: January 20, 2021, 03:21:21 PM »
Thanks for the info!

I think this might be for multiple users/accounts using the Icecast server?
I'm also unsure of what to put and where after I generate a certificate for Icecast

To be more clear on my setup
I have the icecast setup on the same server as Centos Web Panel
Web panel: myserver.com
Icecast: myserver.com:8000

I have a user account I created that generated a certificate for myserver.com. I have a secure Wordpress running on that

In icecast.xml i set the port and have opened it up in the firewall
<listen-socket>
        <port>8443</port>
        <ssl>1</ssl>
    </listen-socket>

Here is the line in the XML that I have to point to a *.pem file
<ssl-certificate>/opt/icecast/share/icecast/icecast.pem</ssl-certificate>

I just need to figure out how to generate that file with Web Panel or command line

Paul




2
SSL / Icecast SSL setup
« on: January 19, 2021, 03:54:07 PM »
Has anyone had any experience setting up a secure Icecast server with SSL?

I have a couple of guides that show command line install of LetsEncrypt but I'm nervous that this could affect the current setup of Centos Web Panel SSL
http://www.radiotools.uk/buildnotes/4-icecast-server.txt

I'm wondering if I can use existing .pem files or generate a certificate using the Web Panel tools?

Thanks for any input on this!

Paul

3
UPDaTE:
The problem persisted.
I deleted all the certs, reinstalled and then rebuilt the apache server. Restarted services and all is well!

4
SSL / SSL keeps going back and forth from valid to invalid on my websites
« on: December 16, 2019, 04:46:22 PM »
My SSL keeps going back and forth from valid to invalid on my websites. I'm using LetsEncrypt free SSL on the client domains.

The sites will load fine, then an image or two will not load or sometimes the whole site invalid by the browser but fine with a refresh of the browser.

I tried deleting the SSL, reinstalling and rebooting everything but still the same thing.

When I use the test tools for SSL the validation sites will mostly say the cert is fine..but once in awhile it will tell me the date is invalid...but then fine with another validation test on the same site.

But..even when the validation test is fine the expiration date in the validator doesn't match the Module SSL date in CWP.
 
Does anyone have an idea as to the best way to debug this?

Thanks for your help on this.

5
Was able to fix this by simply going to Server Settings/Change Hostname  and saving with the same settings.

6
I can't start my my Apache webserver.
I get the following error.

Stopping httpd: [FAILED]
Starting httpd: AH00526: Syntax error on line 6 of /usr/local/apache/conf.d/hostname-ssl.conf:
SSLCertificateFile: file '/etc/pki/tls/certs/xxx.myserver.us.cert' does not exist or is empty
[FAILED]

The file xxx.myserver.us.cert is not there.

Any help appreciated

7
This worked for me! Was looking forever for a solution.

8
CentOS 6 Problems / Re: Admin Panel 404 Error
« on: March 14, 2019, 08:46:58 PM »
I tried that a few times with no joy :(

Thanks for the update!

9
CentOS 6 Problems / Re: Admin Panel 404 Error
« on: March 14, 2019, 03:54:23 PM »
Same thing here.

10
Mod_Security / Re: 404 on mod_security test with old errors
« on: May 11, 2017, 12:54:33 PM »
No duplication there.
Thanks for the input

11
Mod_Security / Re: 404 on mod_security test with old errors
« on: May 11, 2017, 12:24:33 PM »
It doesn't say anything more. Would I find the reason elsewhere?
I looked in the error log but didn't say anything about the mod_security install

12
Mod_Security / Re: 404 on mod_security test with old errors
« on: May 11, 2017, 12:04:19 PM »
ame issue with the latest release:
CWPpro version: 0.9.8.234

Still the same error at the end of install:
Mod Security Successfully Installed
Reloading httpd: not reloading due to configuration syntax error
[FAILED]

Also still 404 on the test instead of 403

13
Mod_Security / Re: 404 on mod_security test with old errors
« on: May 10, 2017, 01:08:15 PM »
Checked out the error log.
Apart from client access errors to nonexistent wordpress urls there is this or similar that repeats in the error log:

[Sun May 07 17:06:15.034712 2017] [mpm_event:notice] [pid 20557:tid 140027027576640] AH00491: caught SIGTERM, shutting down
[Sun May 07 17:06:16.024503 2017] [ssl:warn] [pid 29539:tid 139780304582464] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Sun May 07 17:06:16.026328 2017] [mpm_event:notice] [pid 29539:tid 139780304582464] AH00489: Apache/2.4.25 (Unix) OpenSSL/1.0.1e-fips configured -- resuming normal operations
[Sun May 07 17:06:16.026374 2017] [core:notice] [pid 29539:tid 139780304582464] AH00094: Command line: '/usr/local/apache/bin/httpd'
[Sun May 07 17:06:32.043102 2017] [mpm_event:notice] [pid 29539:tid 139780304582464] AH00494: SIGHUP received.  Attempting to restart
[Sun May 07 17:06:32.059456 2017] [ssl:warn] [pid 29539:tid 139780304582464] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Sun May 07 17:06:32.061031 2017] [mpm_event:notice] [pid 29539:tid 139780304582464] AH00489: Apache/2.4.25 (Unix) OpenSSL/1.0.1e-fips configured -- resuming normal operations

14
Mod_Security / Re: 404 on mod_security test with old errors
« on: May 10, 2017, 12:39:21 PM »
Today I woke up to the web panel working. :) No changes on my end since yesterday.
Right now I have mod_security uninstalled.
CWPpro version: 0.9.8.233

15
Mod_Security / Re: 404 on mod_security test with old errors
« on: May 09, 2017, 11:37:20 PM »
I did a reboot of the VPS before I read your reply.
I ran the command "yum reinstall cwp-httpd cwp-suphp" that told me "available but not installed Error nothing to do"
I ran the command "sh /scripts/restart_cwpsrv" all with OKs

Now getting this trying to access panel:

Warning: [obfuscated](): (HY000/2002): No such file or directory in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0

Warning: [obfuscated](): (HY000/2002): No such file or directory in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0


Trying to start mysql server, please wait!
Try to restart CentOS Web Panel with command: sh /scripts/restart_cwpsrv

**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf


Warning: [obfuscated]() expects exactly 1 parameter, 0 given in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0
Could not connect:

Pages: [1] 2