Community Forums
Connect with us on LinkedIn
Community Notice
Ssl
  
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 24
  1. #1
    Member B12Org's Avatar
    Join Date
    Jul 2003
    Location
    Seattle Washington
    Posts
    694

    Default Ssl

    When I install a SSL cert for a domain (self signed), it works fine. However, when I install another one for a new domain, it takes me to the first one. So I now have two https domains, that point to the same one, and I do not know why. When I removed the first one, the second one works fine.

    cPanel.net Support Ticket Number:

  2. #2
    Member
    Join Date
    Jun 2003
    Location
    New York
    Posts
    219

    Default

    Do you have these domains on their own IP's?

    I had this happened to me one time and reallized they where running on the same IP.

    cPanel.net Support Ticket Number:

  3. #3
    Member B12Org's Avatar
    Join Date
    Jul 2003
    Location
    Seattle Washington
    Posts
    694

    Default

    No, they are all shared. Do they need to be on seperate IPs

    cPanel.net Support Ticket Number:

  4. #4
    Member
    Join Date
    Jun 2003
    Location
    New York
    Posts
    219

    Default

    yup! each domain that requires it's own ssl needs to be on a dedicated IP.

    cPanel.net Support Ticket Number:

  5. #5
    Member B12Org's Avatar
    Join Date
    Jul 2003
    Location
    Seattle Washington
    Posts
    694

    Default

    well that sux

    cPanel.net Support Ticket Number:

  6. #6
    Member Robert_'s Avatar
    Join Date
    Apr 2002
    Location
    Arizona
    Posts
    106

    Default

    Im pretty sure you can just use an internal Ip. If that was your concern.

    cPanel.net Support Ticket Number:
    Regards, Robert


  7. #7
    Member B12Org's Avatar
    Join Date
    Jul 2003
    Location
    Seattle Washington
    Posts
    694

    Default

    How would I use a private IP, if I dont have any assigned to me, or could I just set it up some how without buying internal IPs?

    cPanel.net Support Ticket Number:

  8. #8
    Member
    Join Date
    Jun 2003
    Location
    New York
    Posts
    219

    Default

    You could use the alternative by letting your clients use your ssl like https://www.yoursite.com/~username providing you have ssl for your domain.

    cPanel.net Support Ticket Number:

  9. #9
    Member Robert_'s Avatar
    Join Date
    Apr 2002
    Location
    Arizona
    Posts
    106

    Default

    I only have one cert installed on my server but Im pretty sure it will work. Just go to the ip functions area and add an ip like 192.168.0.12 you may need to click on the rebuild ip pool and then go to change sites ip and that should be it.

    cPanel.net Support Ticket Number:
    Regards, Robert


  10. #10
    Member B12Org's Avatar
    Join Date
    Jul 2003
    Location
    Seattle Washington
    Posts
    694

    Default

    Will it let me do that? If I do that, Do I need to manually edit dns zones and httpd.conf, and named.conf and all that good stuff?

    cPanel.net Support Ticket Number:

  11. #11
    Member Robert_'s Avatar
    Join Date
    Apr 2002
    Location
    Arizona
    Posts
    106

    Default

    I guess I forgot - brain damage

    I have done this before. I assigned an internal ip to the site. I also set aside a couple internet accessable ip's for use by resellers and for people wanting an ssl cert. Maybe there is another way to do this but this is the way I did it. You can register multiple domains as nameservers with the same ip's the reason I used a couple of different ip's is because if someone did a ns lookup the other nameserver wouldnt show up. You can probably do it with you ns1 and ns2 ip's if you want.

    I registered mydomain1.com's nameserver using the ip's I set aside ie ns1.mydomain1.com etc.

    then I changed mydomain1.com's to its own nameservers instead of mine ie ns1.myhostsite.com to ns1.mydomain1.com and ns1 etc.

    Then I edited the dns zone appropriately.


    You dont have to use additional web accessable ip's if you dont want to but I would recommend it.

    I hope the above made sense. Its been a while since I did the above but it did work, for me at least.

    cPanel.net Support Ticket Number:
    Regards, Robert


  12. #12
    Member B12Org's Avatar
    Join Date
    Jul 2003
    Location
    Seattle Washington
    Posts
    694

    Default

    Originally posted by Robert_
    I guess I forgot - brain damage

    I have done this before. I assigned an internal ip to the site. I also set aside a couple internet accessable ip's for use by resellers and for people wanting an ssl cert. Maybe there is another way to do this but this is the way I did it. You can register multiple domains as nameservers with the same ip's the reason I used a couple of different ip's is because if someone did a ns lookup the other nameserver wouldnt show up. You can probably do it with you ns1 and ns2 ip's if you want.

    I registered mydomain1.com's nameserver using the ip's I set aside ie ns1.mydomain1.com etc.

    then I changed mydomain1.com's to its own nameservers instead of mine ie ns1.myhostsite.com to ns1.mydomain1.com and ns1 etc.

    Then I edited the dns zone appropriately.


    You dont have to use additional web accessable ip's if you dont want to but I would recommend it.

    I hope the above made sense. Its been a while since I did the above but it did work, for me at least.

    cPanel.net Support Ticket Number:

    Well, I tried adding an internal IP, and setup the a user with it in ssl in whm. I can access the site fine through http but not https, although there is no home page. Would that matter, or would it just give the directory listing. Also, how can I make it so a site ONLY works from ssl?

    cPanel.net Support Ticket Number:

  13. #13
    Member Robert_'s Avatar
    Join Date
    Apr 2002
    Location
    Arizona
    Posts
    106

    Default

    I dont think it matters that there is no index page.


    require ssl

    read this http://www.apache-ssl.org/docs.html#SSLRequireSSL

    cPanel.net Support Ticket Number:

    cPanel.net Support Ticket Number:
    Regards, Robert


  14. #14
    Member B12Org's Avatar
    Join Date
    Jul 2003
    Location
    Seattle Washington
    Posts
    694

    Default

    So, if I edit httpd.conf and put:

    <Directory /some/where/important>
    SSLRequireSSL
    </Directory>


    udner one of the users, that users domain will only take ssl?

    cPanel.net Support Ticket Number:

  15. #15
    Member
    Join Date
    Jun 2003
    Location
    New York
    Posts
    219

    Default

    If you have ssl cert installed on your main account whether it be the server root or if you are a reseller you can only use the cert for what ever account you purchased it for.

    correct me if I am wrong here:
    You can't just go and add an IP to your list unless you have purhcased it from your NOC or whom ever you have purchased or leased the server from.

    To make things simple:
    If you have not any extra IP's than you need to purchase them and have them added.

    In the mean time you can take my first suggestion and use your main address again providing you have ssl cert. installed
    https://www.yoursite.com/~clientusername/

    It will allow your clients to access through ssl thus calling this shared ssl.

    cPanel.net Support Ticket Number:

Similar Threads & Tags
Similar threads

  1. Filed with Developers [Case 48781] cPanel => TLS/SSL Manager => Create Self-Signed SSL limited State field
    By inetbizo in forum Feature Requests for cPanel/WHM
    Replies: 1
    Last Post: 05-18-2011, 01:58 PM
  2. cPanel account SSL not taking over WHM installed SSL
    By carock in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 07-08-2008, 02:36 PM
  3. ssl not working . Going port 2086 work but not 2087(ssl)
    By gundamz in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 05-09-2007, 09:26 AM
  4. SSL problem on Firefox - 'incorrect ssl certificate' dialog box pops up
    By waleron in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 02-26-2007, 09:04 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube