SSL Certificate Port 443 error
Posted by: mezia (---.pool1.unallocated-110-192.orangehomedsl.co.uk)
Date: January 27, 2010 02:54AM

I am trying to install SSL Certificate on my server but Apache error log showing me following line

[warn] Init: (*:443) You configured HTTP(80) on the standard HTTPS(443) port!

I tried many things but no luck.

This is my Virtual Host

ServerName *:443
NameVirtualHost *:443

<VirtualHost *:443>

DocumentRoot "c:/wwwroot/secure"
ServerName mydomain.com/secure
ServerAdmin me@localhost
ErrorLog "C:/wamp/bin/apache/Apache2.2.11/logs/error.log"
TransferLog "C:/wamp/bin/apache/Apache2.2.11/logs/access.log"

# SSL Engine Switch:
# Enable/Disable SSL for this virtual host.
#SSLEngine on
</VirtualHost>

ServerName *:80
NameVirtualHost *:80

<VirtualHost *:80>
DocumentRoot "c:/wwwroot/"
ServerName www.mydomain.com
ServerAdmin webmaster@mydomain.com
RewriteEngine On
RewriteOptions Inherit
ErrorLog c:/wamp/logs/apache_error.log
CustomLog c:/wamp/logs/access.log common
</VirtualHost>

Please help me to install SSL Certificate



Edited 1 time(s). Last edit at 01/27/2010 02:57AM by mezia.

Options: ReplyQuote
Re: SSL Certificate Port 443 error
Posted by: yfastud (Moderator)
Date: January 27, 2010 04:28AM


Options: ReplyQuote
Re: SSL Certificate Port 443 error
Posted by: mezia (---.pool1.unallocated-110-192.orangehomedsl.co.uk)
Date: January 27, 2010 06:08PM

Thanks for the link. I can see my SSL CA in address bar. I want to use my SSL for mydomain.com/secure but I have facing two different errors. When I access [www.mydomain.com] it giving me following error

Not Found

The requested URL /secure.css/ was not found on this server.

and when I access [www.mydomain.com] it giving me following error

The connection has timed out

I used following me httpd-ssl.conf

DocumentRoot "c:/wroot/secure"
ServerName mydomain.com/secure:443

Can you please help me where is the problem?

Options: ReplyQuote
Re: SSL Certificate Port 443 error
Posted by: yfastud (Moderator)
Date: January 27, 2010 06:21PM

did you already setup access and dns as well?

to setup access, follow this
[blog.jlbn.net]

to setup dns, follow this
[blog.jlbn.net]

to setup vh, follow this
[blog.jlbn.net]

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: SSL Certificate Port 443 error
Posted by: mezia (---.pool1.unallocated-110-192.orangehomedsl.co.uk)
Date: January 27, 2010 06:32PM

I am working on a live server. People can access my server from internet. Virtual Hosts are working fine on LAN and WAN both. Now I changed my path in Virtual Host in httpd-ssl.conf

<VirtualHost _default_:443>

DocumentRoot "g:/liveroot/vbt9times/sec"
ServerName localhost/sec:443

etc etc.....

<Directory "g:/liveroot/vbt9times/sec">
SSLOptions +StdEnvVars
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>

</VirtualHost>

When I try to access https:// localhost/sec/ I have facing Internal server 500 error and when I try to access http:// localhost/sec/ (without https) its work fine. Please note my 80 Virtual Hosts are working fine without any problem both on LAN and WAN.



Edited 2 time(s). Last edit at 01/27/2010 06:38PM by mezia.

Options: ReplyQuote
Re: SSL Certificate Port 443 error
Posted by: mezia (---.pool1.unallocated-110-192.orangehomedsl.co.uk)
Date: January 27, 2010 06:43PM

[error] [client 127.0.0.1] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

and

RSA server certificate CommonName (CN) `VB' does NOT match server name!?

Options: ReplyQuote
Re: SSL Certificate Port 443 error
Posted by: mezia (---.pool1.unallocated-110-192.orangehomedsl.co.uk)
Date: January 28, 2010 01:35AM

When I changed #SSLVerifyDepth 10 to SSLVerifyDepth 2 now SSL working but still I have facing 500 Internal Server Error. I am trying to access locahost/sec

This is my setting

ServerName *:443

<VirtualHost _default_:443>

DocumentRoot "c:/wwwroot/sec"
ServerName localhost
ServerAdmin webmaster@mydomain.com

Options: ReplyQuote


Sorry, only registered users may post in this forum.