SSLCertificateFile: file doesnt exist or is empty

There's the other redirect! :slightly_smiling_face:


You should do exactly what I wrote (then reload your webserver):

2 Likes

@griffin dude
Sorry for late reply, thought you left the chat :slight_smile:
I did what you said,

here is the screenshot of the new redirection, I don't understand what 503 means, we are able to access to the website.

3 Likes

Everything looks good from where I'm sitting :wink:

3 Likes

So don't you think 503 error code is an issue?

2 Likes

I don't see a 503 error.
Do you?
If so, please show it.

3 Likes

here is the long screenshot I got from httpstatus.io

2 Likes

I think that problem is only shown by/to that service.
Try another one.

2 Likes

Another website

image

Do you think this is caused due to wordfence I am using as a security plugin on my site?

3 Likes

That is possible.
Does it have any logs files you can look through?

The performance is not great, but I don't get 503 error anywhere.
See: https://gtmetrix.com/reports/www.365gunfit.com/nLnua4OW/

2 Likes

I found a valuable info from httpstatus.io
It provides response body I think

     <!DOCTYPE html>
     <html>
    <head>
<meta charset="UTF-8">
<title>Your access to this site has been limited by the site owner</title>
<style>
	html {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 0.875rem;
		line-height: 1.42857143;
		color: #333;
		background-color: #fff;
		padding: 0;
		margin: 0;
	}

	body {
		padding: 0;
		margin: 0;
	}

	a {
		color:#00709e;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 200;
		line-height: 1.1;
	}

	h1, .h1 { font-size: 3rem; }
	h2, .h2 { font-size: 2.5rem; }
	h3, .h3 { font-size: 1.5rem; }
	h4, .h4 { font-size: 1rem; }
	h5, .h5 { font-size: 0.875rem; }
	h6, .h6 { font-size: 0.75rem; }

	h1, h2, h3 {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	h4, h5, h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.wf-btn {
		display: inline-block;
		margin-bottom: 0;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
		touch-action: manipulation;
		cursor: pointer;
		background-image: none;
		border: 1px solid transparent;
		white-space: nowrap;
		text-transform: uppercase;
		padding: .4rem 1rem;
		font-size: .875rem;
		line-height: 1.3125rem;
		border-radius: 4px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	@media (min-width: 768px) {
		.wf-btn {
			padding: .5rem 1.25rem;
			font-size: .875rem;
			line-height: 1.3125rem;
			border-radius: 4px
		}
	}

	.wf-btn:focus,
	.wf-btn.wf-focus,
	.wf-btn:active:focus,
	.wf-btn:active.wf-focus,
	.wf-btn.wf-active:focus,
	.wf-btn.wf-active.wf-focus {
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px
	}

	.wf-btn:hover,
	.wf-btn:focus,
	.wf-btn.wf-focus {
		color: #00709e;
		text-decoration: none
	}

	.wf-btn:active,
	.wf-btn.wf-active {
		outline: 0;
		background-image: none;
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
	}

	.wf-btn.wf-disabled,
	.wf-btn[disabled],
	.wf-btn[readonly],
	fieldset[disabled] .wf-btn {
		cursor: not-allowed;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	a.wf-btn {
		text-decoration: none
	}

	a.wf-btn.wf-disabled,
	fieldset[disabled] a.wf-btn {
		cursor: not-allowed;
		pointer-events: none
	}

	.wf-btn-default {
		color: #00709e;
		background-color: #fff;
		border-color: #00709e
	}

	.wf-btn-default:focus,
	.wf-btn-default.focus {
		color: #00709e;
		background-color: #e6e6e6;
		border-color: #00161f
	}

	.wf-btn-default:hover {
		color: #00709e;
		background-color: #e6e6e6;
		border-color: #004561
	}

	.wf-btn-default:active,
	.wf-btn-default.active {
		color: #00709e;
		background-color: #e6e6e6;
		border-color: #004561
	}

	.wf-btn-default:active:hover,
	.wf-btn-default:active:focus,
	.wf-btn-default:active.focus,
	.wf-btn-default.active:hover,
	.wf-btn-default.active:focus,
	.wf-btn-default.active.focus {
		color: #00709e;
		background-color: #d4d4d4;
		border-color: #00161f
	}

	.wf-btn-default:active,
	.wf-btn-default.wf-active {
		background-image: none
	}

	.wf-btn-default.wf-disabled,
	.wf-btn-default[disabled],
	.wf-btn-default[readonly],
	fieldset[disabled] .wf-btn-default {
		color: #777;
		background-color: #fff;
		border-color: #e2e2e2;
		cursor: not-allowed
	}

	.wf-btn-default.wf-disabled:hover,
	.wf-btn-default.wf-disabled:focus,
	.wf-btn-default.wf-disabled.wf-focus,
	.wf-btn-default[disabled]:hover,
	.wf-btn-default[disabled]:focus,
	.wf-btn-default[disabled].wf-focus,
	.wf-btn-default[readonly]:hover,
	.wf-btn-default[readonly]:focus,
	.wf-btn-default[readonly].wf-focus,
	fieldset[disabled] .wf-btn-default:hover,
	fieldset[disabled] .wf-btn-default:focus,
	fieldset[disabled] .wf-btn-default.wf-focus {
		background-color: #fff;
		border-color: #00709e
	}

	input[type="text"], input.wf-input-text {
		text-align: left;
		max-width: 200px;
		height: 30px;
		border-radius: 0;
		border: 0;
		background-color: #ffffff;
		box-shadow: 0px 0px 0px 1px rgba(215,215,215,0.65);
		padding: 0.25rem;
	}

	hr {
		margin-top: 1rem;
		margin-bottom: 1rem;
		border: 0;
		border-top: 4px solid #eee
	}

	p {
		font-size: 1.4rem;
		font-weight: 300;
	}

	p.medium, div.medium p {
		font-size: 1.1rem;
	}

	p.small, div.small p {
		font-size: 1rem;
	}

	.container {
		max-width: 900px;
		padding: 0 1rem;
		margin: 0 auto;
	}

	.top-accent {
		height: 25px;
		background-color: #00709e;
	}

	.block-data {
		width: 100%;
		border-top: 6px solid #00709e;
	}

	.block-data tr:nth-child(odd) th, .block-data tr:nth-child(odd) td {
		background-color: #eeeeee;
	}

	.block-data th, .block-data td {
		text-align: left;
		padding: 1rem;
		font-size: 1.1rem;
	}

	.block-data th.reason, .block-data td.reason {
		color: #930000;
	}

	.block-data th {
		font-weight: 300;
	}

	.block-data td {
		font-weight: 500;
	}

	.about {
		margin-top: 2rem;
		display: flex;
		flex-direction: row;
		align-items: stretch;
	}

	.about .badge {
		flex-basis: 116px;
		flex-grow: 0;
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.about svg {
		width: 100px;
		height: 100px;

	}

	.about-text {
		background-color: #00709e;
		color: #ffffff;
		padding: 1rem;
	}

	.about-text .h4 {
		font-weight: 500;
		margin-top: 0;
		margin-bottom: 0.25rem;
		font-size: 0.875rem;
	}

	.about-text p {
		font-size: 0.875rem;
		font-weight: 200;
		margin-top: 0.3rem;
		margin-bottom: 0.3rem;
	}

	.about-text p:first-of-type {
		margin-top: 0;
	}

	.about-text p:last-of-type {
		margin-bottom: 0;
	}

	.st0{fill:#00709e;}
	.st1{fill:#FFFFFF;}

	.generated {
		color: #999999;
		margin-top: 2rem;
	}
</style>

Your access to this site has been limited by the site owner

Your access to this service has been limited. (HTTP response code 503)

If you think you have been blocked in error, contact the owner of this site for assistance.


If you are a WordPress user with administrative privileges on this site, please enter your email address in the box below and click "Send". You will then receive an email that helps you regain access.

<form method="POST" id="unlock-form" action="#">
	<input type="hidden" name="nonce" value="e0957a1607b5df611ecd1ca3eebe35183ea1f5698b409f20df71d2c17e72db2c">
	<input type="text" size="50" name="email" id="unlock-email" value="" maxlength="255" placeholder="email@example.com">&nbsp;&nbsp;<input type="submit" class="wf-btn wf-btn-default" id="unlock-submit" name="s" value="Send Unlock Email" disabled>
</form>
<script type="application/javascript">
	(function() {
		var textfield = document.getElementById('unlock-email');
		textfield.addEventListener('focus', function() {
			document.getElementById('unlock-form').action = "https://www.365gunfit.com/" + "?_wfsf=unlockEmail";
			document.getElementById('unlock-submit').disabled = false;
		});
	})();
</script>

<h2 class="h3">Block Technical Data</h2>
<table border="0" cellspacing="0" cellpadding="0" class="block-data">
	<tr>
		<th class="reason">Block Reason:</th>
		<td class="reason">Advanced blocking in effect.</td>
	</tr>
	<tr>
		<th class="time">Time:</th>
		<td class="time">Fri, 20 Nov 2020 13:45:18 GMT</td>
	</tr>
</table>

<div class="about">
	<div class="badge">
		<!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->




About Wordfence


Wordfence is a security plugin installed on over 3 million WordPress sites. The owner of this site is using Wordfence to manage access to their site.


You can also read the documentation to learn about Wordfence's blocking tools, or visit wordfence.com to learn more about Wordfence.



<p class="documentation small">Click here to learn more: <a href="https://www.wordfence.com/help/?query=locked-out" target="_blank" rel="noopener noreferrer">Documentation</a></p>
<p class="generated small"><em>Generated by Wordfence at Fri, 20 Nov 2020 13:45:18 GMT.<br>Your computer's time: <script type="application/javascript">document.write(new Date().toUTCString());</script>.</em></p>
2 Likes

OK, I may have read that in the opposite direction.
If your wordfence it putting up that message...
Then that might make sense.

3 Likes

seems like everything works perfect
thank you for your nice returns guys @rg305 and @griffin
You helped me a lot, I couldn't sort this mess out without you

4 Likes

Glad to hear that!
Cheers from Miami :beers:

3 Likes

I checked all your redirects and everything looks great!

Congratulations!

:partying_face:

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.