Manoj Kumar Sehrawat
Manoj Kumar Sehrawat
I don't know how to do it with `apache2`. I just followed the guide that is given on `readme`. I created a `config/private_pub_thin.yml` which has ``` --- port: 4443 ssl:...
@gregmolnar Thanks a lot. Do you have any clue about the last stable version that works smoothly with https?
Its not compatible with `rails 3.2` I guess because it is giving error when I tried `rails g private_pub:install` ``` WARNING: Nokogiri was built against LibXML version 2.8.0, but has...
You are right but I was using `ssl` branch of https://github.com/BinaryMuse/private_pub/tree/ssl because I was having issue with `ssl` https://github.com/BinaryMuse/private_pub/blob/ssl/lib/generators/private_pub/templates/private_pub.yml
I having this issue with `http` too, I think first it is the problem of `apache2` then `https` comes into picture I guess. Any idea about `apache2` configuration?
Thanks buddy, I missed thin in production :)
Got similar error with our CI/CD pileline `java.lang.NumberFormatException: For input string: "17-ea"`
Hey, Facing the same issue, any update on this ?? BTW I am getting this on my terminal ``` Webshot::WebshotError: Capybara error: "Timed out waiting for response to {\"name\":\"visit\",\"args\":[\"http://www.google.com/\"]}. It's...