opendiffy/diffy

Why proxy https gets 403

N1neSun opened this issue · 1 comments

I would like to ask why the following results appear when proxy https

<html>

<head>
	<title>403 Forbidden</title>
</head>

<body>
	<center>
		<h1>403 Forbidden</h1>
	</center>
	<hr>
	<center>openresty</center>
</body>

</html>

This seems related to the auth used by your primary, secondary, and candidate instances. You may be missing an auth header in the request you are sending to Diffy's proxy port but I would suggest verifying by sending the same request directly to primary, secondary, and candidate, and then sharing the responses here.