• 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

how to upgrade an application from http to https protocol

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
our application is using http protocol, there is a requirement to change this to https protocol. This application uses weblogic application. Upgradation should be done on application side or server side. Also let me know how to do it. Please help me.
 
Ranch Hand
Posts: 326
Android Mac OS X Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From an applications point of view, it should not matter. The authorization and authentication of the secure http is not done by the app, it is handled by the Application Server.

See http://download.oracle.com/docs/cd/E13222_01/wls/docs81/secmanage/ssl.html for instructions on how to enable SSL (Secure Socket Layer) on Weblogic.
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sundar Subbu wrote:our application is using http protocol, there is a requirement to change this to https protocol. This application uses weblogic application. Upgradation should be done on application side or server side. Also let me know how to do it. Please help me.



Yo may need to register for a new SSL certificate to be used by the server and web browser to identify your company, organization.
 
reply
    Bookmark Topic Watch Topic
  • New Topic