https://localhost:7777 Browser warning - Openssl
This is a discussion on https://localhost:7777 Browser warning - Openssl ; Hello.
I've developed openSSL server. It must work with a local browser using https
connections.
For example, browser send URL https://localhost:7777/page.html , and server
send back HTTP-packet.
This scheme works fine except a unpleasant side effect: each time browser
shows ...
-
https://localhost:7777 Browser warning
Hello.
I've developed openSSL server. It must work with a local browser using https
connections.
For example, browser send URL https://localhost:7777/page.html, and server
send back HTTP-packet.
This scheme works fine except a unpleasant side effect: each time browser
shows the warning message about the server's certificate. Sure I use
self-signed certificate, but I suppose that authorized certificate for
"localhost" is impossible to get.
How can I solve this trouble?
Thanks.
--
View this message in context: http://www.nabble.com/https%3A--loca...p18043609.html
Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
__________________________________________________ ____________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager majordomo@openssl.org
-
Re: https://localhost:7777 Browser warning
Is it possible for you to add your own certificate into the trusted chain?
On Sat, Jun 21, 2008 at 05:01:39AM -0700, Andrey P. wrote:
>
> Hello.
> I've developed openSSL server. It must work with a local browser using https
> connections.
> For example, browser send URL https://localhost:7777/page.html, and server
> send back HTTP-packet.
> This scheme works fine except a unpleasant side effect: each time browser
> shows the warning message about the server's certificate. Sure I use
> self-signed certificate, but I suppose that authorized certificate for
> "localhost" is impossible to get.
>
> How can I solve this trouble?
>
> Thanks.
> --
> View this message in context: http://www.nabble.com/https%3A--loca...p18043609.html
> Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
> __________________________________________________ ____________________
> OpenSSL Project http://www.openssl.org
> Development Mailing List openssl-dev@openssl.org
> Automated List Manager majordomo@openssl.org
__________________________________________________ ____________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager majordomo@openssl.org