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.