Ubuntu SSL certificate not trusted after creating and installing itHow to handle invalid SSL certificates with Apache HttpClient?Trust Store vs Key Store - creating with keytoolGetting Chrome to accept self-signed localhost certificateHow to create a self-signed certificate with OpenSSLcreate a trusted self-signed SSL cert for localhost (for use with Express/Node)Unable to resolve “unable to get local issuer certificate” using git on Windows with self-signed certificateApache 2 - AH02311: Fatal error initialising mod_sslApache 2.4 and SSL: AH02217: ssl_stapling_init_cert: can't retrieve issuer certificateLets encrypt SSLUbuntu apache create valid self-signed certificate ssl https (remove connection is not secure)
How to ask if I can mow my neighbor's lawn
Why is Skinner so awkward in Hot Fuzz?
New Site Design!
What could be the physiological mechanism for a biological Geiger counter?
Observing the breath vs Pranayama
How useful is the GRE Exam?
Print the phrase "And she said, 'But that's his.'" using only the alphabet
Can a 40amp breaker be used safely and without issue with a 40amp device on 6AWG wire?
Is it a bad idea to have a pen name with only an initial for a surname?
2 Managed Packages in 1 Dev Org
How to make a villain when your PCs are villains?
I have found ports on my Samsung smart tv running a display service. What can I do with it?
How to get imageUrl using Jquery in magento2?
Can you cover a cube with copies of this shape?
How can a flywheel makes engine runs smoothly?
How can Caller ID be faked?
Co-worker is now managing my team. Does this mean that I'm being demoted?
Right indicator flash-frequency has increased and rear-right bulb is out
what is "dot" sign in the •NO?
Testing thermite for chemical properties
How do credit card companies know what type of business I'm paying for?
Background for black and white chart
Can "Es tut mir leid" be used to express empathy rather than remorse?
Why are almost all the people in this orchestra recording wearing headphones with one ear on and one ear off?
Ubuntu SSL certificate not trusted after creating and installing it
How to handle invalid SSL certificates with Apache HttpClient?Trust Store vs Key Store - creating with keytoolGetting Chrome to accept self-signed localhost certificateHow to create a self-signed certificate with OpenSSLcreate a trusted self-signed SSL cert for localhost (for use with Express/Node)Unable to resolve “unable to get local issuer certificate” using git on Windows with self-signed certificateApache 2 - AH02311: Fatal error initialising mod_sslApache 2.4 and SSL: AH02217: ssl_stapling_init_cert: can't retrieve issuer certificateLets encrypt SSLUbuntu apache create valid self-signed certificate ssl https (remove connection is not secure)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have just created a self-signed SSL Certificate on Ubuntu 18 and installed it following these steps:
https://www.digitalocean.com/community/tutorials/how-to-create-a-ssl-certificate-on-apache-for-ubuntu-12-04
But when I goto my domain https://example.com it says my certificate is not trusted
Is there something I am missing here or forgot to do?
apache ubuntu ssl ssl-certificate apache2
|
show 1 more comment
I have just created a self-signed SSL Certificate on Ubuntu 18 and installed it following these steps:
https://www.digitalocean.com/community/tutorials/how-to-create-a-ssl-certificate-on-apache-for-ubuntu-12-04
But when I goto my domain https://example.com it says my certificate is not trusted
Is there something I am missing here or forgot to do?
apache ubuntu ssl ssl-certificate apache2
What you see is expected behavior. Do you want your browser to trust it or anyone's browser?
– Dusan Bajic
Mar 25 at 8:30
@DusanBajic anyone's browser.
– user979331
Mar 25 at 12:30
To put it simply, why would anyone trust the certificate that you issued to yourself :)? Think of it as an ID or driving license, you can print one on the paper, or even get proper gym membership card, but when policeman stops you, he will not trust that piece of paper, it will trust only if ID is issued by the government. What you need to do is buy (or get a free one!) certificate from certificate authority
– Dusan Bajic
Mar 25 at 12:46
Even the page that you refer to states: "Certificate Authorities can issue SSL certificates that verify the server's details while a self-signed certificate has no 3rd party corroboration."
– Dusan Bajic
Mar 25 at 12:52
@DusanBajic when I have free SSL Certificate, can you provide steps on how to install it on ubuntu?
– user979331
Mar 25 at 13:26
|
show 1 more comment
I have just created a self-signed SSL Certificate on Ubuntu 18 and installed it following these steps:
https://www.digitalocean.com/community/tutorials/how-to-create-a-ssl-certificate-on-apache-for-ubuntu-12-04
But when I goto my domain https://example.com it says my certificate is not trusted
Is there something I am missing here or forgot to do?
apache ubuntu ssl ssl-certificate apache2
I have just created a self-signed SSL Certificate on Ubuntu 18 and installed it following these steps:
https://www.digitalocean.com/community/tutorials/how-to-create-a-ssl-certificate-on-apache-for-ubuntu-12-04
But when I goto my domain https://example.com it says my certificate is not trusted
Is there something I am missing here or forgot to do?
apache ubuntu ssl ssl-certificate apache2
apache ubuntu ssl ssl-certificate apache2
asked Mar 25 at 3:36
user979331user979331
14335124244
14335124244
What you see is expected behavior. Do you want your browser to trust it or anyone's browser?
– Dusan Bajic
Mar 25 at 8:30
@DusanBajic anyone's browser.
– user979331
Mar 25 at 12:30
To put it simply, why would anyone trust the certificate that you issued to yourself :)? Think of it as an ID or driving license, you can print one on the paper, or even get proper gym membership card, but when policeman stops you, he will not trust that piece of paper, it will trust only if ID is issued by the government. What you need to do is buy (or get a free one!) certificate from certificate authority
– Dusan Bajic
Mar 25 at 12:46
Even the page that you refer to states: "Certificate Authorities can issue SSL certificates that verify the server's details while a self-signed certificate has no 3rd party corroboration."
– Dusan Bajic
Mar 25 at 12:52
@DusanBajic when I have free SSL Certificate, can you provide steps on how to install it on ubuntu?
– user979331
Mar 25 at 13:26
|
show 1 more comment
What you see is expected behavior. Do you want your browser to trust it or anyone's browser?
– Dusan Bajic
Mar 25 at 8:30
@DusanBajic anyone's browser.
– user979331
Mar 25 at 12:30
To put it simply, why would anyone trust the certificate that you issued to yourself :)? Think of it as an ID or driving license, you can print one on the paper, or even get proper gym membership card, but when policeman stops you, he will not trust that piece of paper, it will trust only if ID is issued by the government. What you need to do is buy (or get a free one!) certificate from certificate authority
– Dusan Bajic
Mar 25 at 12:46
Even the page that you refer to states: "Certificate Authorities can issue SSL certificates that verify the server's details while a self-signed certificate has no 3rd party corroboration."
– Dusan Bajic
Mar 25 at 12:52
@DusanBajic when I have free SSL Certificate, can you provide steps on how to install it on ubuntu?
– user979331
Mar 25 at 13:26
What you see is expected behavior. Do you want your browser to trust it or anyone's browser?
– Dusan Bajic
Mar 25 at 8:30
What you see is expected behavior. Do you want your browser to trust it or anyone's browser?
– Dusan Bajic
Mar 25 at 8:30
@DusanBajic anyone's browser.
– user979331
Mar 25 at 12:30
@DusanBajic anyone's browser.
– user979331
Mar 25 at 12:30
To put it simply, why would anyone trust the certificate that you issued to yourself :)? Think of it as an ID or driving license, you can print one on the paper, or even get proper gym membership card, but when policeman stops you, he will not trust that piece of paper, it will trust only if ID is issued by the government. What you need to do is buy (or get a free one!) certificate from certificate authority
– Dusan Bajic
Mar 25 at 12:46
To put it simply, why would anyone trust the certificate that you issued to yourself :)? Think of it as an ID or driving license, you can print one on the paper, or even get proper gym membership card, but when policeman stops you, he will not trust that piece of paper, it will trust only if ID is issued by the government. What you need to do is buy (or get a free one!) certificate from certificate authority
– Dusan Bajic
Mar 25 at 12:46
Even the page that you refer to states: "Certificate Authorities can issue SSL certificates that verify the server's details while a self-signed certificate has no 3rd party corroboration."
– Dusan Bajic
Mar 25 at 12:52
Even the page that you refer to states: "Certificate Authorities can issue SSL certificates that verify the server's details while a self-signed certificate has no 3rd party corroboration."
– Dusan Bajic
Mar 25 at 12:52
@DusanBajic when I have free SSL Certificate, can you provide steps on how to install it on ubuntu?
– user979331
Mar 25 at 13:26
@DusanBajic when I have free SSL Certificate, can you provide steps on how to install it on ubuntu?
– user979331
Mar 25 at 13:26
|
show 1 more comment
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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%2fstackoverflow.com%2fquestions%2f55330963%2fubuntu-ssl-certificate-not-trusted-after-creating-and-installing-it%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f55330963%2fubuntu-ssl-certificate-not-trusted-after-creating-and-installing-it%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
What you see is expected behavior. Do you want your browser to trust it or anyone's browser?
– Dusan Bajic
Mar 25 at 8:30
@DusanBajic anyone's browser.
– user979331
Mar 25 at 12:30
To put it simply, why would anyone trust the certificate that you issued to yourself :)? Think of it as an ID or driving license, you can print one on the paper, or even get proper gym membership card, but when policeman stops you, he will not trust that piece of paper, it will trust only if ID is issued by the government. What you need to do is buy (or get a free one!) certificate from certificate authority
– Dusan Bajic
Mar 25 at 12:46
Even the page that you refer to states: "Certificate Authorities can issue SSL certificates that verify the server's details while a self-signed certificate has no 3rd party corroboration."
– Dusan Bajic
Mar 25 at 12:52
@DusanBajic when I have free SSL Certificate, can you provide steps on how to install it on ubuntu?
– user979331
Mar 25 at 13:26