mpyw / php-hyper-builtin-server

Reverse proxy for PHP built-in server which supports multiprocessing and TLS/SSL encryption
MIT License
106 stars 11 forks source link

Signed certificates? #6

Closed bserem closed 6 years ago

bserem commented 6 years ago

Is it possible to server a signed certificate? One that will not display warnings on browsers?

For example, firefox now reports:

Your connection is not secure
localhost:8081 uses an invalid security certificate.
The certificate is not trusted because it is self-signed.

Thanks

mpyw commented 6 years ago

Certificates for localhost - Let's Encrypt - Free SSL/TLS Certificates

bserem commented 6 years ago

Thanks!

antonkomarev commented 5 years ago

I've wrote a small out of the box solution to generate signed certificate for this server: https://github.com/pric/pric