You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you thought of supporting SSL/TLS-encrypted connections? Looks like this is quite easy in PHP, by specifying the right options to the stream_context_create() call.
Another useful thing, particularly on unencrypted connections, would be challenge-response authentication.
The text was updated successfully, but these errors were encountered:
Have you thought of supporting SSL/TLS-encrypted connections? Looks like this is quite easy in PHP, by specifying the right options to the
stream_context_create()
call.Another useful thing, particularly on unencrypted connections, would be
challenge
-response authentication.The text was updated successfully, but these errors were encountered: