You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
The latest version of Mongoid, doesn't seem to do hostname validation on the SSL connections. This opens the SSL connections to man in the middle attacks, thus making the SSL feature almost futile.
The Ruby driver does this and provides options to do so, by taking the option called ssl_verify and ssl_ca_cert which seems to be completely missing in Mongoid 4.x
Is there any way to get this working and do proper hostname validation of the servers?
The text was updated successfully, but these errors were encountered:
The latest version of Mongoid, doesn't seem to do hostname validation on the SSL connections. This opens the SSL connections to man in the middle attacks, thus making the SSL feature almost futile.
The Ruby driver does this and provides options to do so, by taking the option called
ssl_verify
andssl_ca_cert
which seems to be completely missing in Mongoid 4.xIs there any way to get this working and do proper hostname validation of the servers?
The text was updated successfully, but these errors were encountered: