Subscriptions via SSL (https)
If you want to subscribe sites you have to access via SSL (https), you need to enable your system SSL.
Check if PHP can work with SSL
Click
[System Setting] >> 'Diagnostic Runtime Environment' and you will see the system state related to the Fresh Reader.

If 'SSL' value is 'Non-Support', you need to enable PHP SSL option.
Download SSL-enabled PHP (Windows)
Dowload PHP archive from PHP download page.
PHP: Downloads
- PHP5
- PHP4

Save PHP5 zip archive.
(The latest version is 5.2.1 on 3/14/2007.)
Scroll the download page, and then you will find PHP4 download section.

Save PHP5 zip archive.
(The latest version is 4.4.6 on 3/14/2007.)
Install SSL-enabled PHP
Follow the instruction described in PHP: Manual Installation Steps - Manual
Edit php.ini
Uncomment the following line and enable SSL option.
;extension=php_openssl.dll
That's it.


