p5-ssl-tools | various standalone perl scripts | Text Editor library
kandi X-RAY | p5-ssl-tools Summary
kandi X-RAY | p5-ssl-tools Summary
various standalone perl scripts
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of p5-ssl-tools
p5-ssl-tools Key Features
p5-ssl-tools Examples and Code Snippets
Community Discussions
Trending Discussions on p5-ssl-tools
QUESTION
I have a perl code that sends SOAP request through SOAP::Lite like this:
...ANSWER
Answered 2019-Feb-01 at 08:25Here is solution mentioned in comments by Corion and Steffen Ullrich:
Running either:
- https://github.com/noxxi/p5-ssl-tools script analyze-ssl.pl
- perl -MIO::Socket::SSL=debug4 yourscript.pl
displayed same error: SSL connect attempt failed error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed. This pointed me to: telegram bot SSL error: SSL error {error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed} where I found that I too have "Chain issues Incomplete".
After fixing certificate the error is gone.
QUESTION
When I run the following code:
...ANSWER
Answered 2018-Jun-30 at 07:22It should not behave the way you describe and in fact I cannot reproduce your problem with a freshly installed latest Strawberry Perl on Win10, i.e. using the same Perl version you use. Your first code was taken unchanged apart from the destination and using an openssl s_server -www...
as target. It perfectly connects with TLS 1.2 and a packet capture clearly shows TLS 1.2 too.
My guess is that something is messed up with your setup: maybe some older Perl installation still on the system interfering or something similar. This messed up setup is probably specific to how you run your script since running analyze.pl
shows no such problems. Therefore I recommend to actually check inside your script what gets actually used, i.e.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install p5-ssl-tools
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