0

I am trying to Connect to a MySQL Database from Third-Party Programs as mentioned here: http://wiki.dreamhost.com/MySQL (see section: Connect to MySQL Database from Third-Party Programs)

I have uploaded 'sqlbuddy' on another domain (hosted somewhere else) and in dreamhost panel Under the section titled 'Allowable Hosts' I have put that domain name.

When I try to connect to sqlbuddy without https it connects fine (like http://domain.com/sqlbuddy), but when I try to access sqlbuddy over https (like https://doman.com/sqlbuddy) it shows can't connect error.

HeatfanJohn
  • 366
  • 5
  • 14
ehmad11
  • 138
  • 6
  • why downvote, kindly explain – ehmad11 Jul 19 '12 at 02:21
  • I don't know why whoever voted did so, but I can say your question is confusing. What isn't connecting over https, to where? What error do you get when you try? Is this "another domain" hosted on dreamhost or somewhere else? Fix your question and maybe whoever downvoted it will undo it. – DerfK Jul 19 '12 at 02:32
  • i have answered these questions.. – ehmad11 Jul 19 '12 at 02:43

1 Answers1

1

SQLBuddy is a PHP web application. From your question I can see that you are using DreamHost for web hosting and I am going to assume that you are using them to host SQLBuddy. From the DreamHost compare our products web page, the use of SSL requires a dedicated IP address which is optional. Have you have a dedicated IP address with their service? Are you using your own SSL certificate or did you purchase on e from them?

HeatfanJohn
  • 366
  • 5
  • 14
  • My understanding of the question is that `domain.com` is somewhere other than dreamhost, but all of this applies to wherever `domain.com` is. – DerfK Jul 19 '12 at 12:47
  • @DerfK Yes, I see what you mean, he did say that SQLBuddy is hosted outside of DreamHost. – HeatfanJohn Jul 19 '12 at 13:28