Print Page | Close Window

Connecting to Crystal Enterprise through https

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2022
Forum Name: Data Connectivity
Forum Discription: How to connect to data sources and export reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=1463
Printed Date: 05 Apr 2025 at 7:55pm


Topic: Connecting to Crystal Enterprise through https
Posted By: sudar
Subject: Connecting to Crystal Enterprise through https
Date Posted: 08 Oct 2007 at 12:32am
Right now we have crystal Enterprise installed in APP server and in the web server I have configured the clientSDKOptions.xml file with my server ip and adapter type like below.

        <ServerInfo version="2" xsi:type="CrystalReports.ServerInfo" id="2">
            <Server>xxx.xxx.xxx.xxx</Server>
            <Adapter>TCPIP</Adapter>
        </ServerInfo>

But now we are planning to install a self-signed certificate to secure the traffic between App server and web server.

My question is what should I have to place in the <Adapter></Adpater>? I couldn’t find any documentation regarding the available options for the <Adapter> tag.

Can any one please help me regarding this?



Print Page | Close Window