Changeset 2052673
- Timestamp:
- 03/18/2019 01:30:33 PM (7 years ago)
- File:
-
- 1 edited
-
secsign/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
secsign/trunk/readme.txt
r2052662 r2052673 83 83 = Note = 84 84 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.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/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. 86 86 87 87 = Add the Login Widget = … … 150 150 151 151 1. 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.152 2. 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. 153 153 3. Please check if you have another wordpress plugin which might block the connection to our server. There are several wordpress security plugins doing this. 154 154 155 If you can't find the reason please contact our support at support@secsign.com 155 Please contact us at support@secsign.com if this doesn't help. 156 156 157 157 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.