osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

OSC and GoDaddy's Starfield SSL - match made in heaven

This is a discussion on OSC and GoDaddy's Starfield SSL - match made in heaven within the osCommerce 2.2 Discussion forums, part of the osCommerce 2.2 Forums category; I want to get some thoughts on this wonderful adventure i've been on for a week now. Everything is fine ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 10-07-2005, 11:15 AM
Lurker
 
Join Date: Sep 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
teriik
Default OSC and GoDaddy's Starfield SSL - match made in heaven

I want to get some thoughts on this wonderful adventure i've been on for a week now. Everything is fine till i sent the credit card info, then OSC loses the SSL connection and thus the credit card processor rejects the connection. So i think, uh oh sounds like a server issue, and i call into godaddy. That begun a whole series of events, with them telling me that my scripts are bad and i need to relative link everything so it can be called in https. so i do it. all of it. and my site starts going into convulsions over the changes. making a long story short, in the end they suddenly discovered that their SSL and OSC has some kind of conflict, and one of their techs who knows OSC (but of course wasn't there to talk to me) wrote a CURL script that fixes the problem. But he didnt know what files it needed to go in, or why exactly the SSL woudln't work without it. not to mention the script was incomplete.

Heres what it is, excluding the $page call of course :
Code:
 // GoDaddy's "solution" to inadequecy
  $ch = curl_init('https://www.sting-away.com/catalog');
  curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
  curl_setopt ($ch, CURLOPT_HTTPPROXYTUNNEL, TRUE); 
  curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); 
  curl_setopt ($ch, CURLOPT_PROXY, 'http://64.202.165.130:3128');
  curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE);

So... If anyone has some experience with any of these factors here, your input would be greatly appreciated, as my site has been down for a week now (investors dont like that, come to find out ).

Thanks for reading this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 10-07-2005, 02:18 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
Default RE: OSC and GoDaddy

Simple solution would to move to another hosting provider...But that really does not solve GoDaddy's problem - does it?

....I have herd problems with GODADDY before with OSC. There is hundeds if not thousands of HOSTING (ISP) provider where osCMax as been installed and work just fine. There is something with GODADDY that they are restricking or is radiaclly different that most other ISP has caused this...problem... (not an 'inadequecy' of OSC - if there was then there would have been hundred of people complaining....).

The main person behind osCMax is a ISP himself.......I don't know curl so I can't comment on the code provided - maybe some one else can....
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 10-08-2005, 04:34 PM
Lurker
 
Join Date: Sep 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
teriik
Default RE: OSC and GoDaddy

you're absolutly right that its godaddy's inadequecy, i have given their tech support hell for the last week over this too. here's a thought: right now, my website is selling 2 versions of 1 product, left and right handed. ive been searching for a simple php order form that gets the customers details, and processes the card. i am not going to abandon OSC, however this would buy me a lot more time to modify OSC to work with godaddy, or find another host. in about 2 months time we will have several more products coming out, so OSC is a definatly in the future of my site. anybody know of a simple php commerce script?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 11-03-2005, 09:57 AM
New Member
 
Join Date: Apr 2005
Posts: 15
Thanks: 1
Thanked 2 Times in 1 Post
Rep Power: 0
zododo
Default RE: OSC and GoDaddy

I got the same situation with Godaddy hosting. I spend almost $100 call them for tech surport and get nothing. Finally, I found the fact that the easier way to deal with this is to leave for a new ISP.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 11-03-2005, 10:43 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,074
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: OSC and GoDaddy

Remember that cheaper and bigger is not always better. If you have custom scripting needs, like osCommerce or some other script, it is often a better buy to spend a little more per month for knowlegeble staff and guaranteed compatibility...

"Fast food hosting" Not very good for your health.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 11-03-2005, 03:48 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
Default RE: OSC and GoDaddy

Some time cheaper and smaller is better too... Smaller run ISP like AABOX (not tring to be'little' Michael/AABOX ) can modify/customize there hosting to suit a customers request - where as the BIGGER ISP may have an attude that this is our policy/server setup/the way we do it....like it or lump it!

I have several websites hosted on a LITTLE ISP (co-located with a great BIG infostructure) - that does not charge more than $70/site (that is per year) - If I need something - it a "SURE no problem", " do this", "wait a few and I will do it for you" or "NO PROBLEM". As for Support - sure there not 50 to 150+ people waiting in the back room if you call - all with the same "canned" or "out of a manual" answer...but if I have a problem they respond!

"Fast food hosting" - is more like "MASS PRODUCED READY TO SERVER DINNERS/HOSTING" AKA: Saralee/Michaleanas/GODADDY HOSTING - Sure looks good on the box - you have to select your flavor before you buy (HOPE it is the correct one) - ZAP in 2 to 7 minites DONE - NOW what it ACTUALLY looks like and taste is much to be desired.....Can't sub/change/or do much to make it better. ONCE you start eating/using it there is no returns. Smaller portions for smaller meals...It does the job-barely.

Now take the local "Family restaurnt" call AABOX.COM... Smaller ISP - have to go out and actually FIND a GOOD one (AABOX is one ...) - as it is not in the "big box" food stores and is not on every other street corner/stop light. You have a wider selection of flavors/costs - can ask of subitutions/changes (at no or minor up charge). Take maybe a bit longer and many cost a bit more. BUT IF YOU DON'T LIKE IT return it back and get something else. You might get large portions for LARGER requirments.

Now a "Personal Chef" is more of a decicated server - it come to where you want it with ANYTHING you want - however can cost that TOO...But that is another story.
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Price Match fuzzyphil osCMax v2 Customization/Mods 1 12-23-2005 10:48 PM
'ERROR: first name and password not match!' But they do?? Nocturnaloner osCMax v1.7 Discussion 1 04-20-2005 03:26 PM
I made a mistake a1designs osCommerce 2.2 Modification Help 1 03-15-2005 03:35 PM
Image folders to match category names digitalbee osCommerce 2.2 Modification Help 0 08-07-2004 12:19 AM
Anyone created penpal and match maker shop? laonux osCommerce 2.2 Modification Help 2 07-23-2003 09:19 AM


All times are GMT -8. The time now is 09:36 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax