Oracle Weblogic Server (MOSC)

MOSC Banner

ssl - multiple domains on same server

edited May 19, 2017 5:01AM in Oracle Weblogic Server (MOSC) 8 commentsAnswered

I have following problem:

I use oracle http server (ohs) 11g and oracle database 11g with wallet manager. In wallet manager I have 2 separate certificates with status "ready". In ssl.conf I need 2 virtual hosts that points to their wallet.

ssl.conf looks like this:

....

Listen 443

NameVirtualHost *:443

....

<VirtualHost *:443>

  <IfModule ossl_module>

   ServerAdmin example1@gmail.com

   ServerName www.example1.com

   ServerAlias example1.com

  DocumentRoot "C:\OraHttp\OraHttp\instances\instance1\config\OHS\ohs1\example1"

   SSLEngine on

   SSLVerifyClient None

   SSLProtocol nzos_Version_1_0 nzos_Version_3_0

   SSLCipherSuite SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA,SSL_RSA_WITH_DES_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center