Thanks Leonid for the response. I have modified the file to add the path to config file. In fact I tried both absolute path and relative path but I still get the same error. Verify_install does show all info about my server, but nothing about the communication with OpenSRS.
Regards, Majid -----Original Message----- From: Leonid Igolnik [mailto:[EMAIL PROTECTED] Sent: Thursday, February 05, 2004 6:27 PM To: Majid Qazi Cc: [EMAIL PROTECTED] Subject: Re: Unknown connection_type!! Please make sure you've modified: # pull in conf file with defined values # XXX NOTE XXX Update this configuration file BEGIN { do "<path-to-config>/OpenSRS.conf"; } in all the cgis. Leonid Igolnik OpenSRS developer. On Thu, 5 Feb 2004, Majid Qazi wrote: > I am upgrading the perl script interface to RCL version 2.8.1. The > verify_install.cgi shows up but displays the following error: > > > > ERROR: Unknown connection type. Please check the value of > $OPENSRS{connection_type} in your configuration file. > > > > The line that it refers to are: > > > > REMOTE_HTTPS_PORT => 55443, > > connection_type => 'HTTPS', # CBC, HTTPS > > crypt_type => 'DES', > > > > > > I tried both, CBC and HTTPS but I get the same error. > > > > Any help to get rid of this error would be much appreciated. > > > > Majid > > > > > > -- Leonid Igolnik.