You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Thavarajah Kurinchikumaran <th...@beyondm.net> on 2005/02/22 07:24:05 UTC

problem with ssl

Hi all,

I am using tomcat as my local server.
I removed some keystore files which I created earlier using the "keytool
delete" command . Then I created new keystore file using the command
below

 keytool -genkey -keyalg RSA -alias tomcat -keystore .keystore

But when I browse the secure page via the web it throws an error message
"mozilla and localhost cannot communicate securely because they have no
common encryption algorithms"

what should i do to eliminate this problem?

Thanks for any help

Regards
Kumaran



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: problem with ssl

Posted by Antony Paul <an...@gmail.com>.
You can check whether the keystore is properly created using the
following command

keytool -list -alias tomcat

rgds
Antony Paul


On 22 Feb 2005 12:24:05 +0600, Thavarajah Kurinchikumaran
<th...@beyondm.net> wrote:
> Hi all,
> 
> I am using tomcat as my local server.
> I removed some keystore files which I created earlier using the "keytool
> delete" command . Then I created new keystore file using the command
> below
> 
>  keytool -genkey -keyalg RSA -alias tomcat -keystore .keystore
> 
> But when I browse the secure page via the web it throws an error message
> "mozilla and localhost cannot communicate securely because they have no
> common encryption algorithms"
> 
> what should i do to eliminate this problem?
> 
> Thanks for any help
> 
> Regards
> Kumaran
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org