How can I get instiki to only run over SSL? Thanks, Joe
Joe Van Dyk wrote:> How can I get instiki to only run over SSL? > > Thanks, > JoeAre you running instiki on webrick and do you then have apache forwarding requests to webrick via mod_proxy or similar? If so, you should just be able to get apache to do the hosting for that (proxy)site over ssl should you not? Note. I run apache/mod_proxy and forward to instiki on webrick but have not looked into running it over ssl so this may be incorrect advice. Just a thought though. Chris
On 8/25/05, Chris Roos <chris-zoUjy1rb4AnQXOPxS62xeg@public.gmane.org> wrote:> Joe Van Dyk wrote: > > How can I get instiki to only run over SSL? > > > > Thanks, > > Joe > > Are you running instiki on webrick and do you then have apache > forwarding requests to webrick via mod_proxy or similar? If so, you > should just be able to get apache to do the hosting for that (proxy)site > over ssl should you not? Note. I run apache/mod_proxy and forward to > instiki on webrick but have not looked into running it over ssl so this > may be incorrect advice. Just a thought though.No, just plain webrick. No apache.
Joe Van Dyk wrote:> On 8/25/05, Chris Roos <chris-zoUjy1rb4AnQXOPxS62xeg@public.gmane.org> wrote: > >>Joe Van Dyk wrote: >> >>>How can I get instiki to only run over SSL? >>> >>>Thanks, >>>Joe >> >>Are you running instiki on webrick and do you then have apache >>forwarding requests to webrick via mod_proxy or similar? If so, you >>should just be able to get apache to do the hosting for that (proxy)site >>over ssl should you not? Note. I run apache/mod_proxy and forward to >>instiki on webrick but have not looked into running it over ssl so this >>may be incorrect advice. Just a thought though. > > > No, just plain webrick. No apache.Sorry if you already know this but you can create a Webrick SSL Server using Ruby/OpenSSL, as documented on the front page of the webrick site - http://www.webrick.org/ I''ve never actually done this but can imagine it''s going to require you to edit instiki in some way. Not sure if you already have this info and are asking how to do it or just any info pointing to whether it can be done. Chris
On 8/26/05, Chris Roos <chris-zoUjy1rb4AnQXOPxS62xeg@public.gmane.org> wrote:> Joe Van Dyk wrote: > > On 8/25/05, Chris Roos <chris-zoUjy1rb4AnQXOPxS62xeg@public.gmane.org> wrote: > > > >>Joe Van Dyk wrote: > >> > >>>How can I get instiki to only run over SSL? > >>> > >>>Thanks, > >>>Joe > >> > >>Are you running instiki on webrick and do you then have apache > >>forwarding requests to webrick via mod_proxy or similar? If so, you > >>should just be able to get apache to do the hosting for that (proxy)site > >>over ssl should you not? Note. I run apache/mod_proxy and forward to > >>instiki on webrick but have not looked into running it over ssl so this > >>may be incorrect advice. Just a thought though. > > > > > > No, just plain webrick. No apache. > > Sorry if you already know this but you can create a Webrick SSL Server > using Ruby/OpenSSL, as documented on the front page of the webrick site > - http://www.webrick.org/ > I''ve never actually done this but can imagine it''s going to require you > to edit instiki in some way. Not sure if you already have this info and > are asking how to do it or just any info pointing to whether it can be done. >Maybe with stunnel. You can create a tunnel accessible with ssl who redirect to webrick.> Chris > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >