Weblogic and Google Chrome - TLS1
After Google Chrome update to v45, some of the old application that is still using weblogic 10.2 started to fail.
"SSL server probably obsolete."
To fix this problem:
You need to modify the registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"SSLVersionFallbackMin"="tls1"
then google chrome v45 will work again with Weblogic.