PDA

View Full Version : AS400 HTTP Configuration - SSL



Guest.Visitor
01-01-1995, 02:00 AM
When the instance receives a certian page I need to pass/map or what ever to SSL. At some point I need to drop SSL, again based on a page. This needs to take place using a single instance and a single folder. I know I can code the HTML to do this but I can not implement SSL using the HTML links (polictal). Help Please... Maybe I need to explain better. I am trying to configure the HTTP server to detect certian pages and subsequently swap between SSL and no SSL connections.

Guest.Visitor
09-24-2000, 11:17 PM
John, If you can group the SSL pages and non-SSL pages into two directories, then you can config the HTTP server to use redirect directive to switch it back an d forth. Make sure to use the different directory name from the link to the actual directory when redirect. Otherwise, it will be in the loop. Shawn Fu