<html><head></head><body><div class="yahoo-style-wrap" style="font-family:verdana, helvetica, sans-serif;font-size:13px;"><div dir="ltr" data-setdir="false"><div><div dir="ltr" style="font-family: verdana, helvetica, sans-serif;">I have problem on my pacemaker setup while config SSL certificate on my server.<br>Before using SSL everything was working fine b<span style="color: rgb(36, 39, 41); font-family: Arial, Helvetica, sans-serif; font-size: 15px;">ut as soon as I added the (self-signed) SSL certificate, the cluster won't start the web server again.<br><br>error message is like this.</span></div><div dir="ltr" style="font-family: verdana, helvetica, sans-serif;"><span style="color: rgb(36, 39, 41); font-family: Arial, Helvetica, sans-serif; font-size: 15px;"><pre style="white-space: pre-wrap; margin-top: 0px; padding: 12px; border: 0px; font-stretch: inherit; line-height: 1.30769; font-family: Consolas, Menlo, Monaco, "Sans Vera Sans monospace", sans-serif; vertical-align: baseline; width: auto; border-radius: 5px; min-height: 600px;"><code style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: Consolas, Menlo, Monaco, "Sans Vera Sans monospace", sans-serif; vertical-align: baseline; background-color: transparent; white-space: inherit; border-radius: 0px;"><i>Failed Resource Actions:
* mb-web_start_0 on node01 'unknown error' (1): call=128, status=complete, exitreason='Failed to access httpd status page.',
last-rc-change='Mon May 18 12:32:05 2020', queued=0ms, exec=3402ms
* mb-web_start_0 on node02 'unknown error' (1): call=130, status=complete, exitreason='Failed to access httpd status page.',
last-rc-change='Mon May 18 12:31:35 2020', queued=0ms, exec=3425ms


</i>and I tried to create apache resource in:

<div dir="ltr"><pre style="white-space: pre-wrap; margin-top: 0px; padding: 12px; border: 0px; font-stretch: inherit; line-height: 1.30769; font-family: Consolas, Menlo, Monaco, "Sans Vera Sans monospace", sans-serif; vertical-align: baseline; width: auto; border-radius: 5px; min-height: 600px;"><code style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: Consolas, Menlo, Monaco, "Sans Vera Sans monospace", sans-serif; vertical-align: baseline; background-color: transparent; white-space: inherit; border-radius: 0px;"> <pre style="white-space: pre-wrap; font-family: Menlo, Consolas, monospace; font-size: 0.86em; width: auto; margin-bottom: 1.15em; padding: 4px 8px; border-width: 1px; border-style: solid; border-radius: 3px; color: rgb(16, 16, 27);"><code class="ydp270d701ayiv9791893225ydpa371fe5text ydp270d701ayiv9791893225ydpa371fe5syntaxhl" style="font-family: Menlo, Consolas, monospace; font-size: 1em; background: transparent; padding: 0px; border-radius: 0px;">pcs resource create Website1 ocf:heartbeat:apache  configfile=/etc/apache2/apache2.conf  statusurl="http://localhost/server-status"  op monitor interval=1min</code></pre> <pre style="white-space: pre-wrap; font-family: Menlo, Consolas, monospace; font-size: 0.86em; width: auto; margin-bottom: 1.15em; padding: 4px 8px; border-width: 1px; border-style: solid; border-radius: 3px; color: rgb(16, 16, 27);"><code class="ydp270d701ayiv9791893225ydp66e5d416text ydp270d701ayiv9791893225ydp66e5d416syntaxhl" style="font-family: Menlo, Consolas, monospace; font-size: 1em; background: transparent; padding: 0px; border-radius: 0px;">pcs resource create Website1 ocf:heartbeat:apache  configfile=/etc/apache2/apache2.conf  statusurl="https://localhost/server-status"  op monitor interval=1min</code></pre>

my Apache server status file

<div><pre style="white-space: pre-wrap; font-family: Menlo, Consolas, monospace; font-size: 0.86em; width: auto; margin-bottom: 1.15em; padding: 4px 8px; border-width: 1px; border-style: solid; border-radius: 3px; color: rgb(16, 16, 27);"><code class="ydp270d701ayiv9791893225ydp83d71ef8text ydp270d701ayiv9791893225ydp83d71ef8syntaxhl" style="font-family: Menlo, Consolas, monospace; font-size: 1em; background: transparent; padding: 0px; border-radius: 0px;">cat <<-END >/etc/apache2/status.conf
 <Location /server-status>
 SetHandler server-status   
 Order Deny,Allow
 Deny from all
 Require local
 </Location>
END</code></pre></div>

Please help me</code></pre></div></code></pre></span></div></div><br></div></div></body></html>