Hi,
I want to add ssl to my apache 1.3.11 server but I've got an error
compiling the openssl 0.9.4 :
./config works ok
make fails with the message:
ar r ../../libcrypto.a bio_lib.o bio_cb.o bio_err.o bss_mem.o bss_null.o
bss_fd.o bss_file.o bss_sock.o bss_conn.o bf_null.o bf_buff.o b_print.o
b_d
Hello. :-)
I want to just "encrypt" somthing with public key only.
("NOT the SIGNATURE. Only ENCRYPTION)
how can I do it with OpenSSL? It seems no function do that.
I find EVP_PKEY_(en|de)crypt(), but it's only works with RSA.
(is RSA the only algorithm which can encrypt some data with
publick
Hello world, I've a few basic questions about secure apache web server,
- Is the httpd.conf.default able to respond to https request? how?
- do I must set the apache with the SSL layer in the virtual host?
- Why when I run my httpd.conf, with the SSL context in the main server
some strange thi
i don't know for a fact but would guess that if you uncomment the
SSLRevocationFile it should have CRLs in it. by default it is commented
out.
-a
Osvaldo Brito wrote:
> HELLO WORLD,
>
> - When I run httpd.conf I get this error message: Syntax error :
> SSLRevocationFile: file ../../conf/s
Sergio Salvi wrote:
>
> Hi!
>
> With apache 1.3.11, mod_ssl 2.5.0 and openssl-0.9.4 my Verisign SGC
> works fine in Netscape 4.x, but in M$ Internet Exploder:
>
> OpenSSL: error:14089106:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:wrong
> message type
>
> In httpd.conf I tried:
>
> SetEnvIf User
Hi!
With apache 1.3.11, mod_ssl 2.5.0 and openssl-0.9.4 my Verisign SGC
works fine in Netscape 4.x, but in M$ Internet Exploder:
OpenSSL: error:14089106:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:wrong
message type
In httpd.conf I tried:
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shu
I found it necessary to also remove "rsaref" to get a successful build. You
probably want to allow anonymous Diffie-Hellman key exchanges as well. My
../config invocation looked something like this:
config no-rsa no-rc2 no-rc4 no-rc5 no-rsaref no-idea -DSSL_ALLOW_ADH
Good Luck ... Spence
>
Hi,
We are developing a secure HTTP server using
SSLeay APIs. We are getting a client-hello failure - handshake failure when
we try to connect to our server using IE or netscape.
Can anyone please help - and let us know what's
wrong.
We have also developed an http client - which is
ab
Hello,
i am subscribed since 5 seconds and i have already a question.
In the install file there are the rules for compile apache + mod_ssl + php
$ cd ../php-3.0.x
$ CFLAGS='-O2 -I/path/to/openssl/include' \
./configure \
--with-apache=../apache_1.3.x \
--with-mysql=/path/to/mysql \
I am just beggining to experience the delights of SSL, but I only
understand the concept.
Can you please let me know where I can find information, that will
help me understand:-
What I can do with SSL
How everything fits together
How I implement it.
I am currently loo
10 matches
Mail list logo