Been there! The 'your server did not send a forwarding request to proxy' error can happen if your server’s SSL cert is expired or misconfigured.
Run `openssl s_client -connect yourserver:443` to check the cert chain. If it’s busted, the proxy might just give up.
Run `openssl s_client -connect yourserver:443` to check the cert chain. If it’s busted, the proxy might just give up.
