aman garg

Results 6 comments of aman garg

I am using real ssl certificate in production, but still getting the same error: OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed):

@chrise86 : The problem is same. Certificate is working on website and faye.js also available with secured https protocol but getting error while using PrivatePub.publish_to. The error is still present...

where have you found ca-bundle file. I don't have any ca-bundle file in my certificates directory.

@stevetoza I have "UTNAddTrustServer_CA.crt" file. Is it the same that you are talking about. I have appended its content with crt file, but its not working yet. Any idea ?

I tried the same with postgresql as mentioned below. config/initializes/postgresql_makara_custom_adapter.rb ``` module ActiveRecord module ConnectionAdapters class PostgresqlMakaraCustomAdapter < ::Makara::Proxy def needs_primary?(method_name, args) # Modified this method for testing to always...