facebook

Can’t access WLS 8.1.4 via https started from MyEclipse 5

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #262278 Reply

    Chris Irwin
    Participant

    I am running WLS 8.1.4 on Windows XP SP2 and using MyEclipse 5.0 GA. I can start WLS using MyEclipse 5.0 GA and the my application deploys successfully (according to the console) but when I try to access the application using https://localhost:7002/ I get the following error:

    Could not establish an encrypted connection because your certificate was rejected by localhost.
    Error Code: -12271

    Do I need to do something special to configure MyEclipse to work with certificates? What is the Security Policy File used for in the WebLogic 8 configuration screen?

    Thanks,

    Chris

    #262305 Reply

    Scott Anderson
    Participant

    Chris,

    Our server connectors allow you to configure the startup of WLS just as you have it configured to run from the commandline. Enabling https on WLS, or any server, requires special configuration. For WLS 8, that is documented at the BEA site here: http://edocs.bea.com/wls/docs81/secmanage/ssl.html. By default this support is disabled.

    Once you have reconfigured WLS to start from the commandline with https enabled, and have verified that you can use your application through it, you can then make the same types of modifications to the WLS connector in MyEclipse to enable the startup to be the same as the ssl-aware commandline version.

    #262645 Reply

    Chris Irwin
    Participant

    Scott,

    That got me past my SSL issue…thanks!

    Now I have a PATH issue. I am in an environment where we can’t change the PATH and I need to get the Oracle 10 bin directory to come before the Oracle 9 bin directory, which is already in my SYSTEM PATH. I see where I can append to the library path, but is there some way to prepend the Oracle 10 bin directory to the library path?

    Thanks,

    Chris

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Can’t access WLS 8.1.4 via https started from MyEclipse 5

You must be logged in to post in the forum log in