ssl installation in virtualmin

9 posts / 0 new
Last post
#1 Thu, 09/11/2014 - 05:31
aryan481

ssl installation in virtualmin

hello.

i want to install ssl in my virtualmin so buy new ssl from comodo

install successfully but still not able to access https:// address with site can anyone help here ??

Thu, 09/11/2014 - 09:15
andreychek

Howdy,

What happens when you try to access the https:// site? Do you receive an error of some kind?

-Eric

Thu, 09/11/2014 - 09:51
aryan481

When i try to access https:// its load page long time and gives white page

Thu, 09/11/2014 - 15:06
aryan481

see attachment file *

Thu, 09/11/2014 - 11:02
andreychek

Howdy,

It sounds like there may be a firewall of some kind blocking access to port 443.

Is your server running a firewall?

Or is there maybe a firewall/router in front of your server that's either blocking that port, or not performing port forwarding?

-Eric

Thu, 09/11/2014 - 11:22
aryan481

no i have no firewall install on server

also i used this code for this:

iptables -A INPUT -p tcp --dport 443 -j ACCEPT
/sbin/service iptables save
iptables -L -v
Thu, 09/11/2014 - 13:14
aryan481

i did check all my setting , everything working fine still not able to connect with https:// address any update ??

Thu, 09/11/2014 - 15:05
aryan481

Hello ,

I solved the above problem , that was CloudFlare which were blocking to connect https:// as they not provide ssl service for free plan ,, after switching off cloudflare its worked !!!

i have a additional question ... site working with https://www.domain.com not with https://domain.com any idea ??

Sun, 09/14/2014 - 11:14 (Reply to #8)
ReArmedHalo

If you switched off cloudflare, it could just be DNS hasn't fully updated yet. I would double check the DNS records exists (A records) and are properly configured.

Topic locked