Problem:  ArcGIS resources are inaccessible through HTTPS when the Web Adaptor is deployed on WebLogic

相关信息
Article ID: 41262
Bug Id: N/A
Software:
ArcGIS for Server 10.1, 10.2
Web Adaptor for ArcGIS (Java Platform) 10.1, 10.2
Portal for ArcGIS 10.2
Platforms: N/A

问题描述
ArcGIS resources are inaccessible through HTTPS when the Web Adaptor is deployed on WebLogic.

Internet Explorer displays the message "HTTP 500 Internal Server Error" when accessing ArcGIS resources through the Web Adaptor. Mozilla Firefox displays the message "Secure Connection Failed - SSL peer cannot verify your certificate".

原因
By default, when HTTPS is enabled, both ArcGIS for Server and Portal for ArcGIS use an internally generated, self-signed certificate. WebLogic does not recognize these self-signed certificates and terminates HTTPS connections from the Web Adaptor to the ArcGIS Server and Portal applications.
已邀请:

易智瑞技术支持

赞同来自:

解决方案
To use HTTPS with the ArcGIS Web Adaptor on WebLogic, either use an SSL certificate issued by a well-known CA (Certificate Authority) or import the self-signed certificate into the WebLogic server's keystore.


  1. To enable SSL on ArcGIS Server using a CA-signed certificate, see Enabling SSL using a CA-signed certificate.
  2. To enable SSL on Portal for ArcGIS using a CA-signed certificate, see Importing a certificate into the portal.
  3. To import the Portal self-signed certificate, which is present at <Portal Installation directory>\etc\ssl\portal.ks into the WebLogic, follow the steps below: 1. Run the Java 'keytool' command using the 'exportcert' option to export the certificate used by Portal to a file. 2. Run the Java keytool command using the 'importcert –trustcacerts' option to import the certificate into the WebLogic keystore. For detailed instructions on how to do this, please refer the WebLogic product documentation.


创建及修改时间
Created: 6/6/2013

Last Modified: 12/23/2013
原文链接
http://support.esri.com/en/kno ... 41262

要回复问题请先登录注册