Tagged Questions
0
votes
0answers
9 views
Rails refuses to forget code, leaving ssl and initialize method errors
I am noticing a pattern of rails acting as if a line of code is still written once it has been deleted, and I think it may have something to do with changing its defaults too much. I have two ...
0
votes
0answers
22 views
Securing Paypal _cart with ssl
So I'm working on an online shopping web page and am currently trying to secure with SSL the cart submit button into Paypal. That is, I'm using a button following the 143rd railscast (link here), ...
0
votes
1answer
12 views
How can i specify SSL version in curb
I am interacting with an API that requires SSL3.
From the command line I form the request like:
curl -ssl3 -H 'Authorization: Bearer XXXX' https://capi-eval.signnow.com/api/user/documentsv2
With ...
0
votes
2answers
38 views
Too Many Redirects: passenger+nginx SSLRequirement
I have an old rails 2.3 app that I'm in the process of moving to nginx+Passenger (from Apache+Passenger). Nginx is configured for SSL and appears to be functioning correctly, except I am getting ...
0
votes
1answer
34 views
How do I tell my rails form to use https?
I have a rails app and on this particular page (uses SSL) I have a form for created 'posts' and then separate form used for uploading images that belong to the post.
The image form is:
<%= ...
0
votes
1answer
64 views
How to configure SSL termination on Nginx with a Rails application
I get my SSL request through a load balancer which is performing SSL termination and sending the decrypted traffic to my server on port 81.
I'm running Nginx and have setup a listener to the port 81 ...
0
votes
1answer
13 views
Understanding and creating the certificate request & Private Key
So I'm creating an RapidSSL on a Linode VPS for a Ruby on Rails - Spree Application.
I'm very new to SSL and in the documentation it's asking: to put in the name of your server where it says server.
...
0
votes
1answer
29 views
Implicitly trust SSL certificates in iOS app for private API
I'm working on an iOS app with a rails backend, running on a VPS (via my own domain).
My question is: is it insecure to use a self-signed SSL certificate on my server and ignore the warnings from ...
0
votes
1answer
32 views
In development, how can I redirect to https using a self-signed certificate?
How can I redirect www.example.com to https://www.example.com?
I'm doing this in development and I'm using a self-signed certificate. I added config.force_ssl = true in my application.rb and added a ...
0
votes
0answers
31 views
Heroku Internet explorer https
On all of my apps hosted on Heroku many users - in Italy - with Internet Explorer 9 / 10 - are complaining SSL certificate errors when they try to access the app since yesterday.
It's seems that ...
0
votes
2answers
91 views
How to configure Rails with Puma to use SSL?
I am using:
Rails 3.2.13
Puma 1.6.3
Devise 2.2.3
So, I tried googling and looking for an answer, online, however I only found how to start puma using SSL: puma -b ...
0
votes
1answer
90 views
insecure content from soundcloud embed url = http
I'm using the auto_html gem to embed soundcloud urls.
In my chrome javascript console I receive the following error:
The page at about:blank displayed insecure content from http://w.soundcloud.com/
...
1
vote
1answer
37 views
heroku ssl endpoint add cert give internal error, update gives undefined first for nil
My SSL certificate expired, so I followed the directions to create an csr, activate my renewed cert, and cat the key and certs together. From comodo through namecheap. An update now says:
$ ...
0
votes
1answer
45 views
how unsafe is having a non-SSL website? how can I bring more security to my website? [closed]
On my website, I'm working with some advertisers (not Google Adsense) and they have provided me with a script to implement. I had to take off SSL (HTTPS) off of my website because these advertising ...
0
votes
2answers
85 views
issue with website security certificate if non-www? [closed]
I made some recent changes to my rails website to try to fix another security warning popup but after trying to fix that, I get the website security certificate not matching error.
This only happens ...
2
votes
1answer
65 views
Getting a HTTPS connection to work with a local Rails app and nginx?
I have a Ruby on Rails app that I'm running locally. I then run a nginx server locally, too. Now, the connection works fine over HTTP, but when I try to connect over HTTPS, I get the "502 Bad ...
0
votes
1answer
53 views
how to prevent the security warning in Internet Explorer?
I have a ruby on rails website with a security certificate installed for SSL. I don't get any kind of security warnings in other browsers such as Chrome or Firefox, but I get this in IE
Here's a ...
0
votes
2answers
53 views
What does force_ssl do in Rails?
In a previous question I found out that I should be setting nginx ssl termination and not having Rails process encrypted data.
Then why does the following exist?
config.force_ssl = true
I see this ...
0
votes
1answer
70 views
How does Nginx pass SSL encrypted data to a Rails app?
Suppose I have a setup running my Rails app with Unicorn and using Nginx as the reverse proxy. When Nginx is configured to handle SSL does that mean it passes the encrypted data to my Rails app ...
0
votes
0answers
150 views
APN (Grocer Gem) sslv3 alert certificate unknown error
When I send a message I get this error in the sidekiq console,
SSL_connect returned=1 errno=0 state=SSLv3 read finished A: sslv3 alert certificate unknown
I saw a similar error for people using ...
0
votes
1answer
106 views
How to get a verified SSL certificate for local development? [closed]
I have a Ruby on Rails app that uses SSL. I run the server using thin start --ssl. Every time I launch the server and access the app, I get a warning saying that the SSL certificate is not verified. ...
0
votes
2answers
132 views
No data received when running “thin start”
I am using ruby 1.9.3 and rvm. I would like to run a thin server with --ssl option. I read in some answers that running "thin start --ssl" should do the trick.
But in my development environment when I ...
0
votes
0answers
134 views
error when I run 'bundle install' on Windows
I got this error while running bundle install, I'm using Ruby 1.9.3
Fetching source index for https://rubygems.org/
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/net/http.rb:799:in connect': ...
2
votes
0answers
232 views
Issues setting up SSL, keep getting “no valid, non-passphrase-protected keys given” error
I obtained a security certificate on StartSSL.com and followed the steps on Heroku closely. I was given intermediate as well as root certificates.
I tried different methods to chain these files but ...
0
votes
1answer
58 views
SSL Heroku Dnsimple and security error.
I have followed a previous posting on here on getting these three things working together, but I've become stumped.
I'm getting the following error when visiting www.myapp.com in most browsers. This ...
0
votes
3answers
113 views
I have to pay for Custom-domain SSL on Heroku to get rid of the warning signs right? [closed]
I just want to make sure before I go purchase anything.
I have an app on heroku. The URL is myappname.herokuapps.com on cedar stack.
I purchased a custom domain on godady and set up CNAME to make ...
1
vote
1answer
134 views
Using Rapns to send notifications and I am getting an SSL error on Ubuntu and Mac
I am using https://github.com/ileitch/rapns and it's working great with an Android app, but I'm getting SSL certificate errors when I create a iOS app within it. I've followed the guide in the wiki ...
1
vote
3answers
293 views
SSL Error When Making New Rails Project
When I make a new rails project (on Windows) with rails new projectname -d mysql, it creates all the files and then returns this when it tries to perform bundle install:
...
0
votes
3answers
183 views
Unable to install RVM
I follow the website's instructions and call the following from my terminal
Grahams-MacBook-Pro:~ Graham$ \curl -L https://get.rvm.io | bash -s stable --rails
Earlier the site was down, thanks to ...
1
vote
1answer
86 views
Redirecting an old SSL domain to a new one on Heroku (w/ Rails 3)
I've been googling for the past hour on this but can't quite get it nailed down. Perhaps you guys can assist here!
Here's what I'm trying to do:
Old site is:
old.tld
New site is:
new.tld
A ...
0
votes
0answers
26 views
Rails and SSL performance
I'm trying to do some research about SSL.
I'm thinking of implementing an SSL site-wide for a Rails project and wanted to know if I can expect a performance degradation? Or should I
It's hosted on ...
2
votes
0answers
93 views
How can I create a chained certificate using self signed chains of certificate
I am trying to convert my rails application to work as https://. For testing purpose I created a self signed certificate using openssl. I am using nginx as web server. Then I configured the nginx ...
1
vote
1answer
86 views
Heroku SSL EndPoint — update cert gives Internal server error
I have a COMODO wildcard SSL certificate that I am trying to replace my old SSL certificate with.
I followed the guides here:
https://devcenter.heroku.com/articles/ssl-endpoint
...
0
votes
0answers
33 views
Unable to update OpenSSL in order launch localhost in RoR
Receiving error:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
when loading my localhost. I've tried everything here: ...
2
votes
0answers
129 views
Too many redirects error while trying to configure rails application as SSL using nginx and unicorn
I am trying to configure a rails application as SSL using nginx and unicorn.
Am trying to set it up locally. For that I first created a self signed certificate using openssl for nginx. I followed the ...
0
votes
0answers
25 views
Rails app failing for ssl configuration reason
I installed gitorious on my local, everything went fine untill I got this message when trying to access the login page, I got this message
SSL received a record that exceeded the maximum permissible ...
1
vote
2answers
43 views
How to get Google to forget I had an SSL site with Heroku SSL
I have a website, http://www.scubastic.com, which I use as a playground app for Ruby on Rails development and SEO hacking. I have run into an issue that I can not seem to fix on my own and it ...
1
vote
1answer
73 views
HTTPS Displays on Chrome but not Safari
HTTPS Displays on Chrome but not Safari unless I click on another page, and then click back. Then https displays, and I can click it and view the certificate. I installed both the the Webserver ...
2
votes
0answers
353 views
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed on WINDOWS
After launching my server and going to localhost, I get the error:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
Tried the solutions here: ...
0
votes
1answer
228 views
Rails force ssl only on specified controllers
I have a ssl certificate which serves https://secure.mydomain.com. I would like to use ssl only on certain controllers and not throughout my entire application. I have looked online and can't seem to ...
1
vote
0answers
142 views
rails ssl localhost no respond when http request
I want running rails server on localhost:9292 and that's work fine when access with http:// . but, when I access with https:// that's always result this error :
Certificate:
Data:
...
1
vote
1answer
66 views
Ruby on Rails and ssl
Please help to implement ssl
rails version - 3.2.8
I edtited following files:
# Gemfile
gem 'rack-ssl'
# config/application.rb
require 'rack/ssl'
config.middleware.use Rack::SSL
I also tried to ...
1
vote
2answers
82 views
How can I use TinyMCE components with SSL?
I have a Ruby on Rails admin section protected by an SSL certificate. Unfortunately, TinyMCE is loaded from the public/javascripts directory. Because the site is loading an un-encrypted script, all ...
2
votes
1answer
79 views
Untrusted Certs on Heroku
I'm not very learned on ssl and certs in general as I have only recently started "really" working with them and understanding them. I have an issue.
I'm shipping a library for android which connects ...
0
votes
0answers
54 views
github-like authentication for api in rails
I am creating an API that will only be used by specific devices. I'd like to authenticate using a public and private key pair, similarly to the way that github authenticates using SSH.
The scheme I ...
2
votes
0answers
61 views
Rails: Automatically Create & Provision SSL Certificate via API
I'm building a Rails-based website builder as an experiment and am wondering if there's an API for purchasing and provisioning an SSL certificate automatically for a new website via an API. I believe ...
1
vote
1answer
105 views
SSL authentication Rails app
We're trying to set up our rails app to work with SSL. We have it running on passenger on an Apache server. I've set config.force_ssl = true in environments/production.rb. I now get the following ...
0
votes
0answers
53 views
nginx - option for new or already established ssl connection [closed]
I am having a rails server behind nginx and nginx acts as a reverse proxy, and ssl_terminator.
Now I am planning to include a erlang based server behind nginx to handle web socket requests.
so I ...
1
vote
1answer
60 views
heavy RoR app horizontally scaled on AWS needs efficient SSL
I am running a Rails app on the AWS infrastructure using several EC2 instances, a RDS DB, a round robin session-sticky load balancer and Route 53.
The application is serving pages for several domain ...
1
vote
1answer
88 views
How can I have a clean output with thin and ssl?
I use Rails 3.0.x and I have a problem with thin output.
When I use:
rails server thin
Thin displays a list of handled requests, and logs them, almost exactly as webrick does. This is great, ...
