• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Single Sign On Page deployment for https

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I created customized Single Sign On page for my application. For this customized page i updated the table WWSSO_LS_CONFIGURATION_INFO$ with
"http://servername:7777/contextname/x.jsp UNUSED UNUSED". For this Single Sign On page is working fine.

I enabled SSL for Http Server (its working in 4443 port). Now i can update WWSSO_LS_CONFIGURATION_INFO$ with "https://servername:4443/contextname/x.jsp UNUSED UNUSED". But my doubt is how both these urls(with different ports 4443 and 7777) will be enabled for both http and https.

Thanks,
Prasad.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic