{"id":15485695,"url":"https://github.com/turtlepod/fx-ssl","last_synced_at":"2025-07-29T06:04:14.836Z","repository":{"id":148965828,"uuid":"49428470","full_name":"turtlepod/fx-ssl","owner":"turtlepod","description":"Simple SSL(HTTPS) WordPress Plugin.","archived":false,"fork":false,"pushed_at":"2018-07-05T03:13:02.000Z","size":17,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T03:34:19.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://genbu.me/plugins/fx-ssl/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/turtlepod.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-11T13:34:46.000Z","updated_at":"2016-01-11T13:50:40.000Z","dependencies_parsed_at":"2023-05-02T23:31:28.106Z","dependency_job_id":null,"html_url":"https://github.com/turtlepod/fx-ssl","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"4cd3a0c01ca573873c7e51e31d1c9f510b8a9b2a"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/turtlepod/fx-ssl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turtlepod%2Ffx-ssl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turtlepod%2Ffx-ssl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turtlepod%2Ffx-ssl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turtlepod%2Ffx-ssl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turtlepod","download_url":"https://codeload.github.com/turtlepod/fx-ssl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turtlepod%2Ffx-ssl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267638676,"owners_count":24119764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T06:02:36.330Z","updated_at":"2025-07-29T06:04:14.809Z","avatar_url":"https://github.com/turtlepod.png","language":"PHP","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=TT23LVNKA3AU2"],"categories":[],"sub_categories":[],"readme":"=== f(x) SSL ===\nContributors: turtlepod\nDonate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=TT23LVNKA3AU2\nTags: private site, members only, protect rss\nRequires at least: 4.0\nTested up to: 4.6\nStable tag: 1.0.0\nLicense: GPLv2 or later\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\n\nSimple SSL(HTTPS) Plugin.\n\n== Description ==\n\n**[f(x) SSL](http://genbu.me/plugins/fx-ssl/)** is a very simple plugin to force your site to use HTTPS.\n\nAfter installation of this plugin, you can enable this in \"Settings \u003e General\" under \"SSL (HTTPS)\" Section.\n\n**Features:**\n\n1. Super simple and easy to use. Only one checkbox.\n1. Clear installation instruction.\n1. Integrate to the WordPress \"General\" Settings seamlessly.\n1. Fix URL in content, widget, etc to use HTTPS to make sure all images, etc loaded properly.\n1. The GPL v2.0 or later license. :) Use it to make something cool.\n1. Support available at [Genbu Media](https://genbu.me/contact-us/).\n\n\n== Installation ==\n\n1. Navigate to \"Plugins \u003e Add New\" Page from your Admin.\n2. To install directly from WordPress.org repository, search the plugin name in the search box and click \"Install Now\" button to install the plugin.\n3. To install from plugin .zip file, click \"Upload Plugin\" button in \"Plugins \u003e Add New\" Screen. Browse the plugin .zip file, and click \"Install Now\" button.\n4. Activate the plugin.\n5. Make sure you have `define( 'FORCE_SSL_ADMIN', true );` in your wp-config.php. For more info, please read [WordPress administration over SSL](https://codex.wordpress.org/Administration_Over_SSL).\n6. Make sure you use HTTPS in \"WordPress Address (URL)\" and \"Site Address (URL)\" option in \"General Settings\".\n7. Navigate to \"Settings \u003e General\" page in \"SSL (HTTPS)\" Section.\n8. Enable the plugin and visit your site front end.\n\n== Frequently Asked Questions ==\n\n= How to get SSL/HTTPS License ? =\n\nIn order to enable access to HTTPS/SSL, you need to have a SSL License and install it in your server. If you don't have one, please consult to your hosting company.\n\n== Screenshots ==\n\n1. Settings\n\n== Changelog ==\n\n= 1.1.0 - 11 Jan 2015 =\n* Update readme.\n* Update Notice.\n* Use get_option() instead of get_bloginfo() to get site url.\n* Use temporary redirect.\n\n= 1.0.0 - 11 Jan 2015 =\n* Init\n\n== Upgrade Notice ==\n\n= 1.0.0 =\ninitial relase.\n\n= 1.0.1 =\nBug Fix.\n\n== Other Notes ==\n\nNotes for developer: \n\n= Github =\n\nDevelopment of this plugin is hosted at [GitHub](https://github.com/turtlepod/fx-ssl). Pull request and bug reports are welcome.\n\n= Options =\n\nThis plugin save the options in single option name: `fx-ssl`.\n\n\n= Hooks =\n\nList of hooks available in this plugin:\n\n**filter:** `fx_ssl_notice_fail` (string)\n\nPlugin activation notice if feature is not supported.\n\n**filter:** `fx_ssl_notice_success` (string)\n\nPlugin activation notice if feature is supported.\n\n**filter:** `fx_ssl_notice_active` (string)\n\nPlugin activation notice if feature is supported and already active.\n\n**filter:** `fx_ssl_settings_section_description` (string)\n\nSettings description.\n\n**filter:** `fx_ssl_fix_url` (string)\n\nIf you need to pass other URL to parse to content, excerpt, text widget, etc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturtlepod%2Ffx-ssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturtlepod%2Ffx-ssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturtlepod%2Ffx-ssl/lists"}