[SOLVED]https:// isn't working

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
bluenote
Forum Commoner
Posts: 93
Joined: Sat Mar 01, 2003 4:59 am
Location: Heidelberg, Germany

[SOLVED]https:// isn't working

Post by bluenote »

Hi alltogether,

i have a problem using https connections....

on a test machine (SunFire V240 / Solaris 9 SPARC), i have installed

Apache 1.3.33 with mod_ssl (during the build, i created a simple certificate)
PHP 5.0.2 (with OpenSSL)
MySQL 4.1.7
OpenLDAP 2.2.18 (with OpenSSL / Cyrus SASL)

The 'normal' http connections work fine, but if i try to do something like

[url]https://sfire_test02/intranet/index.html[/url] or even
[url]https://sfire_test02/intranet/localstuff/tests/test.php?topic=1[/url]

i get either NOTHING or - depending on the OS / Browser combination - an error msg.

Can anyone help?

- bluenote
User avatar
bluenote
Forum Commoner
Posts: 93
Joined: Sat Mar 01, 2003 4:59 am
Location: Heidelberg, Germany

Post by bluenote »

TOO DAMN STUPID 8O

well if everything would be so simple like doing

Code: Select all

/etc/init.d/apachectl startssl
Life would be much easier ....
Post Reply