LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   apache ssl untrusted (https://www.linuxquestions.org/questions/linux-server-73/apache-ssl-untrusted-4175628338/)

end 04-24-2018 01:01 PM

apache ssl untrusted
 
hi

i setup apache on arch and ssl everything working.

but when i try access page it says this connection is untrusted, what i need to configure to normaly load page.

i try search on google but cant find anithing

scasey 04-24-2018 02:58 PM

Firefox, at least, will tell you any page that does not use https:// with a CA signed certificate is "untrusted" -- it's just a message that the server is not using a CA signed SSL certificate (or no certificate at all.
Also any access using http:// is "untrusted"

Are you accessing the page with https:? Or http:// ?
If https, where did you get the certificate for the SSL?

end 04-24-2018 04:17 PM

re
 
thanks for replay

i use https, i created certificate with openssl.

Timothy Miller 04-24-2018 04:34 PM

So it's a self-signed cert?

end 04-24-2018 05:53 PM

yes self signed

Timothy Miller 04-24-2018 06:56 PM

self-signed certs will ALWAYS say they're untrusted, there is no way to change that. The only way to have it show it is trusted is to get a cert that is trusted by a properly trusted CA authority.

end 04-25-2018 07:52 AM

thanks i didnt know that.


All times are GMT -5. The time now is 09:33 PM.