TNT started using HTTPS URLs! And our old Ruby version (lol 😬) still requires explicit invocation to perform SSL during a request, so requests were failing!
Now, we explicitly build the `Net::HTTPS` object, and turn on `use_ssl` if it's an HTTPS URL! (The shorthand invocation didn't seem to have an option for this, that I could find!)
|
||
|---|---|---|
| .. | ||
| item | ||
| asset_image_conversion_request.rb | ||
| campaign.rb | ||
| closet_group.rb | ||
| closet_hanger.rb | ||
| closet_hanger_observer.rb | ||
| closet_list.rb | ||
| closet_list_observer.rb | ||
| closet_visibility.rb | ||
| color.rb | ||
| contribution.rb | ||
| contribution_observer.rb | ||
| donation.rb | ||
| donation_feature.rb | ||
| fragment_expiration.rb | ||
| fragment_localization.rb | ||
| image.rb | ||
| item.rb | ||
| item_observer.rb | ||
| item_outfit_relationship.rb | ||
| neopets_connection.rb | ||
| neopets_page.rb | ||
| neopets_user.rb | ||
| news_post.rb | ||
| outfit.rb | ||
| outfit_image_update.rb | ||
| outfit_image_uploader.rb | ||
| parent_swf_asset_relationship.rb | ||
| pet.rb | ||
| pet_attribute.rb | ||
| pet_state.rb | ||
| pet_type.rb | ||
| pet_type_observer.rb | ||
| pretty_param.rb | ||
| roulette.rb | ||
| species.rb | ||
| static_resource.rb | ||
| swf_asset.rb | ||
| user.rb | ||
| user_sweeper.rb | ||
| wardrobe_tip.rb | ||
| zone.rb | ||