Hi Frank, My vhost looks as below. Anything incorrect set? I do have proxy.conf file but nothing related to SSL set in there. I will test apachectl -S and share you the result. <VirtualHost _default_:PORT> SSLEngine on ProxyRequests Off RewriteEngine on SSLProxyEngine on SSLProxyVerify on SSLProxyCheckPeerCN off SSLProxyCheckPeerName off SSLProxyCheckPeerExpire off SSLVerifyCLient require SSLVerifyDepth 10 SSLProxyVerifyDepth 10 SSLOptions +ExportCertData SSLProxyMachineCertificateFile "/path/to/certs/Appcert.pem" SSLProxyCACertificateFile "/path/to/certs/trustedca.pem" SSLCertificateFile "/path/to/hostname.crt" SSLCertificateKeyFile "/path/to/hostname.key" SSLCertificateChainFile "/path/to/hostname.crt" SSLCACertificateFile "/path/to/trustedca.pem" SSLProtocol -All +TLSv1.2 +TLSv1.1 <FilesMatch "\.(cgi|shtml|phtml|php)$"> SSLOptions +StdEnvVars </FilesMatch> BrowserMatch "MSIE [2-5]" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </VirtualHost> Regards, Devendra From: Frank Gingras <thumbs@xxxxxxxxxx> On Thu, Apr 18, 2024 at 3: 22 AM Daiya, Devendra singh <Devendra. S. Daiya@ wellsfargo. com. invalid> wrote: Hi Team, Need help in setting up MTLS between Apache
HTTP server and Weblogic server (App Server). I have gone through few links but On Thu, Apr 18, 2024 at 3:22 AM Daiya, Devendra singh <Devendra.S.Daiya@xxxxxxxxxxxxxx.invalid> wrote:
|