Displaying 20 results from an estimated 3000 matches similar to: "SSL error in Ruby on Rails Ubuntu"
2012 Oct 11
1
Noob setting up, hitting SSL Errors
I''m a noob puppeteer. I''m following the directions here:
http://shapeshed.com/setting-up-puppet-on-ubuntu-10-04/
I''m running two identical Ubuntu VMs. I can apparently set up the master
ok. But, when I try to connect with an agent I get the following error
from the agent:
Error: Failed to apply catalog: SSL_connect returned=1 errno=0 state=SSLv3
read server
2011 Mar 19
0
Problems with SSL dependent gems OAuth2 & ActiveMerchant
Hello all,
My application uses the OAuth2 gem (0.1.1) to connect to Facebook, and
the ActiveMerchant gem (1.12.0) to connect to PayPal. Under what is the
current Rails/Ruby distribution, both of these gems throw the following
OpenSSL::SSL::SSLError when used:
* SSL_connect returned=1 errno=0 state=SSLv3 read server certificate
B: certificate verify failed
I did some digging, and found two
2013 Aug 29
4
Weird behaviour using ssl connection (OpenSSL::SSL::SSLError)
Hi guys
when I execute the piece of code bellow on RoR console it works fine:
url = URI.parse("https://us1.api.mailchimp.com/2.0/helper/ping")
request = Net::HTTP::Post.new(url.path)
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
request.body = "{\"apikey\": \"myapikey\"}"
response = http.start
2011 Jan 03
4
How to get soap4r to not bother verifying SSL certificate (verify_mode none)?
Using Ruby 1.8.7, Rails 2.3.8. I don''t want it to verify the cert...
This is my backtrace:
OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=SSLv3 read
server certificate B: certificate verify failed):
httpclient (2.1.5.2) lib/httpclient/session.rb:247:in `connect''
httpclient (2.1.5.2) lib/httpclient/session.rb:247:in `ssl_connect''
httpclient
2010 Jan 21
0
Problem in accessing SSL enabled mail server
Hi,
I have two different mail server servers. Both are SSL enabled.
When I try to read mail from my mail box I got following error on 1
machine,
Errno::ECONNREFUSED: Connection refused - connect(2)
from /usr/lib/ruby/1.8/net/smtp.rb:551:in `initialize''
from /usr/lib/ruby/1.8/net/smtp.rb:551:in `open''
from /usr/lib/ruby/1.8/net/smtp.rb:551:in `do_start''
from
2014 Mar 27
1
Asterisk SSL support broken with update from openssl-1.0.0 to 1.0.1e, recompiling does *not* help
I am having an issue that prevents WebSockets over SSL/TLS (or any kind of encrypted HTTP traffic to Asterisk) from working after an openssl library update.
My setup is CentOS 6 x86_64, and initially, with openssl[-devel]-1.0.0-20.el6_2.5.x86_64 . With this openssl versions, https over TCP port 8089 initializes correctly with asterisk-11.7.0. After an upgrade to
2011 Aug 24
0
Odd certificate problem
Hi,
I just upgrade my puppet server from version 2.6.7 to 2.7.3 and now I
can''t connect new clients.
When trying to connect the clients I''m denied with the following error message:
err: Could not request certificate: SSL_connect returned=1 errno=0
state=SSLv3 read server certificate B: certificate verify failed.
This is often because the time is out of sync on the server or
2012 Dec 19
0
(no subject)
hello,
I have a problem, I want to do is get a certificate .p12, I am
implementing the following code:
m= Mechanize.new
m.log = Logger.new "m.log"
m.user_agent_alias = "Mac Safari"
if RbConfig::CONFIG["host_os"] =~ /mingw|mswin/
ca_path = File.expand_path "C:/Users/amdx3/Desktop/cacert.p12"
m.agent.http.ca_file = ca_path
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
2010 Jul 29
0
Certificate Signing Problem
I''m running into certificate signing problem with puppet 0.25.5
Master is running on Ubuntu server 10.04
I think the problem is with the master''s puppetca. After the master
signs the certificate request from the client, there is an error in
the master''s log:
[2010-07-29 15:25:39] ERROR OpenSSL::SSL::SSLError: SSL_accept
returned=1 errno=0 state=SSLv3 read client
2012 Jan 27
2
SSL Errors - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B
Hello, I''m new to puppet and am getting a puppet server setup with
puppet dashboard. I have the puppet server and puppet dashboard
(Apache/Passenger) setup and working well with 60+ test nodes working
as expected. Only problem is that I have this one error in the logs
which I can''t figure out.
Jan 26 17:09:41 ppt01 puppet-agent[27357]: Could not retrieve catalog
from remote
2011 Oct 12
2
tlsv1 alert - unknown ca!
Hi,
I have setup puppet (2.7.5) on 2 different machines on ec2.
Puppet master config
1. Ruby - 1.9.3
2. OS - Amazon linux image
3. runs from root user
Puppet agent config
1. Ruby - 1.9.3
2. OS - centos
3. runs from root user
When i run the agent, it throws an error "unknown ca" (can been seen
in tcpdump/server logs) and closes the SSL connection immediately. I
tried following things
2012 Aug 10
3
SSL issues - certificate verify failed
Hello readers,
I have this little issue that my puppet client refuses to do anything
because of SSL validation errors. Maybe I''ll just post dump of what
happens, that makes it clear I hope. Does anyone have a suggestion why that
might happen? what I already checked:
On the master:
- Puppet and puppetmaster is running
- Something is listening on Port 8140 (although I cannot
2012 Dec 28
3
git push heroku master error
allo vous tous vois l''erreur
Counting objects: 66, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (52/52), done.
Writing objects: 100% (66/66), 26.30 KiB, done.
Total 66 (delta 3), reused 0 (delta 0)
-----> Ruby/Rails app detected
-----> Installing dependencies using Bundler version 1.3.0.pre.2
Running: bundle install --without development:test
2004 May 27
3
Samba Ldap tls/ssl problem
Hi!
I know this should be asked to the Openldap mailing list but:
I?m trying to set up a Samba/ldap environment were the Samba server is separated
from the ldap server. Everything seams to work on the ldap server and when I do
a ldapsearch like this:
ldapsearch -H ldap://l1.dbb.su.se/ -b dc=dbb,dc=su,dc=se ?x
Everything works on both.
But when I do:
ldapsearch -H ldaps://l1.dbb.su.se/ -b
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
Hi ,
I am new to this puppet. I am implementing a network where my cisco switch
will contact the puppet server for getting the configuration.
I tried installing open source puppet and was successful in pushing down
the configurations.
I wanted then to try the same exercise with puppet enterprise 3.1. I
installed puppet enterprise in a different server and changed my puppet
agent (switch) to
2010 Nov 25
1
can't use godaddy SSL cert
Hey list,
I was having a similar SSL/openLDAP problem to this last week. I had
a chance to look at this again today and it still appears to not be
working. I called godaddy and had the last cert cancelled and reissued
as I had mis-typed the name of the CN on the last one.
I am trying to setup a Godaddy turbo SSL certificate with an openLDAP
2.4 server under FreeBSD 8.1. The clients are mainly
2010 Dec 27
2
Error in SSL connection
I experienced minor problem with running LibertyKeeper on Gentoo amd64 2.6.36-kernel
app-emulation/wine-1.3.8 USE="X alsa cups dbus fontconfig gecko gnutls jpeg lcms ldap mp3 ncurses openal opengl oss perl png samba ssl threads truetype win32 win64 xcomposite xinerama xml"
Actually program launch, but I can't connect e.g. login to server. I know exactly what cause a trouble:
Code:
2012 Jan 09
1
Windows, Rails 3.1.3, Omniauth-BrowserID, SSL Erro
One and all, I have scoured the internet high and low tonight and I
can not for the life of me fix this damn problem. I have downloaded
certificates, installed certificates, changed my :ca_path and such as
stated in the documentation for omniauth-facebook for which I thought
would be ok to do with this one. Can anyone point me in the right
direction of how to disable SSL in development mode
2006 Oct 28
0
paypal gem and ssl
In am trying to get IPN working with my rails app. Paypal is calling my
action just fine but in the log after I get the initial post from paypal
I am getting this error: OpenSSL::SSL::SSLError
I assume it is because I am not using ssl and the gem is set to by
default.
Is there a way to disable ssl?
Thanks
--
Posted via http://www.ruby-forum.com/.