util-api-test-tool | A tool for testing Valence API | REST library
kandi X-RAY | util-api-test-tool Summary
kandi X-RAY | util-api-test-tool Summary
A tool for testing Valence API calls.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Handles the response
- Create a user context
- Create URL for authentication .
- Create an authenticated URI
- Get base64 hash string
- Get the scheme
- Get the port of the URI .
- Create a security context
util-api-test-tool Key Features
util-api-test-tool Examples and Code Snippets
Community Discussions
Trending Discussions on util-api-test-tool
QUESTION
I am trying to execute the API tool available here:
https://github.com/Brightspace/util-api-test-tool
However, I am getting this error and I not able to solve it:
Error contacting server: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure.
I already updated curl, where I have:
curl 7.62.0 (x86_64-pc-win32) libcurl/7.62.0 OpenSSL/1.1.1 (WinSSL) zlib/1.2.11 brotli/1.0.7 WinIDN libssh2/1.8.0 nghttp2/1.34.0
My configurations are XAMPP 1.7.2 and PHP 5.3. I'm using Windows and netbeans.
I have research for this error and it seems to be very common, but I cannot find the solution for PHP. Any help is a good help.
...ANSWER
Answered 2018-Nov-11 at 15:15sslv3 (which your *ancient* xampp+apache server use) was disabled-by-default in curl version 7.39.0, which means you must add the --sslv3
argument to connect to sslv3-servers since 7.39.0. and as stated in your post, you're using 7.62.0, so add
the --sslv3
argument.
... also, you should consider upgrading your apache installation.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install util-api-test-tool
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page