RE: SSL confusion http works ssl won't

2001-06-08 Thread jorge . jo
ance. Jorge -Original Message- From: McCaffity, Ray [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 02, 2001 9:59 AM To: '[EMAIL PROTECTED]' Cc: [EMAIL PROTECTED] Subject: RE: SSL confusion http works ssl won't You don't have to put both the https and the :443 I

RE: SSL confusion http works ssl won't

2001-06-02 Thread McCaffity, Ray
You don't have to put both the https and the :443 It does the same thing. This might be what is causing the problem? Also it sounds like you need to set up your proxy configuration in your browser. Finally it looks like https://MyServerName.local does not match https://MyServerName.MyCompanyName.

RE: SSL confusion http works ssl won't

2001-06-01 Thread zze-BOGATIRSKY Jeremy apprenti FTRD/DMI/LAN
ok, thanks. It works now. -Message d'origine- De : McCaffity, Ray [mailto:[EMAIL PROTECTED]] Envoye : vendredi 1 juin 2001 15:26 A : '[EMAIL PROTECTED]' Objet : RE: SSL confusion http works ssl won't Don't know why you're getting the error, but as for an

Re: SSL confusion http works ssl won't

2001-06-01 Thread Ted Fines
First off, I removed any apache/mod_ssl/etc. that were installed with rpms, and reinstalled them from the source. I suggest you do that... But to answer your question, locate the httpd.conf file. I don't know where the rpm'ed Apache puts this; it is not the same as the default location if yo

RE: SSL confusion http works ssl won't

2001-06-01 Thread McCaffity, Ray
Don't know why you're getting the error, but as for an easy way to stop and start SSL, if you have a Dynamic (DSO) modules, just comment out the LoadModule line. If you compiled SSL statically into Apache, you can use apachectl start (without SSL) and apachectl startssl (with SSL) apachectl stop