Re: upgrading to TLS within HTTP (rfc2817)

2005-10-21 Thread Aleksey Sanin
Indeed. It should be easy to implement the HTTP TLS upgrade with NSS. You can start your connection with regular NSPR sockets, and then upgrade the socket to TLS with SSL_ImportFD at the time your HTTP engine determines it is needed . Thanks for the answer! My question was exactly that: can

Re: upgrading to TLS within HTTP (rfc2817)

2005-10-21 Thread Julien Pierre
Aleksey Sanin wrote: Indeed. It should be easy to implement the HTTP TLS upgrade with NSS. You can start your connection with regular NSPR sockets, and then upgrade the socket to TLS with SSL_ImportFD at the time your HTTP engine determines it is needed . Thanks for the answer! My question

Re: upgrading to TLS within HTTP (rfc2817)

2005-10-19 Thread Julien Pierre
Bob, Bob Relyea wrote: Aleksey Sanin wrote: Hi! Is it possible to support rfc2817 (upgrade to TLS within http) using NSS on the client and/or server side? I found a couple topics about this but none have exact answer: