<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">I have problem on my pacemaker setup while config SSL certificate on my server.<br>Before using SSL everything was working fine b<span><span style="color: rgb(36, 39, 41); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px;">ut as soon as I added the (self-signed) SSL certificate<span><span style="color: rgb(36, 39, 41); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px;">, the cluster won't start the web server again.<br><br>error message is like this.</span></span></span></span></div><div dir="ltr" data-setdir="false"><span><span style="color: rgb(36, 39, 41); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px;"><span><pre style="margin-top: 0px; padding: 12px; border: 0px; font-stretch: inherit; line-height: 1.30769; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", 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, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", 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" data-setdir="false"><pre style="margin-top: 0px; padding: 12px; border: 0px; font-stretch: inherit; line-height: 1.30769; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", 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, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif; vertical-align: baseline; background-color: transparent; white-space: inherit; border-radius: 0px;"> <span><pre style="font-family: Menlo, Consolas, "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace; font-size: 0.86em; width: auto; margin-bottom: 1.15em; padding: 4px 8px; border-width: 1px; border-style: solid; border-image: initial; border-radius: 3px; color: rgb(16, 16, 27);"><code class="ydpa371fe5text ydpa371fe5syntaxhl" style="font-family: Menlo, Consolas, "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", 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></span> <span><pre style="font-family: Menlo, Consolas, "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace; font-size: 0.86em; width: auto; margin-bottom: 1.15em; padding: 4px 8px; border-width: 1px; border-style: solid; border-image: initial; border-radius: 3px; color: rgb(16, 16, 27);"><code class="ydp66e5d416text ydp66e5d416syntaxhl" style="font-family: Menlo, Consolas, "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", 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></span>

my Apache server status file

<div><pre style="font-family: Menlo, Consolas, "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace; font-size: 0.86em; width: auto; margin-bottom: 1.15em; padding: 4px 8px; border-width: 1px; border-style: solid; border-image: initial; border-radius: 3px; color: rgb(16, 16, 27);"><code class="ydp83d71ef8text ydp83d71ef8syntaxhl" style="font-family: Menlo, Consolas, "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", 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></span></span></div></div></body></html>