MS ADFS and Nginx as a LoadBalancer
Recently I migrate/upgrade our Nginx Load Balancer from version 1.9.5 to 1.9.14 and we were handling Microsoft ADFS traffic through it. After the upgrade to 1.9.14 the Active Sync & Outlook...
View ArticleRe: MS ADFS and Nginx as a LoadBalancer
Anything in the log files? enable debug to see more logging. You might need to do some wiresharking to see whats going on.
View ArticleRe: MS ADFS and Nginx as a LoadBalancer
Should have stated that nginx in running on Linux (SLES 12). We had to pull it out to get email back in operation so putting back to test is out of the question at this time. We currently don't have a...
View ArticleRe: MS ADFS and Nginx as a LoadBalancer
Create a second DNS and a second nginx instance same config, enable debugging, route 5-10 clients to this test instance, watch logs.
View Articlesecond path redirect does not work
Hi, I have first http to https redirects - works then the path /bamboo to redirect to http:...:8085 - works second path redirect from /api to http:...:8080 does not work it says not found...
View ArticleRe: second path redirect does not work
Actually first path redirect does not work anymore, it also redirects to https and say 404 not found. So: how can I have the 2 different path redirects to http with the different ports and rest http tp...
View ArticleRe: second path redirect does not work
tried now with location: server { listen 80; server_name _; return 301 https://$host$request_uri; location /bamboo { rewrite ^/bamboo(.*)$ http://mydomainname:8085/$1 last; } location /api { rewrite...
View ArticleRe: Windows php cgi perfomance
some times i have [error] 1104#1616: *1821 upstream timed out what can it be ?
View ArticleRe: Windows php cgi perfomance
Igor Kuznetsov Wrote: ------------------------------------------------------- > some times i have > > [error] 1104#1616: *1821 upstream timed out > > what can it be ? This is a repeat...
View ArticleNginx 1.9.14 as Load Balancer & Google Searches
We have discovered another problem - we are not sure what version it was introduced but we are attempting to find out. In a recent post I stated that we went from version 1.9.5 (i wish they would show...
View ArticleRe: Nginx 1.9.14 as Load Balancer & Google Searches
Little more information: I have disable http-cache withthe --without-http-cache in the compile. So the proxy_cache_convert_head is not available, I was also wrong about this, if available it is on by...
View ArticlenGinx not serving content over HTTP properly
Hello, I have an nginx installation that should serve website over HTTP and HTTPS. Everythingis working fine when I use SSL connection, but over plain HTTP i get only blank page on IE and FF/Chrome...
View ArticleRe: Windows php cgi perfomance
But why its time out ? Site is on testing and i am the only user.. Cgi cache is turned off for now Currently i have 1 php service using that config <service> <id>php2</id>...
View ArticleRe: Windows php cgi perfomance
Igor Kuznetsov Wrote: ------------------------------------------------------- > Should i install 1 more services with different ports in case of > Here we use 10 in one pool which seems to be the...
View Articlenginx 1.8.1 : multiple client certificate issue
here is my config section on my nginx.conf ... ssl_client_certificate /usr/local/nginx2/conf/ca.crt; ssl_verify_client on; ... I used "cat clientxxx.crt >> /usr/local/nginx2/conf/ca.crt " when I...
View Articleissue with Oracle HTTP Server 10.1.3
[cross-posted from https://community.oracle.com/thread/3919426?sr=stream&ru=232867, no reply there] For an Oracle grown Application (it's actually beehive collab server) that is based on Oracle...
View ArticleRe: issue with Oracle HTTP Server 10.1.3
What about this; http://docs.oracle.com/cd/E28280_01/web.1111/e13707/ssl.htm#SECMG384 However any device which still uses sslv3 (and can't use sslv2), uses expired certificates which can't be updated...
View ArticleRe: issue with Oracle HTTP Server 10.1.3
WebLogic Server 10.3.6 is not the same as OHS (Oracle HTTP Server) 10.1.3, which is an obsolete product in this version. The OHS is TLS enabled, but appears to have issues when talking with the proxy...
View ArticleRe: issue with Oracle HTTP Server 10.1.3
Functionality is different yes but the technical way connections are made are nearly the same for all oracle webservers, it is a ssl3/ssl2 issue. Consider an end2end (upstream) vlan [1] between nginx...
View Article