DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 5th May 2008
mike171562 mike171562 is offline
New User
 
Join Date: May 2008
Posts: 1
Default Apache SSL

I have an apache2 installation on freebsd 6.2. Trying to get SSL going with virtual hosts on a specific IP address, but when I add the IP address:443 directive ssl will not work and firefox give me an Error Code: -12263. It will only work with a <VirtualHost *:443> directive. The ip I am using is assigned to the loopback of the webserver. The normal virtual hosts are setup with a <VirtualHost *:80> directive, I'm wondering if this has something to do with it, any help would be appreciated.


'in httpd.conf'
Include ssl.include





<ssl.include>



Listen 443
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
SSLPassPhraseDialog builtin
SSLSessionCache shmcb:/usr/local/apache/logs/ssl_scache(512000)
SSLSessionCacheTimeout 300
SSLMutex file:/usr/local/apache/logs/ssl_mutex



<VirtualHost *:443> - works
#<VirtualHost 33.33.33.33:443> - doesnt work
#<VirtualHost _default_:443> - works


btw the 33.33 is a dummy IP.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP 5.2.6 and Apache 1.3 dialeight OpenBSD Packages and Ports 1 15th June 2009 03:04 AM
Upgrade Apache 1.3 mod_ssl to Apache 2.2 beandip FreeBSD Ports and Packages 11 26th March 2009 09:12 PM
apache log errors ijk FreeBSD Ports and Packages 4 13th July 2008 03:56 PM
Apache 1.3 vs. 2.2 windependence FreeBSD General 4 16th June 2008 10:10 PM
Apache & PHP themaster FreeBSD General 2 14th June 2008 05:49 PM


All times are GMT. The time now is 08:06 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick