Do Chrome and Firefox give you a certificate error for a locally signed certificate even if the certificate...
Can this transistor (2N2222) take 6 V on emitter-base? Am I reading the datasheet incorrectly?
My boss doesn't want me to have a side project
Arrows in tikz Markov chain diagram overlap
Is it correct to say moon starry nights?
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
Horror film about a man brought out of cryogenic suspension without a soul, around 1990
Is it a bad idea to plug the other end of ESD strap to wall ground?
Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?
Can I cast Thunderwave and be at the center of its bottom face, but not be affected by it?
Why was Sir Cadogan fired?
Does the Idaho Potato Commission associate potato skins with healthy eating?
Shortening a title without changing its meaning
Incomplete cube
Is the offspring between a demon and a celestial possible? If so what is it called and is it in a book somewhere?
How can a day be of 24 hours?
Does Germany produce more waste than the US?
Car headlights in a world without electricity
Simplify trigonometric expression using trigonometric identities
How dangerous is XSS
How to pronounce fünf in 45
Avoiding the "not like other girls" trope?
Can Sri Krishna be called 'a person'?
Prodigo = pro + ago?
How to find if SQL server backup is encrypted with TDE without restoring the backup
Do Chrome and Firefox give you a certificate error for a locally signed certificate even if the certificate is in the trusted store?
The Next CEO of Stack OverflowI am not able to open gmail and some other sitesCan I disable certificate error/warning in Firefox/Chrome/Internet Explorer?Trust SSL certificate to local system accountImported cert into firefox/chrome, still warningIE/Chrome add permanent SSL certificate exception?How to ignore self-signed certificate error: net::ERR_CERT_AUTHORITY_INVALID with Chrome?How can I serve different TLS certificates for different source addressesSquid HTTPS transparent proxy self-signed certificate issues on google chrome osx'Not a Certification Authority' while importing self-signed certificateHow to fix Firefox 59 no longer accepting my self signed SSL certificate on .dev virtualhost
I created a self signed certificate for local testing. The certificate generates an error in firefox and chrome saying:
myPC:443 uses an invalid security certificate.
The certificate is not trusted because it is self-signed.
(Error code: sec_error_ca_cert_invalid)
The certificate is self signed, but it's also in my trusted certificate store.
As a result, I would expect firefox and chrome to trust it because by adding it to my trusted certificate store I have declared it's legitimate.
However, they don't, and I am not sure if this is standard behaviour (that the browsers ignore the trusted store) or if it is a genuine configuration problem with my certificate.
It is ok in Internet Explorer.
Any ideas?
firefox google-chrome ssl-certificate
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I created a self signed certificate for local testing. The certificate generates an error in firefox and chrome saying:
myPC:443 uses an invalid security certificate.
The certificate is not trusted because it is self-signed.
(Error code: sec_error_ca_cert_invalid)
The certificate is self signed, but it's also in my trusted certificate store.
As a result, I would expect firefox and chrome to trust it because by adding it to my trusted certificate store I have declared it's legitimate.
However, they don't, and I am not sure if this is standard behaviour (that the browsers ignore the trusted store) or if it is a genuine configuration problem with my certificate.
It is ok in Internet Explorer.
Any ideas?
firefox google-chrome ssl-certificate
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I created a self signed certificate for local testing. The certificate generates an error in firefox and chrome saying:
myPC:443 uses an invalid security certificate.
The certificate is not trusted because it is self-signed.
(Error code: sec_error_ca_cert_invalid)
The certificate is self signed, but it's also in my trusted certificate store.
As a result, I would expect firefox and chrome to trust it because by adding it to my trusted certificate store I have declared it's legitimate.
However, they don't, and I am not sure if this is standard behaviour (that the browsers ignore the trusted store) or if it is a genuine configuration problem with my certificate.
It is ok in Internet Explorer.
Any ideas?
firefox google-chrome ssl-certificate
I created a self signed certificate for local testing. The certificate generates an error in firefox and chrome saying:
myPC:443 uses an invalid security certificate.
The certificate is not trusted because it is self-signed.
(Error code: sec_error_ca_cert_invalid)
The certificate is self signed, but it's also in my trusted certificate store.
As a result, I would expect firefox and chrome to trust it because by adding it to my trusted certificate store I have declared it's legitimate.
However, they don't, and I am not sure if this is standard behaviour (that the browsers ignore the trusted store) or if it is a genuine configuration problem with my certificate.
It is ok in Internet Explorer.
Any ideas?
firefox google-chrome ssl-certificate
firefox google-chrome ssl-certificate
asked May 29 '13 at 15:47
SLCSLC
4752924
4752924
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Have you added the self-signing "CA"'s certificate to Firefox's and Chrome's certificate, or just the self-signed cert itself? sec_error_ca_cert_invalid
implies that the browser is trying to follow the certificate chain up to the CA cert and failing; if you create a self-signing "CA" (as e.g. here), and then import its root certificate into Firefox and Chrome, they should be able to match the self-signed cert up with its root "CA" cert, and you should no longer have the issue.
add a comment |
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f601314%2fdo-chrome-and-firefox-give-you-a-certificate-error-for-a-locally-signed-certific%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Have you added the self-signing "CA"'s certificate to Firefox's and Chrome's certificate, or just the self-signed cert itself? sec_error_ca_cert_invalid
implies that the browser is trying to follow the certificate chain up to the CA cert and failing; if you create a self-signing "CA" (as e.g. here), and then import its root certificate into Firefox and Chrome, they should be able to match the self-signed cert up with its root "CA" cert, and you should no longer have the issue.
add a comment |
Have you added the self-signing "CA"'s certificate to Firefox's and Chrome's certificate, or just the self-signed cert itself? sec_error_ca_cert_invalid
implies that the browser is trying to follow the certificate chain up to the CA cert and failing; if you create a self-signing "CA" (as e.g. here), and then import its root certificate into Firefox and Chrome, they should be able to match the self-signed cert up with its root "CA" cert, and you should no longer have the issue.
add a comment |
Have you added the self-signing "CA"'s certificate to Firefox's and Chrome's certificate, or just the self-signed cert itself? sec_error_ca_cert_invalid
implies that the browser is trying to follow the certificate chain up to the CA cert and failing; if you create a self-signing "CA" (as e.g. here), and then import its root certificate into Firefox and Chrome, they should be able to match the self-signed cert up with its root "CA" cert, and you should no longer have the issue.
Have you added the self-signing "CA"'s certificate to Firefox's and Chrome's certificate, or just the self-signed cert itself? sec_error_ca_cert_invalid
implies that the browser is trying to follow the certificate chain up to the CA cert and failing; if you create a self-signing "CA" (as e.g. here), and then import its root certificate into Firefox and Chrome, they should be able to match the self-signed cert up with its root "CA" cert, and you should no longer have the issue.
answered May 29 '13 at 16:01
Aaron MillerAaron Miller
8,5802039
8,5802039
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f601314%2fdo-chrome-and-firefox-give-you-a-certificate-error-for-a-locally-signed-certific%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown