In OAuth2, is it acceptable not to use https for internal communication between resource server and authorization server?

I have a resource server (REST API) and an authorization server which are installed on the same server and behind a reverse proxy. All incoming external requests use https. Would it be acceptable not to use https for the comm… Continue reading In OAuth2, is it acceptable not to use https for internal communication between resource server and authorization server?