Connecting to Crystal Enterprise through https

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 couldnt find any documentation regarding the available options for the <Adapter> tag.

Can any one please help me regarding this?
[751 byte] By [sudar] at [2007-11-20 11:15:42]