Re: OWIN Server Error

2019-01-21 Thread petrosetta
Thanks so much for replying. OWIN is on a separate box from NGINX. Below is my traffic flow. Internet--->Sonicwall(forward port 443)-->NGINX-->IIS with OWIN OWIN listens on ports 80 and 443 I believe. Our developers did the site. It has

Re: OWIN Server Error

2019-01-21 Thread Peter Booth via nginx
Petrosetta, Question is your nginx server running on the same host as your owin / IIS server? With OWIN / IIS listening only on port 80 and nginx only on port 443? And both listening on the physical NIC (not localhost) and no firewall? It looks as though you are wanting to do SSL termination an

OWIN Server Error

2019-01-21 Thread petrosetta
Morning all I don;t know if anyone has ever had this problem bit I am attempting to put an OWIN Server running on a Windows 2012 Server with IIS. Whenever we try to log on going through the NGINX server, I get "Invalid login attempt. Verify that your username and password are correct." I am sure th