logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: HTTPS/SSL Certificate Error DLG_FLAGS_INVALID_CA
Author
Valeriobi



Joined: 03 May 2019
Posts: 2

PostPosted: Fri 03 May '19 15:41    Post subject: HTTPS/SSL Certificate Error DLG_FLAGS_INVALID_CA Reply with quote

Hello all,
I'm trying to work this out, but I will need some help from you guys.

I'm running apache2 on Debian 9, the apache web server is behind an f5 big Ip that does load balancing and manage the SSL encryption and decryption for the apache web server.

The certificate is installed on F5 but when I try to reach the web page I get this error:

"Your PC doesn’t trust this website’s security certificate.
The hostname in the website’s security certificate differs from the website you are trying to visit.
Error Code: DLG_FLAGS_INVALID_CA
DLG_FLAGS_SEC_CERT_CN_INVALID "

in the certificate the domain assigned is *.mywebsite.com

on the apache2 web server I've tried the following:

in apache2.conf I've tried to define
ServiceTokens FULL
SecServerSignature "www.mywebsite.com"

In /enabled-website/000-default.cof:
ServerName mywebsite.com
ServerAlias *.mywebsite.com

but still throwing that error, could you please help me with this?

Regards,
Valerio
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Mon 06 May '19 13:05    Post subject: Reply with quote

Did you try clearing your browsers cache?
https://community.cloudflare.com/t/ssl-problem-dlg-flags-invalid-ca/39456
https://geekermag.com/error-code-dlg_flags_invalid_ca/
Back to top
Valeriobi



Joined: 03 May 2019
Posts: 2

PostPosted: Tue 07 May '19 13:58    Post subject: Reply with quote

Hello, Thank you for your answer, I've tried the cache already but did not work, any other suggestion?


Can you please confirm that my apache server conf is correct as discussed in the first post? At least I will be able to focus on the real issue.


Regards,
Valerio
Back to top


Reply to topic   Topic: HTTPS/SSL Certificate Error DLG_FLAGS_INVALID_CA View previous topic :: View next topic
Post new topic   Forum Index -> Apache