Https and webrick

Is there a problem with Webrick and https conections?
Just today I tried to implement https on WinXP with Webrick and it gave
me (Firefox):

The connection was interrupted

I am sorry if there is some already known explenation, but I haven’t
found it…

Thanx

I found a solution to this problem… Never rush, never rush…
So…

Because WEBrick wasn’t able, by default, to process my https
requests, I have found a script/server.secure to run a https instance
of WEBrick on 3001 port.

Link on this solution is on
http://lists.rubyonrails.org/pipermail/rails/2006-January/012432.html

Happy now.