Hello,

If i do :
keytool -list -keystore eric -storetype pkcs12
it gives me the following error:
keytool error: java.io.IOException: DerInputStream.getLength():
lengthTag=109, too big.

Anyone an idea? Have i to convert my pkcs12 certificate still to something
else?

regards,
Heidi

2011/3/13 Info Olagos <[email protected]>

> The error i get is:
>
> java.io.IOException: toDerInputStream rejects tag type 45.
>
> regards,
> Heidi
>
>   2011/3/13 Info Olagos <[email protected]>
>
>> Hello,
>>
>> I have a problem on the "sslprotocol" parameter in the ofbizcontainer.xml
>> file in ofbiz release09.04.
>> So my catalina webserver is not starting because of this "protocol" error
>> after installing a certificate for ssl.
>>
>> Can anyone check my parameters in this part of the file.
>>
>>
>> <!-- SSL connector attributes -->
>>
>> <property name="sSLImplementation"
>> value="org.ofbiz.catalina.container.SSLImpl"/>
>>
>> <property name="algorithm" value="RSA"/>
>>
>> <!-- the clientAuth to "want" in order to receive certs from the client;
>>
>> note that this isn't set this way by default because with certain browsers
>>
>> (like Safari) it breaks access via HTTPS, so until that problem is fixed
>>
>> the default will be false -->
>>
>> <property name="clientAuth" value="false"/>
>>
>> <property name="keystoreFile" value="framework/base/config/cert.txt"/>
>>
>> <property name="keystorePass" value="*******"/>
>>
>> <property name="keystoreType" value="PKCS12"/>
>>
>> <property name="sslProtocol" value="TLS"/>
>>
>> <property name="ciphers" value=""/>
>>
>>
>> Thanks for helping me.,
>>
>> Heidi
>>
>>
>> --
>> Olagos bvba
>> http://www.olagos.eu <http://www.olagos.eu/>
>> http://www.olagos.com
>> http://www.olagos.be
>> http://www.olagos.nl
>> Olagos team
>> Heesterbos 5
>> 2570 Duffel
>> Belgium
>>
>>
>>
>>
>
>
> --
> Olagos bvba
> http://www.olagos.eu <http://www.olagos.eu/>
> http://www.olagos.com
> http://www.olagos.be
> http://www.olagos.nl
> Olagos team
> Heesterbos 5
> 2570 Duffel
> Belgium
>
>
>
>


-- 
Olagos bvba
http://www.olagos.eu <http://www.olagos.eu/>
http://www.olagos.com
http://www.olagos.be
http://www.olagos.nl
Olagos team
Heesterbos 5
2570 Duffel
Belgium

Reply via email to