Displaying 20 results from an estimated 47 matches for "sslerror".
2013 Aug 29
4
Weird behaviour using ssl connection (OpenSSL::SSL::SSLError)
...ew(url.host, url.port)
http.use_ssl = true
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
request.body = "{\"apikey\": \"myapikey\"}"
response = http.start {|http| http.request(request) }
But when I try to use it on my RoR app I get the following error:
OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=unknown
state: sslv3 alert handshake failure)
Someone know what could be happening?
Thank you all in advance!
Best regards
Paulo
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "...
2013 Dec 12
1
Need help in addressing this error - ERROR OpenSSL::SSL::SSLError: SSL_accept returned=1 errno=0 state=SSLv3 read client certificate A: tlsv1 alert unknown ca
...1a:18:ca:3b:
d8:2c:23:3c:3d:4f:18:e0
[2013-12-12 08:55:39] DEBUG Puppet::Network::HTTP::WEBrickREST is mounted
on /.
[2013-12-12 08:55:39] INFO WEBrick::HTTPServer#start: pid=4808 port=8140
[2013-12-12 08:56:07] DEBUG accept: 10.193.174.147:32849
[2013-12-12 08:56:07] ERROR OpenSSL::SSL::SSLError: SSL_accept returned=1
errno=0 state=SSLv3 read client certificate A: tlsv1 alert unknown ca
/opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/network/http/webrick.rb:34:in
`accept''
/opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/network/http/webrick.rb:34:in
`block (3 levels) in listen...
2007 Dec 25
2
error on restarting
...n receiving this error on my new servers when I try to restart
the puppet.
/etc/init.d/puppet restart
Stopping puppet: [FAILED]
Starting puppet: /usr/lib/ruby/1.8/openssl/ssl.rb:74:in
`post_connection_check'': hostname was not match (OpenSSL::SSL::SSLError)
from /usr/lib/ruby/1.8/net/https.rb:183:in `on_connect''
from /usr/lib/ruby/1.8/net/http.rb:433:in `do_start''
from /usr/lib/ruby/1.8/net/http.rb:425:in `start''
from /usr/lib/site_ruby/1.8/puppet/network/xmlrpc/client.rb:128:in
`start'...
2011 Jul 25
6
puppetmaster SSL_Read
Seeing ''SSL_read'' errors being logged by puppetmaster. Anyone know
what causes these or how to correct? They''re sporadic, not happening
all the time or on all puppet runs.
/var/log/puppet/masterhttp.log
[2011-07-25 10:00:10] ERROR OpenSSL::SSL::SSLError: SSL_read::
internal error
/var/log/messages
Jul 25 10:00:10 cmd-box puppet-master[22572]: SSL_read:: internal
error
Thanks
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups...
2012 May 09
1
tlsv1 alert unknown ca
Dear all,
I see this error message in my *masterhttp.log* repeatedly:
ERROR OpenSSL::SSL::SSLError: SSL_accept returned=1 errno=0 state=SSLv3
> read client certificate A: tlsv1 alert unknown ca
>
I saw a similar mail in the list but there was no definitive answer to that
post. Does anyone know what am I missing here? I do understand what *unknown
ca* means but I can''t think...
2007 Dec 06
2
Branch testing setup
...er /var/lib/puppet and pointed the test server to
that stuff. However, when I try to connect to the test server from a
client (puppetd --test --noop --masterport 8141), i get an openssl
error:
/usr/lib/ruby/1.8/net/http.rb:586:in `connect'': certificate verify
failed (OpenSSL::SSL::SSLError)
I''ve checked with openssl s_client and both the servers are passing
the same info. Is there something I''m overlooking?
2013 Jan 08
6
Fwd: HOW TO USE SSL IN SAVON
HI All,
I want to consume the SOAP apis using SSL in the SAVON gem, but I am facing
the below error while trying to access the soap services.
client = Savon.client(wsdl: "https://xxx?WSDL")
client.operations
HTTPI GET request to xxxxx (curb)
HTTPI::SSLError: Curl::Err::SSLPeerCertificateError
In the Savon site <http://savonrb.com/version2.html#globals-ssl> I found
that options to pass the SSL certificate file, but I didin''t understand it,
since why do we need to have the ssl certificate to consume the API? Also
let me know the way to c...
2010 Jun 08
2
Could not retrieve catalog from remote server: undefined method `closed?' for nil:NilClass
...pet claims not to
exists actually does exists so it must be a bogus error message.
If I start ruby in debug mode and puppet in test the error message is
different:
~# /usr/local/bin/ruby --debug /usr/local/sbin/puppetd --server
puppet.kit.no --rundir /var/run/puppet --test
Exception `OpenSSL::SSL::SSLError'' at /usr/local/lib/ruby/1.8/openssl/
ssl.rb:123 - hostname was not match with the server certificate
Exception `NoMethodError'' at /usr/local/lib/ruby/1.8/net/http.rb:1060
- undefined method `closed?'' for nil:NilClass
err: Could not retrieve catalog from remote server: und...
2010 Jun 13
4
internal server error(500) when attempting to sendmail
...when I copy all the files onto the server and attempt to
create a booking, it comes up with the 500 page. The error below if
taken from my server logs:
Please NOte - I have another site which uses the same sendmail
functionality, and i''ve never had a problem.
Any ideas?
OpenSSL::SSL::SSLError (hostname was not match with the server
certificate):
/usr/lib/ruby/1.8/openssl/ssl.rb:123:in `post_connection_check''
/usr/lib/ruby/1.8/net/smtp.rb:582:in `tlsconnect''
/usr/lib/ruby/1.8/net/smtp.rb:562:in `do_start''
/usr/lib/ruby/1.8/net/smtp.rb:525:in `start'...
2009 Jan 20
2
Do I need an SSL certificate to use ActionMailer 2.2.2?
Hi guys - I''m sorry to post about this issue again but after several
days I still cannot get ActionMailer working and I''ve been through
every tutorial/forum looking for the answer.
I know ActionMailer now requires SSL validation, does that mean I need
to purchase an SSL certificate before I can send emails?
If not, is there anyone out there who can help me set up my mailer to
2005 Dec 20
1
Problems w/ Flickr demo
I''m trying to alongside the Flickr demo, and I''m getting the following
error. I''m not sure why, as my code matches up exactly with what''s in
the video. I''d appreciate any help.
RgBJA
-----
OpenSSL::SSL::SSLError in Flickr#search
SSL_CTX_new:: library has no ciphers
RAILS_ROOT: script/../config/..
Application Trace | Framework Trace | Full Trace
/opt/local/lib/ruby/1.8/net/protocols.rb:38:in `new''
/opt/local/lib/ruby/1.8/net/protocols.rb:38:in `initialize''
/opt/local/lib/ruby/1.8/net/htt...
2012 Oct 11
1
Noob setting up, hitting SSL Errors
...urned=1 errno=0 state=SSLv3
read server session ticket A: tlsv1 alert decrypt error
Error: Could not send report: SSL_connect returned=1 errno=0 state=SSLv3
read server session ticket A: tlsv1 alert decrypt error
And I get the following from the masterhttp.log on the master:
ERROR OpenSSL::SSL::SSLError: SSL_accept returned=1 errno=0 state=SSLv3
read client certificate B: no certificate returned
At first I was running ruby 1.9.2 but then read this:
http://projects.puppetlabs.com/issues/9084
I tried to follow the instructions on that post and when that didn''t work I
rvm installed 1.8....
2008 Dec 10
3
How to stop SOAP4R/OpenSSL requiring cert?
...ookup_id
myid=params[:id]
driver =
SOAP::WSDLDriverFactory.new("https://server.com/xxx.wsdl").create_rpc_driver
@p=driver.verifyId(AUTH_TOKEN, PIN, myid)
end
Although this works fine on my local box (with a warning), when deployed
to the staging server I get:
OpenSSL::SSL::SSLError (certificate verify failed):
Can anyone assist me in telling SOAP4R and/or OpenSSL to simply treat
this is a warning rather than an error?
Thanks in advance,
Michael.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message becaus...
2015 Dec 23
1
Calibre installation fails on C7
...;", line 619, in get_tarball_info
File "<string>", line 578, in get_https_resource_securely
File "<string>", line 487, in __init__
File "/usr/lib64/python2.7/httplib.py", line 1182, in __init__
context.load_cert_chain(cert_file, key_file)
ssl.SSLError: [SSL] PEM lib (_ssl.c:2757)
googling for that doesn't turn up much help for Calibre, though similar
(but different) sets of errors turn up in a lot of places. So far I've
not found any of them helpful.
One of them said something about the installed Python packages being
broken in some wa...
2015 Dec 23
2
Calibre installation fails on C7
...8. The latest version is
v2.47.0.
On Tue, December 22, 2015 22:06, Fred Smith wrote:
> Attempting to install latest Calibre on Centos-7, getting:
. . .
> File "/usr/lib64/python2.7/httplib.py", line 1182, in __init__
> context.load_cert_chain(cert_file, key_file)
> ssl.SSLError: [SSL] PEM lib (_ssl.c:2757)
>
>
> Can anybody advise me what this tells me? (other than SOMETHING wrong
> with some certificate...)
The error you are reporting may be due to some misconfiguration of the
certificate chain in the Python libraries. Likely the case if you
recently updat...
2010 Jul 01
1
Interesting "Bad Certificate" Problem
...ction/certificate/client.domain.name
[2010-07-01 13:27:05] client.domain.name - - [01/Jul/2010:13:27:05 PDT] "GET
/production/certificate_revocation_list/ca HTTP/1.1" 200 508
[2010-07-01 13:27:05] - -> /production/certificate_revocation_list/ca
[2010-07-01 13:27:05] ERROR OpenSSL::SSL::SSLError: sslv3 alert bad
certificate
/usr/lib/ruby/site_ruby/1.8/puppet/network/http/webrick.rb:44:in `accept''
/usr/lib/ruby/site_ruby/1.8/puppet/network/http/webrick.rb:44:in `listen''
/usr/lib/ruby/1.8/webrick/server.rb:173:in `call''
/usr/lib/ruby/1.8/webrick/server.rb:173:in `s...
2011 Sep 08
3
Conga problems
...ommunicator.py", line
56, in __init__
self.ss.connect((self.__hostname, self.__port))
File "/usr/lib64/python2.6/ssl.py", line 309, in connect
self.do_handshake()
File "/usr/lib64/python2.6/ssl.py", line 293, in do_handshake
self._sslobj.do_handshake()
SSLError: [Errno 1] _ssl.c:480: error:140770FC:SSL
routines:SSL23_GET_SERVER_HELLO:unknown protocol
When I connect to port 11111 using openssl, I receive
'Clients_SSL_certificate_required' and the connection closes.
Also, netstat reports:
tcp 0 0 :::11111
:::*...
2015 Dec 23
4
Calibre installation fails on C7
...;", line 619, in get_tarball_info
File "<string>", line 578, in get_https_resource_securely
File "<string>", line 487, in __init__
File "/usr/lib64/python2.7/httplib.py", line 1182, in __init__
context.load_cert_chain(cert_file, key_file)
ssl.SSLError: [SSL] PEM lib (_ssl.c:2757)
Can anybody advise me what this tells me? (other than SOMETHING wrong
with some certificate...)
Thanks!
--
---- Fred Smith -- fredex at fcshome.stoneham.ma.us -----------------------------
"For him who is able to keep you from falling and to present you befo...
2005 Dec 19
15
OpenSSL ''no ciphers'' error on OS X when using Net::HTTP
OpenSSL::SSL::SSLError: SSL_CTX_new:: library has no ciphers
This error is thrown whenever I use anything that uses Net::HTTP. OS X
Tiger, ruby 1.8.2 (2004-12-25) [powerpc-darwin8.2.1]
What could it mean?
Joshua Sierles
2007 Nov 28
7
puppetrun failing: "connect'': tlsv1 alert unknown ca"
...master I run puppetrun as root and get
root@plane:/etc/puppet# puppetrun --debug --host planevm1
debug: Parsing /etc/puppet/puppet.conf
debug: Puppet::Network::Client::Runner: defining puppetrunner.run
/usr/lib/ruby/1.8/net/http.rb:586:in `connect'': tlsv1 alert unknown ca
(OpenSSL::SSL::SSLError)
from /usr/lib/ruby/1.8/net/http.rb:586:in `connect''
from /usr/lib/ruby/1.8/net/http.rb:553:in `do_start''
from /usr/lib/ruby/1.8/net/http.rb:548:in `start''
from /usr/lib/ruby/1.8/puppet/network/xmlrpc/client.rb:173:in
''start'...