0
votes
2answers
104 views

SSL on local sub-domain and sub-sub-domain

I have both local.domain.com and lmarket.local.domain.com pointing to my localhost from etc/hosts. The problem is that I am using XAMPP on Windows 7, and have 2 SSL VirtualHosts in my apache config, ...
-2
votes
1answer
350 views

Give simple explanation how to install ssl on Xampp for Windows? [closed]

I am politely asking for help to learn how to install ssl via xampp on windows. I understand that xampp is not meant for production servers, however in my case it's my only alternative, since this is ...
1
vote
2answers
954 views

SSL error while using virtualhosts (apache + xampp)

I have multiple websites on my Windows Server 2003 vps, running apache2 via xampp. I am using openssl. When I only had SSL enabled on the 1 site (I have 2 active), everything worked fine - but now I ...
0
votes
1answer
1k views

Xampp server Unable to Connect to ssl:// at port 443

i was recentyly testing google spreadsheet api using Zend Framework, but Got this error Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Unable to Connect to ssl://www.google.com:443. ...
0
votes
1answer
73 views

Apache - Self assigned SSL Help

How would I self assign a SSL Cert on Apache (XAMPP) on a Windows 2003 server? I have researched and the farest I got was a broken SSL Cert with "Common name" problem. Post your guide or links here, ...
6
votes
4answers
2k views

Apache configuration with virtual hosts and SSL on a local network

I'm trying to setup my local Apache configuration like so: http://localhost/ should serve ~/ http://development.somedomain.co.nz/ should serve ~/sites/development.somedomain.co.nz/ ...
1
vote
2answers
469 views

How to configure SSL for virtual host

I am having problems setting up SSL in Virtual Hosts. The setup works great on unsecure sites. And I want it to work with SSLEnabled sites. My httpd-vhosts.conf is below: NameVirtualHost 127.0.0.1 ...
1
vote
1answer
900 views

How to configure SSL for virtual host

I am having problems setting up SSL in Virtual Hosts. The setup works great on unsecure sites. And I want it to work with SSLEnabled sites. My httpd-vhosts.conf is below: NameVirtualHost ...
1
vote
4answers
911 views

Multiple SSL Certificates Running on Mac OS X 10.6

I have been running into walls with this for a while, so I posted at stackoverflow, and I was pointed over here... I am attempting to setup multiple IP addresses on Snow Leopard so that I can develop ...