[Cppcms-users] Embedded local HTTPS server
Brought to you by:
artyom-beilis
From: william l. <we...@gm...> - 2012-03-21 12:08:27
|
Hi, I read the roadmap of CppCMS, it looks like current version's embedded web server does not support HTTPS. http://cppcms.com/wikipp/en/page/cppcms_1x_tasks#Implement.HTTPS.support I have a basic question regarding that. For example, if a website support HTTPS. Then it should use SSL certificate, and signed, verified by 3rd organization, like Verisign. And this SSL should bind to domain. We can create self signed security, but browser will pop up a SSL warning page/dialog while loading the https site. The question is, what if I want to create a embedded HTTPS server, running on localhost and accept request from localhost. How can I provide the certificate to this HTTPs site? I guess Verisign will not provide any ssl info bind to Localhost domain:) So how can I make sure web browser request to localhost:443 via HTTPS will not pop up SSL warning page/dialog? Thanks, William L. |