Welcome! Log In Create A New Profile

Advanced

Microsoft RPC over HTTPS

Posted by u848237 
Microsoft RPC over HTTPS
May 15, 2013 12:29PM
I'm struggling with the above with nginx as reverse proxy. I can see RPC_IN_DATA and RPC_OUT_DATA methods crossing the proxy, but get 503 served after a short time.

Config extracts:

gzip off;
tcp_nodelay on;
...
server {
listen 443;
location / {
proxy_buffering off;
proxy_pass http://backend-server:443;
}



Edited 1 time(s). Last edit at 05/15/2013 12:36PM by u848237.
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 312
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready