From: Robert Klemme Date: 2006-08-11T01:15:14+09:00 Subject: Re: webrick, ssl and non-ssl on the same port On 10.08.2006 17:54, Pavel Smerk wrote: > Hello all, > > I have sslized webrick server, but I'd like to have some parts of server > accessible even without ssl. I've tried to search web and groups, but I > haven't found anything --- any suggestions, how to get ssl and nonssl > servlets on the same port? You could search the web for SSL protocl. I believe after connection some message is sent in the clear to indicate SSL is to be used. You could evaluate that and go on from there. However, I don't think it's worth the effort. Note that HTTPS and HTTP use different ports by default anyway. It's certainly far easier to open port 443 on the FW. Kind regards robert