Hi Jorge,
the httpd_protocol-option is set to https.
In the meanwhile I figured out that it
works if I change the following options:
config.xml:
httpd_protocol --> http (instead of https)
httpd_port --> 80 (instead of 43)
access_control/*.xls:
"<protocol>.*</protocol>" instead of "<protocol>ssl</protocol>"
"<symmetric_keylength>0</symmetric_keylength>" instead of "<symmetric_keylength>128</symmetric_keylength>"
But I guess that deactivats the secure communication completly,
which can't be in the developers' sense.
So - what's the hatch ?
Look at the config.xml:
<!-- ======================== -->
<!-- web server configuration -->
<!-- ======================== -->
<option>
<name>httpd_protocol</name>
<value>https</value>
</option>
Be sure https is specified as httpd_protocol.
Greetings
Jorge
Marco Simon wrote:
> Hi everybody,
>
> I've set up an openca some days ago. It works quite fine for
> the ca - module. My problem is:
>
> All the other modules (ldap, node, pub, ra) throw the follwing
> error-messages as soon as I'm redirected to the modules:
>
>
> Error 6251026
>
> *General Error* Aborting connection - you are using
> a wrong security protocol (http).
>
>
> The page's url is e.g.:
> https://myserver/cgi-bin/ldap/ldap?cmd=getStaticPage&name=index
> <https://myserver/cgi-bin/ldap/ldap?cmd=getStaticPage&name=index> -
> the transmission
> between my client and the server seems to be encrypted/protected. My
> firefox confirms (via the page-properties)
> that the connection is encrypted. So I'm obviously using https - which
> should be the correct protocol. Anyway -
> openca obviously doesnt notice that - for all modules but the ca-module.
>
> Any hints ? Do you need any further information for giving me a
> suitable answer ?
> Thanks in advance,
>
> Greetings,
> Marco
>
>
>
--__--__
|