<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Configuring two way SSL between Client and Weblogic server with Apache proxying the request.</title>
	<atom:link href="http://weblogic-wonders.com/weblogic/index.php/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/</link>
	<description>A place for all middleware solutions!!</description>
	<lastBuildDate>Fri, 17 May 2013 05:35:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Faisal</title>
		<link>http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-44190</link>
		<dc:creator>Faisal</dc:creator>
		<pubDate>Fri, 13 Jul 2012 11:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-44190</guid>
		<description>remove password from the server.key to overcome the error below.

SSLPassPhraseDialog builtin is not supported on Win32

openssl rsa -in server.key.bak -out server.key</description>
		<content:encoded><![CDATA[<p>remove password from the server.key to overcome the error below.</p>
<p>SSLPassPhraseDialog builtin is not supported on Win32</p>
<p>openssl rsa -in server.key.bak -out server.key</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-385</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 16 Jun 2010 04:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-385</guid>
		<description>U can give multiple TrustedCAFile  parameter in the httpd.conf file. Each TrustedCAFile pointing to the managed server certificate in PEM format.

Thanks for posting
-Faisal</description>
		<content:encoded><![CDATA[<p>U can give multiple TrustedCAFile  parameter in the httpd.conf file. Each TrustedCAFile pointing to the managed server certificate in PEM format.</p>
<p>Thanks for posting<br />
-Faisal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinod Sharma</title>
		<link>http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-384</link>
		<dc:creator>Vinod Sharma</dc:creator>
		<pubDate>Tue, 15 Jun 2010 17:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-384</guid>
		<description>Hi Faisal,

I am facing some issues with on way SSL from iPlanet (Sun web Server 7) to WebLogic Cluster.

The architecture is 4 WLS Managed Servers, 1 iPlanet web Server.

There are 4 self signed certs on 4 managed servers.
So to have secure connection between wl proxy plugin and backend Managed Servers, I tried  to use Trust keystore as a TrustedCAFile parameter to the wl proxy plugin, but it doesn&#039;t work.
If I use the Public key of one of the Self-signed cert  in PEM format it works.

Is there any way to make wl proxy config in such a way that, it should trust all the self signed certs on all managed servers at a time.

Your help in this regard is highly appreciated.

Best regards,
Vin</description>
		<content:encoded><![CDATA[<p>Hi Faisal,</p>
<p>I am facing some issues with on way SSL from iPlanet (Sun web Server 7) to WebLogic Cluster.</p>
<p>The architecture is 4 WLS Managed Servers, 1 iPlanet web Server.</p>
<p>There are 4 self signed certs on 4 managed servers.<br />
So to have secure connection between wl proxy plugin and backend Managed Servers, I tried  to use Trust keystore as a TrustedCAFile parameter to the wl proxy plugin, but it doesn&#8217;t work.<br />
If I use the Public key of one of the Self-signed cert  in PEM format it works.</p>
<p>Is there any way to make wl proxy config in such a way that, it should trust all the self signed certs on all managed servers at a time.</p>
<p>Your help in this regard is highly appreciated.</p>
<p>Best regards,<br />
Vin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-383</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 03 Jun 2010 15:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-383</guid>
		<description>Hi Hari

convert the der file to pem file using the following command line and then use it as a trustedCA file

java utils.der2pem .der

This will create a pem file in the same directory.

Try it and let me know.</description>
		<content:encoded><![CDATA[<p>Hi Hari</p>
<p>convert the der file to pem file using the following command line and then use it as a trustedCA file</p>
<p>java utils.der2pem .der</p>
<p>This will create a pem file in the same directory.</p>
<p>Try it and let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hsamudra</title>
		<link>http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-382</link>
		<dc:creator>hsamudra</dc:creator>
		<pubDate>Thu, 03 Jun 2010 14:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-382</guid>
		<description>Hi Faizal,

I am trying to configure Apache as SSL

I am getting the following error

Thu Jun 03 20:18:24 2010  ERROR: Failed to load trusted CA file(D:\hk\certificates\rootCA.der). err = 0 loaded = 0
Thu Jun 03 20:18:24 2010  ERROR: SSL initialization failed

I am not able to access the console however this is working fine with http

WLS 10.3 and Apache 2.2</description>
		<content:encoded><![CDATA[<p>Hi Faizal,</p>
<p>I am trying to configure Apache as SSL</p>
<p>I am getting the following error</p>
<p>Thu Jun 03 20:18:24 2010  ERROR: Failed to load trusted CA file(D:\hk\certificates\rootCA.der). err = 0 loaded = 0<br />
Thu Jun 03 20:18:24 2010  ERROR: SSL initialization failed</p>
<p>I am not able to access the console however this is working fine with http</p>
<p>WLS 10.3 and Apache 2.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faisal Khan</title>
		<link>http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-43</link>
		<dc:creator>Faisal Khan</dc:creator>
		<pubDate>Tue, 23 Mar 2010 06:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-43</guid>
		<description>can you mail me your complete server log file at khan.faysal06@gmail.com&lt;br /&gt;&lt;br /&gt;And explain me ur architechture, when exactly are u getting these exceptions?</description>
		<content:encoded><![CDATA[<p>can you mail me your complete server log file at <a href="mailto:khan.faysal06@gmail.com">khan.faysal06@gmail.com</a></p>
<p>And explain me ur architechture, when exactly are u getting these exceptions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharma Jampani</title>
		<link>http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-42</link>
		<dc:creator>Sharma Jampani</dc:creator>
		<pubDate>Mon, 22 Mar 2010 19:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-42</guid>
		<description>Hi Faisal, &lt;br /&gt;&lt;br /&gt;Got stucked with SSL, previously it was working and now it is throwing eating exception by saying that Algorithm MD5 not available&lt;br /&gt;&lt;br /&gt;(self-tuning)&#039;&gt; &lt;&gt; &lt;&gt; &lt;&gt; &lt;1269284150344&gt;  &lt;........... Eating Exception ..........&lt;br /&gt;java.security.NoSuchAlgorithmException: Algorithm MD5 not available&lt;br /&gt; at javax.crypto.Mac.getInstance(DashoA13*..)&lt;br /&gt; at com.certicom.tls.provider.Mac.getInstance(Unknown Source)&lt;br /&gt; at com.certicom.tls.ciphersuite.SecurityParameters.makeKeys(Unknown Source)&lt;br /&gt; at com.certicom.tls.ciphersuite.SecurityParameters.deriveKeys(Unknown Source)&lt;br /&gt; at com.certicom.tls.ciphersuite.SecurityParameters.(Unknown Source)&lt;br /&gt; at com.certicom.tls.record.handshake.HandshakeHandler.generateSecurityParameters(Unknown Source)&lt;br /&gt; at com.certicom.tls.record.handshake.ServerStateNoHandshake.resumeSession(Unknown Source)&lt;br /&gt; at com.certicom.tls.record.handshake.ServerStateNoHandshake.handle(Unknown Source)&lt;br /&gt; at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessage(Unknown Source)&lt;br /&gt; at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessages(Unknown Source)&lt;br /&gt; at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source)&lt;br /&gt; at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Source)&lt;br /&gt; at com.certicom.tls.record.ReadHandler.processRecord(Unknown Source)&lt;br /&gt; at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)&lt;br /&gt; at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)&lt;br /&gt; at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)&lt;br /&gt; at javax.net.ssl.impl.SSLSocketImpl.startHandshake(Unknown Source)&lt;br /&gt; at weblogic.server.channels.DynamicSSLListenThread$1.run(DynamicSSLListenThread.java:130)&lt;br /&gt; at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)&lt;br /&gt; at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)&lt;br /&gt;&gt; &lt;br /&gt;&lt;br /&gt;please help</description>
		<content:encoded><![CDATA[<p>Hi Faisal, </p>
<p>Got stucked with SSL, previously it was working and now it is throwing eating exception by saying that Algorithm MD5 not available</p>
<p>(self-tuning)&#39;&gt; &lt;&gt; &lt;&gt; &lt;&gt; &lt;1269284150344&gt;  &lt;&#8230;&#8230;&#8230;.. Eating Exception &#8230;&#8230;&#8230;.<br />java.security.NoSuchAlgorithmException: Algorithm MD5 not available<br /> at javax.crypto.Mac.getInstance(DashoA13*..)<br /> at com.certicom.tls.provider.Mac.getInstance(Unknown Source)<br /> at com.certicom.tls.ciphersuite.SecurityParameters.makeKeys(Unknown Source)<br /> at com.certicom.tls.ciphersuite.SecurityParameters.deriveKeys(Unknown Source)<br /> at com.certicom.tls.ciphersuite.SecurityParameters.(Unknown Source)<br /> at com.certicom.tls.record.handshake.HandshakeHandler.generateSecurityParameters(Unknown Source)<br /> at com.certicom.tls.record.handshake.ServerStateNoHandshake.resumeSession(Unknown Source)<br /> at com.certicom.tls.record.handshake.ServerStateNoHandshake.handle(Unknown Source)<br /> at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessage(Unknown Source)<br /> at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessages(Unknown Source)<br /> at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source)<br /> at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Source)<br /> at com.certicom.tls.record.ReadHandler.processRecord(Unknown Source)<br /> at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)<br /> at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)<br /> at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)<br /> at javax.net.ssl.impl.SSLSocketImpl.startHandshake(Unknown Source)<br /> at weblogic.server.channels.DynamicSSLListenThread$1.run(DynamicSSLListenThread.java:130)<br /> at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)<br /> at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)<br />&gt; </p>
<p>please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jazz_in</title>
		<link>http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-20</link>
		<dc:creator>Jazz_in</dc:creator>
		<pubDate>Wed, 25 Nov 2009 12:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://weblogic-wonders.com/weblogic/2009/10/12/configuring-two-way-ssl-between-client-and-weblogic-server-with-apache-proxying-the-request/#comment-20</guid>
		<description>good..</description>
		<content:encoded><![CDATA[<p>good..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 2.222 seconds -->
