spring - SSL-Login Redirect Domain/Content Mismatch with IE8 -



spring - SSL-Login Redirect Domain/Content Mismatch with IE8 -

we have spring 4.0 application spring security handle our login. works fine operating systems , browsers (!). there issue windows xp , net explorer 8 (win 7/ie8 works!).

on login (test.example.com) redirected http https, expected. upon looking delivered content see content different subdomain (live.example.com)! header of http-request contain test.example.com, response live.example.com.

how possible? , how can prepare this?

it sni problem if utilize kind of load balancer, https proxy or more 1 ssl certificate on same ip.

ie on windows xp not back upwards sni. test @ https://alice.sni.velox.ch

how prepare this: load balancer / proxies: seek match https destination host header , not sni.

for apache / nginx: 1 ip per ssl certificate

spring internet-explorer-8 spring-security

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -