• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

[ssl:warn] RSA certificate configured for ...

Azurel

Silver Pleskian
In /var/log/httpd/error_log

[ssl:warn] [pid 946] AH01909: RSA certificate configured for lists:443 does NOT include an ID which matches the server name
[ssl:warn] [pid 946] AH01909: RSA certificate configured for default-2a01_xxx_xx_xxxx_xxxx_xxxx_0_1:443 does NOT include an ID which matches the server name
[ssl:warn] [pid 946] AH01909: RSA certificate configured for default-xx_xx_xx_xx:443 does NOT include an ID which matches the server name
[ssl:warn] [pid 946] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)

Each day add this warning in log. How I can fix it? I use only LetsEncrypt Extension for domains and plesk panel+mail.
 
Hi @Azurel and @UFHH01 ,
I have the same problem, can you say me please how did you solve it?
this is my virtual host :
<VirtualHost *:443>
DocumentRoot "C:\xampp\htdocs\www.xxx.com"
ServerName www.xxx.com
SSLEngine on
SSLCertificateFile "conf/ssl.crt/server.crt"
SSLCertificateKeyFile "conf/ssl.key/server.key"
</VirtualHost>

and the error i get is:
[ssl:warn] [pid 2468:tid 268] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366).

Please any help would be appreciated.
 
Hi bea,

and the error i get is:
[ssl:warn] [pid 2468:tid 268] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366).

This NO error... it is a WARNING. You can safely ignore it, as it isn't relevant and doesn't cause any issues/problems. ;)

If you still would like to get help for it, pls. find the already given answer to it here: => #2
 
@UFHH01 but when i try to access my domain now, i access the default virtual host not my website and if i try with https it says connection out
 
Hi bea,

but when i try to access my domain now, i access the default virtual host not my website and if i try with https it says connection out
pls. note, that this described issue/problem has got NOTHING to do with the thread and the WARNING in your log - file. :)



Pls. consider to open a NEW thread, if you experience any issues/problems/errors with your Plesk Control Panel, if your issue/error/problem isn't already existent in the forum ( maybe you would like to use the powerfull FORUM SEARCH => https://talk.plesk.com/search/ ?!? ) . ;)
 
I got problem on this, can u help?
9:55:09 PM [Apache] Error: Apache shutdown unexpectedly.
9:55:09 PM [Apache] This may be due to a blocked port, missing dependencies,
9:55:09 PM [Apache] improper privileges, a crash, or a shutdown by another method.
9:55:09 PM [Apache] Press the Logs button to view error logs and check
9:55:09 PM [Apache] the Windows Event Viewer for more clues
9:55:09 PM [Apache] If you need more help, copy and post this
9:55:09 PM [Apache] entire log window on the forums

and this

[Sun Dec 17 14:08:52.953656 2017] [ssl:warn] [pid 10284:tid 628] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Dec 17 14:08:52.984910 2017] [mpm_winnt:notice] [pid 10284:tid 628] AH00354: Child: Starting 150 worker threads.
 
Hi

I am getting this error.
My problem is that when i type the http address in the web browser, it is not getting automatically redirected to https even after all setting provided.
when i key in the address with https in the browser, it works fine.

I am using CentOS to run my django/pyhton/Postgre application.

[Sun Jul 29 08:11:04.751088 2018] [mpm_prefork:notice] [pid 24968] AH00171: Graceful restart requested, doing restart
[Sun Jul 29 08:11:04.871022 2018] [ssl:warn] [pid 24968] AH01909: proxy-subdomains-ssl-default-vhost.localhost:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jul 29 08:11:04.872078 2018] [:notice] [pid 24968] mod_ruid2/0.9.8 enabled
[Sun Jul 29 08:11:04.873482 2018] [mpm_prefork:notice] [pid 24968] AH00163: Apache/2.4.34 (cPanel) OpenSSL/1.0.2o mod_bwlimited/1.4 mod_wsgi/4.5.7 Python/2.7
configured -- resuming normal operations
[Sun Jul 29 08:11:04.873496 2018] [core:notice] [pid 24968] AH00094: Command line: '/usr/sbin/httpd'

Your help will be highly appreciated.
Thanks and Regards
Ilango
 
Back
Top