I try to run, but it says -nocert and -accept commands are invalid:

C:\Downloads\test program>openssl -nocert -accept 8080
openssl:Error: '-nocert' is an invalid command.

Standard commands
asn1parse      ca             ciphers        crl            crl2pkcs7
dgst           dh             dhparam        dsa            dsaparam
ec             ecparam        enc            engine         errstr
gendh          gendsa         genrsa         nseq           ocsp
passwd         pkcs12         pkcs7          pkcs8          prime
rand           req            rsa            rsautl         s_client
s_server       s_time         sess_id        smime          speed
spkac          verify         version        x509

Message Digest commands (see the `dgst' command for more details)
md2            md4            md5            rmd160         sha
sha1

Cipher commands (see the `enc' command for more details)
aes-128-cbc    aes-128-ecb    aes-192-cbc    aes-192-ecb    aes-256-cbc
aes-256-ecb    base64         bf             bf-cbc         bf-cfb
bf-ecb         bf-ofb         cast           cast-cbc       cast5-cbc
cast5-cfb      cast5-ecb      cast5-ofb      des            des-cbc
des-cfb        des-ecb        des-ede        des-ede-cbc    des-ede-cfb
des-ede-ofb    des-ede3       des-ede3-cbc   des-ede3-cfb   des-ede3-ofb
des-ofb        des3           desx           idea           idea-cbc
idea-cfb       idea-ecb       idea-ofb       rc2            rc2-40-cbc
rc2-64-cbc     rc2-cbc        rc2-cfb        rc2-ecb        rc2-ofb
rc4            rc4-40


C:\Downloads\test program>



On 8/6/08, Mladen Turk <[EMAIL PROTECTED]> wrote:
>
> Charles Lim wrote:
>
>> Below is the result after running netstat...both port 8080 and 8383 do not
>> seem to be used.
>>
>> C:\Programs2\apache-tomcat-6.0.18\bin>netstat -ab -p tcp
>>
>> Active Connections
>>
>>
> Seems the ports are not used.
> So you should try some simple program
> Download openssl.exe from
>
> http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.14/binaries/win32/
>
> > openssl.exe -nocert -accept 8080
>
> If that's not fine you have some security problems.
>
> Regards
> --
> ^(TM)
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to