Bitnami server certificate does NOT include an ID which matches the server name

server certificate does NOT include an ID

Alles, was den Apache betrifft, kann hier besprochen werden.

server certificate does NOT include an ID

[ssl:warn] [pid 9088:tid 704] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name

I keep getting this error. Please help me

hoaaiww Posts: 1Joined: 15. February 2022 23:02XAMPP version: 3.3.0Operating System: Windows10


Re: server certificate does NOT include an ID

Bitnami server certificate does NOT include an ID which matches the server name
by Altrea » 15. February 2022 23:12

This message is normal on default XAMPP installations.
To use HTTPS/SSL you need to create and add the certificate properly.
But XAMPP runs very well without doing this. It's just a warning, not an error.

We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers

Bitnami server certificate does NOT include an ID which matches the server name

Bitnami server certificate does NOT include an ID which matches the server name

AltreaAF Moderator  Posts: 11619Joined: 17. August 2009 13:05XAMPP version: severalOperating System: Windows 10 Pro x64



Return to Apache

Who is online

Users browsing this forum: No registered users and 13 guests

Skip to content

  • Hi Guys,
    It concerns a localhost installation of a copy of a production site which uses SSL and a certificate. I wanted to reproduce this environment on my localhost and test a few things before proceeding to the changes on production.
    Configuration: Wamp64 server 3.2.6 (PHP 7.4.26 Apache 2.4.51 MySQL 5.7.36) with WP 5.8.3

    To test the SSL on my localhost, I did the following:
    1. Installed OpenSSL on C:\Program Files\OpenSSL)
    2. I executed C:\Program Files\OpenSSL-Win64\bin\opensll as administrator and created a private.key and a certificate.crt files
    3. I copied these files into C:\wamp64\bin\apache\apache2.4.51\conf\key
    Note \key is a new sub directory I created.
    4. I configured the httpd.conf file by uncommenting the following modules:
    LoadModule ssl_module modules/mod_ssl.so
    Include conf/extra/httpd-ssl.conf
    LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
    5. I configured httpd-ssl.conf file
    DocumentRoot “c:/wamp64/www/test-devriesjuwelier.nl”
    ServerName localhost:443
    ServerAdmin
    I also added the path of the certicate and private key:
    SSLCertificateKeyFile “${SRVROOT}/conf/key/private.key”
    SSLCertificateFile “${SRVROOT}/conf/key/certificate.crt”
    6. I configured the virtualhost in the http-vhosts.conf
    <VirtualHost *:443>
    ServerName test-devriesjuwelier.nl
    DocumentRoot “c:/wamp64/www/test-devriesjuwelier.nl”
    <Directory “c:/wamp64/www/test-devriesjuwelier.nl/”>
    Options +Indexes +Includes +FollowSymLinks +MultiViews
    AllowOverride All
    Require local
    </Directory>
    SSLEngine on
    SSLCertificateFile “${SRVROOT}/conf/key/certificate.crt”
    SSLCertificateKeyFile “${SRVRoot}/conf/key/private.key”
    </VirtualHost>
    7. I restarted all services of Wampserver and saw this warning:
    “There is a syntax error in Apache conf files.
    AH00526: Syntax error on line 157 of
    C:/wamp64/bin/apache/apache2.4.51/conf/extra/httpd-ssl.conf:
    SSLCertificateKeyFile: file ‘C:/wamp64/bin/apache/apache2.4.51/conf/private.key’
    does not exist or is empty
    However the file exists, but not under \conf, but under \conf\key\ just as configured in the http-vhosts.conf file.
    8. When I still try to go to https://localhost/test-devriesjuwelier.nl in my browser (with all previous cookies deleted), I get a ‘ERR_TOO_MANY_REDIRECTS” error.
    If I look into the log of the apache server, I see this ssl-warning logged in:
    “… test-devriesjuwelier.nl:443:0 server certificate does NOT include an ID which matches the server name”
    This must be something I missed somewhere, and it must be small. Can you help?

    The page I need help with: [log in to see the link]

  • The topic ‘Certificate ID en Server Name issue on localhost’ is closed to new replies.

  1. Home
  2. Apache
  3. Certificate Does Not Include An Id Which Matches The Server Name

Bitnami server certificate does NOT include an ID which matches the server name
Bitnami server certificate does NOT include an ID which matches the server name
Bitnami server certificate does NOT include an ID which matches the server name
Bitnami server certificate does NOT include an ID which matches the server name
Bitnami server certificate does NOT include an ID which matches the server name
Bitnami server certificate does NOT include an ID which matches the server name
Bitnami server certificate does NOT include an ID which matches the server name
Bitnami server certificate does NOT include an ID which matches the server name

Certificate does NOT include an ID which matches the server name

Tags: apache , ssl , xampp Answers: | Viewed 69,011 times

I'm using XAMPP and started Apache but I cannot access my site over HTTPS.

I get the following error;


[Wed Aug 20 08:05:33.208723 2014] [ssl:warn] [pid 3784:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Aug 20 08:05:33.746774 2014] [ssl:warn] [pid 3784:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Wed Aug 20 08:05:33.825871 2014] [mpm_winnt:notice] [pid 3784:tid 256] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.6 configured -- resuming normal operations
[Wed Aug 20 08:05:33.825871 2014] [mpm_winnt:notice] [pid 3784:tid 256] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Wed Aug 20 08:05:33.825871 2014] [core:notice] [pid 3784:tid 256] AH00094: Command line: 'c:\xampp\apache\bin\httpd.exe -d C:/xampp/apache'
[Wed Aug 20 08:05:33.830753 2014] [mpm_winnt:notice] [pid 3784:tid 256] AH00418: Parent: Created child process 4452
[Wed Aug 20 08:05:35.148052 2014] [ssl:warn] [pid 4452:tid 268] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name


Below is a snippet from my httpd-ssl.conf file:


# SSL Virtual Host Context
<VirtualHost _default_:443>
# General setup for the virtual host
DocumentRoot "C:/xampp/htdocs"
ServerName www.example.com:443
ServerAdmin [email protected]
ErrorLog "C:/xampp/apache/logs/error.log"
TransferLog "C:/xampp/apache/logs/access.log"
</VirtualHost>

What am I doing wrong and how can I fix it?



Certificate does NOT include an ID which matches the …

3 days ago Aug 19, 2014  · 5. [Wed Aug 20 08:05:33.208723 2014] [ssl:warn] [pid 3784:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name. This means there might be a server name of foo.example.com but the certificate is for bar.example.com only. In that situation, while Apache might try to serve such ...

Reviews: 1

Show details

Fix: server certificate does NOT include an ID which …

1 week ago Jun 07, 2018  · Fix: server certificate does NOT include an ID which matches the server name. If the issue is with your Computer or a Laptop you should try using Restoro which can scan the repositories and replace corrupt and missing files. This works in most cases, where the issue is originated due to a system corruption.

Occupation: Network Engineer
Estimated Reading Time: 4 mins

Show details

See also: File

Apache SSL: server cert does not include ID which …

5 days ago Apr 09, 2017  · Those are not errors - they are warnings. It is quite possible to run mod_ssl with a certificate which doesn't match the defined server names as long as you have a default ssl host defined and the common name on the certificate matches the host name used by clients to connect. The latter does not appear to be true in your case.

Show details

AH01909: www.example.com:443:0 server certificate does NOT …

3 days ago Nov 13, 2021  · Not much to worry about there. The "default" is what gets served when SNI can't match the requested name. If a vhost config isn't defined/labeled as "default", then Apache will simple take the first one found. ["first" here being the first such type encountered after including the main config and an alpha-numerically sorted list of included files]

Show details

See also: List File

server certificate does NOT include an ID which matches the server …

5 days ago Aug 25, 2020  · [Tue Aug 25 21:03:53.627872 2020] [ssl:warn] [pid 7430:tid 139632467552512] AH01909: 153.126.200.229:443:0 server certificate does NOT include an ID which matches the server name [Tue Aug 25 21:03:53.645213 2020] [ssl:warn] [pid 7430:tid 139632467552512] AH01909: 153.126.200.229:443:0 server certificate does NOT include an ID which

Show details

Server certificate does NOT include an ID which matches the …

3 days ago Apr 25, 2022  · Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

Show details

Server certificate does NOT include an ID which matches the …

5 days ago Jun 06, 2019  · Hi @gongomgra,. Many thanks for your persistence! Sorry for the confusion. I initially attempted to create a cert on the server (as it looked easier to do it this way), but the AWS option is better because of the cert re-issuance.

Show details

Resolved - server certificate does NOT include an ID which …

1 week ago Aug 08, 2017  · [Tue Aug 08 16:24:46.553608 2017] [ssl:warn] [pid 1845:tid 140405293938560] AH01909: lists:443:0 server certificate does NOT include an ID which matches the server name [Tue Aug 08 16:24:46.555192 2017] [ssl:warn] [pid 1845:tid 140405293938560] AH01909: default-192_168_1_20:443:0 server certificate does NOT include an ID which matches the ...

Show details

See also: List

server certificate does NOT include an ID which matches the server name

1 week ago Feb 13, 2019  · [Mon Feb 11 16:31:13.867944 2019] [ssl:warn] [pid 3317] AH01909: remis:443:0 server certificate does NOT include an ID which matches the server name ***** SslEngine is ON SSL port 443 is listening I have checked all the virtual host configuration are correct and i have done all troubleshooting. Virtual host config file: <VirtualHost *:443>

Show details

See also: List File

server certificate does NOT include an ID which matches the server name ...

1 week ago Name and Version bitnami/magento:2.4.3 What steps will reproduce the bug? After all the container up, magento container leads to this error [Fri Mar 25 07:17:57 ...

Show details

Please leave your answer here:

How do you fix server certificate does not include an ID which matches the server name?

How to Fix the “Server Certificate Does NOT Include an ID Which Matches the Server Name” Issue (In 3 Steps).
Step 1: Open the xampp/apache/conf/extra Directory. The first step is to open up the correct Apache directory in a file browser. ... .
Step 2: Edit the httpd-ssl. conf File. ... .
Step 3: Restart Apache..

Does not include an ID which matches the server name?

This happen due to server name on certificate does not matches with the server name defined in the webserver configuration. To resolve this you can change the server name to localhost in your webserver configuration.

How do I fix attempting to start Apache?

22 Answers.
Find out the Apache version you are using, you can find this by looking in Services (Control panel, Admin Tools, Services) and finding Apache in my case it was listed as Apache2.4..
Close XAMPP..
Run cmd as admin..
execute 'sc delete "Apache2. ... .
execute 'sc delete "mySQL"', again remove the '' when you type it..

Why Apache is not running in xampp?

The most common cause for the XAMPP Apache server not starting issue is because the default port no 80 may already be in use by another program like Skype, Teamviewer etc. For example, in my previous blog post with the solution for XAMPP and Windows User Account Control warning message issue, Mr.