Plugin Directory

Changeset 2052673


Ignore:
Timestamp:
03/18/2019 01:30:33 PM (7 years ago)
Author:
SecSign
Message:

fixed urls to curl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • secsign/trunk/readme.txt

    r2052662 r2052673  
    8383= Note =
    8484
    85 The SecSign ID WordPress plugin uses the [SecSign ID API](https://github.com/SecSign/secsign-php-api). The API requests from the SecSign ID server a so-called access pass (a session and a pass icon) which must be confirmed on the smartphone. In order to enable the plugin to establish a connection to the SecSign ID server, the curl packet (http://php.net/manual/de/book.curl.php) must be installed for PHP, and the web server on which the WordPress site is running must be able to reach the SecSign ID server under https://httpapi.secsign.com. Otherwise, you have to make changes in the settings for firewall and/or proxy.
     85The SecSign ID WordPress plugin uses the [SecSign ID API](https://github.com/SecSign/secsign-php-api). The API requests from the SecSign ID server a so-called access pass (a session and a pass icon) which must be confirmed on the smartphone. In order to enable the plugin to establish a connection to the SecSign ID server, the curl packet (http://php.net/manual/en/book.curl.php) must be installed for PHP, and the web server on which the WordPress site is running must be able to reach the SecSign ID server under https://httpapi.secsign.com. Otherwise, you have to make changes in the settings for firewall and/or proxy.
    8686
    8787= Add the Login Widget =
     
    150150
    1511511. Please check if you have a firewall or router that might block the connection to httpapi.secsign.com on port 443.
    152 2. Please check that the curl packet (http://php.net/manual/de/book.curl.php) is installed in your PHP installation. If this is not the case you should see a curl error about this in your webserver logs.
     1522. Please check that the curl packet (http://php.net/manual/en/book.curl.php) is installed in your PHP installation. If this is not the case you should see a curl error about this in your webserver logs.
    1531533. Please check if you have another wordpress plugin which might block the connection to our server. There are several wordpress security plugins doing this.
    154154
    155 If you can't find the reason please contact our support at support@secsign.com
     155Please contact us at support@secsign.com if this doesn't help.
    156156
    157157== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.