Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dropestein

    (@dropestein)

    Oh! Ok, I understand. I thought that the mp3 was actually delivered from my server.
    Thanks for the clarification! 🙂

    • This reply was modified 5 years, 8 months ago by dropestein.
    Thread Starter dropestein

    (@dropestein)

    I don’t have any hosting provider. As I said, I’m managing a VPS with a LAMP installation with CentOS. I installed the LetsEncrypt certificates myself.

    • This reply was modified 5 years, 10 months ago by dropestein.
    Thread Starter dropestein

    (@dropestein)

    I couldn’t make the WP logs to work, but I found something interesting.

    This is the error message when is displayed in the frontend:

    Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in /var/www/pedrosg.com/public_html/wp-admin/includes/plugin-install.php on line 182

    It appears when I just open the “Add plugin” or “Add theme” section of the WP admin. Not when I try to install one, because I can’t even do that. Is my WP that just can’t establish a secure connection with WP servers.

    So, that points to this section in the plugin-install.php file (when the error is displayed when I try to use the “Add plugin” area:

    if ( $ssl && is_wp_error( $request ) ) {
                            trigger_error(
                                    sprintf(
                                            /* translators: %s: Support forums URL. */
                                            __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you $
                                            __( 'https://wordpress.org/support/forums/' )
                                    ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ),
                                    headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE
                            );
                            $request = wp_remote_get( $http_url, $http_args );
                    }

    And if I’m not wrong that’s the part of the file that shows the error message, and as I can guess, it’s something related to SSL. So I checked the /var/log/httpd/ssl_error_log fiel to see what errors can it show, and I see this:

    [Fri Jun 05 22:51:07.617802 2020] [ssl:warn] [pid 23399:tid 140376011032832] AH01909: pedrosg-webserver.us-east1-b.c.second-chariot-278903.internal:443:0 server certificate does NOT include an ID which matches the server name

    Si it seems that there’s a problem with the SSL, maybe the LetsEncrypt installation has some error on it. What could it be or how could I check that?

Viewing 3 replies - 1 through 3 (of 3 total)