The configuration will be entirely on the apache side of things. Webware could care less if the transport between the browser and web server is SSL encrypted or not.
So the the place to start is to make sure that apache2 + mod_ssl is configured correctly in general. This may be somewhat distro specific so if it were me I would google for "<insert distro here> apache2 mod_ssl HOWTO". You will probably have to generate a server certificate and private key, tell apache where they are, listen on port 443, etc... If you set up a separate VirtualHost for your SSL traffic make sure to add the same... <Location /WK> WKServer localhost 8086 SetHandler webkit-handler </Location> ... directive as you did to get it working for port 80 traffic. -Seth On Wed, 2005-07-27 at 12:24 +0100, Hector Molina wrote: > Hi all, > > I'm very new with Webware and this is my first message here... > > At this moment my installation is as follows: > > Webware 0.9b1 > Apache 2.0.54 + mod_ssl > > Both are communicating each one through mod_webkit and everything > seems to work fine. I can browse the contexts with any hassle (i.e > http://localhost:8080/Examples/) when not using https... > > My question is: > > How do I configure Apache and/or Webware to work togheter taking > advantage of HTTPS? > > Maybe the question is not very explanatory... I mean, I want to do > something like that: > > https://localhost/mycontext > > For example, I have a HTTPS user login page, and I want those login > details to be accessible in my servlets. > > I did it with no hassle using just HTTP, but don't know how to that > using HTTPS. > > Is it possible? How do I manage it? > > Cheers. -- Seth Remington SaberLogic, LLC 661-B Weber Drive Wadsworth, Ohio 44281 Phone: (330)335-6442 Fax: (330)336-8559 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Webware-discuss mailing list Webware-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/webware-discuss