To configure the load balancer for secure communication, see Configure Secure Communication (Windows) section of the CA Process Automation 4.2 Installation Guide.
Follow these steps:
<VirtualHost *:80>
JkMountFile conf/uriworkermap.properties
RewriteEngine on
RewriteCond %{HTTPS} on
RewriteCond https://%{HTTP_HOST}%{REQUEST_URI} ^https://.*c2orepository*|MirroringRequestProcessor*|mirroringrepository*|StartAgent*|genericNoSecurity*|soapAttachment*|ServerConfigurationRequestServlet*
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI}
</VirtualHost>
|
Copyright © 2014 CA.
All rights reserved.
|
|