Article ID: 236781 - Last Review: April 22, 2001 - Revision: 1.1 PRB: Client-Side Recordset Fails When SSL Is RequiredThis article was previously published under Q236781 SYMPTOMS
When you work with Active Server Pages (ASP) or HTML pages that use a client-side Recordset DTC in a Web site or a Web application with Secure Sockets Layer (SSL) enabled, your page may show up in the browser with no data in it.
CAUSE
This behavior occurs because the following statement in the Recordset.htm file is making an HTTP request instead of an HTTPS request to the server:
RESOLUTION
If returning the RDS data via HTTP and not using SSL is acceptable, then you can remove the SSL requirement for RDS only. Use the following steps to do this:
If you require the use of RDS, and the RDS connection must be done via HTTPS, then you can optionally edit the Recordset.htm file and simply change the http to https as shown: STATUS
This behavior is by design.
| Article Translations
|
Back to the top
