question SSL troupling

[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_env.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_mime.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_negotiation.so
uses plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_include.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_autoindex.so
uses plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_dir.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_cgi.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_asis.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_imap.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_actions.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_userdir.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_alias.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_access.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_auth.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_setenvif.so
uses plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/mod_vhost_alias.so
uses plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
[Fri May 26 18:07:14 2006] [warn] Loaded DSO libexec/libphp4.so uses
plain Apache 1.3 API, this module might crash under EAPI! (please
recompile it with -DEAPI)
*******************************************
[Fri May 26 18:24:47 2006] [notice] Apache/1.3.36 (Unix) PHP/4.4.2
configured -- resuming normal operations
[Fri May 26 18:24:47 2006] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Fri May 26 18:27:00 2006] [error] mod_ssl: Init: Private key not found
(OpenSSL library error follows)
[Fri May 26 18:27:00 2006] [error] OpenSSL: error:0D094068:asn1 encoding
routines:d2i_ASN1_SET:bad tag
[Fri May 26 18:27:00 2006] [error] OpenSSL: error:0D0680A8:asn1 encoding
routines:ASN1_CHECK_TLEN:wrong tag
[Fri May 26 18:27:00 2006] [error] OpenSSL: error:0D07803A:asn1 encoding
routines:ASN1_ITEM_EX_D2I:nested asn1 error
[Fri May 26 18:27:00 2006] [error] OpenSSL: error:0D09A00D:asn1 encoding
routines:d2i_PrivateKey:ASN1 lib

Any hint what is wrong ?
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Markus [ Fr, 26 Mai 2006 21:47 ] [ ID #1330994 ]

Re: question SSL troupling

or another question does someone have a complet UBER noob step be step
guide to install mod_ssl on a apache1.3.36 with php4.4.2 and mysql
4.1.19-standart log?
But must be a real uber noob step be step, becouse im even below an uber
noob status.
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Markus [ Sa, 27 Mai 2006 14:58 ] [ ID #1332396 ]

Re: question SSL troupling

Okay got everthing working. Except images.

On any page what uses images they dont show.
They show perfect in http but not in https.

the call is: https://xxx/image.gif

if I paste the image into the browser direct it shows, but not via the
page? any hint ?
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Markus [ Sa, 27 Mai 2006 21:30 ] [ ID #1332397 ]

Re: question SSL troupling

oops found it.. rewrite in .htaccess :)
forgot to ad https :)

Markus wrote:

> Okay got everthing working. Except images.
>
> On any page what uses images they dont show.
> They show perfect in http but not in https.
>
> the call is: https://xxx/image.gif
>
> if I paste the image into the browser direct it shows, but not via the
> page? any hint ?
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users [at] modssl.org
> Automated List Manager majordomo [at] modssl.org
>
>

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Markus [ Sa, 27 Mai 2006 21:56 ] [ ID #1332398 ]
Webserver » gmane.comp.apache.mod-ssl.user » question SSL troupling

Vorheriges Thema: Apache sends wrong certificate
Nächstes Thema: SSL Handshake Re-negotiation