This is a discussion on Re: Apache with SSL Issue within the Modssl Users forums, part of the Web Server and Related Forums category; Kevin Smith schrieb: > Probably the best think to do is add the absolute path to the files as: > &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Kevin Smith schrieb:
> Probably the best think to do is add the absolute path to the files as: > > SSLCertificateFile C:/Program Files/Apache2/conf/ssl/servername.cert > SSLCertificateKeyFile C:/Program Files/Apache2/conf/ssl/servername.key If this still does not work try to surround the path with " ", like this: > SSLCertificateFile "C:/Program Files/Apache2/conf/ssl/servername.cert" > SSLCertificateKeyFile "C:/Program Files/Apache2/conf/ssl/servername.key" Or, even better, put the Apache on a spare unix/linux box. Configuring apache/tomcat/mod_jk/whatever is more straightforward there than on a windows box. Greetings from Germany, Eckard __________________________________________________ ____________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List modssl-users@modssl.org Automated List Manager majordomo@modssl.org |