Wednesday, May 7, 2014

Apply SSL (Https) To Weblogic Managed Server

This post will help you to apply ssl (https) protocol to managed server, I made a document explain how to do that.

you can download this document from this link

http://www.mediafire.com/view/9i4xc0ag5k1474a/ApplySSL.doc

5 comments:

  1. Dear Sameh,

    Thanks for the valuable posts.
    Could you tell me how I can develop SSL Web service (https)

    Regarsds,

    ReplyDelete
    Replies
    1. SSL is applied on the server level (Weblogic server or Glassfish server) so you can develop normal WS and deploy it in the weblogic managed server then apply ssl in the managed server, in this case you can access your WS using https

      Delete
    2. Thank you very much!

      Your help appreciated!

      Delete
  2. Hello Sameh,

    Can you tell me how I can have a client for SSL web service over https in Jdeveloper 11g.

    Thanks,

    ReplyDelete
    Replies
    1. Check this URL

      http://javarushi.blogspot.ie/2012/07/consuming-secure-web-services-or-web.html

      Delete