erlangbureau / jamdb_oracle

Oracle Database driver for Erlang
MIT License
104 stars 48 forks source link

Authentication fails on some Oracle Database 19c nodes #183

Open yastanotheruser opened 5 days ago

yastanotheruser commented 5 days ago

Bisecting from master to 287f584d, I found authentication works by reverting 305c989d. The authentication attempt fails silently in my Elixir app, but using the Erlang modules it looks like the socket closes the connection.

vstavskyi commented 2 days ago

Please try master. Redirect should work now.