mlalic / solicit

An HTTP/2 implementation in Rust
MIT License
340 stars 29 forks source link

Server TLS example please #35

Open gertcuykens opened 8 years ago

gertcuykens commented 8 years ago

I am new to Rust and I don't understand how to run a simple https server? The simple server example is currently http only right?

skhameneh commented 8 years ago

+1, this would be great. Also, I'd like to point out Chrome Canary seems to no longer support installed CA's & Certs for localhost; mainline (along with Firefox and IE) support it as expected.

vks commented 7 years ago

I think this can be closed? The README has TLS examples.

gertcuykens commented 7 years ago

Only a client example but not a server example or did I mis something?

vks commented 7 years ago

Sorry, you are right, the example is for the client only.