For configuring web adaptor over https using WebLogic, refer to http://support.esri.com/ja/knowledgebase/techarticles/detail/41262
解决办法
Oracle released a patch for the POODLE vulnerability - http://www.oracle.com/technetwork/topics/security/poodlecve-2014-3566-2339408.html
Oracle WebLogic Server should be started with a parameter to exclude SSL 2.0 and/or SSL 3.0 to in order to mitigate the SSL V3.0 "Poodle" Vulnerability.
To do this, start the WebLogic Server with the JAVA_OPTION to use security protocol “TLS1” for working over https.
For instance, Dweblogic.security.SSL.protocolVersion=TLS1 in the JAVA_OPTIONS variable setting in the DOMAIN_HOME/bin/setDomainEnv.sh file.