Kong Community migrations error when using postgres with SSL on Rocky Linux 9
Maybe I’m missing something obvious but I am trying to set up a kong community server which connects to a postgres cluster that has SSL enabled. I have tried all the kong settings but I keep getting the error “Error: attempt to index local ‘ssl’ (a nil value)” when I try to run the migrations. Based on what I see the error is because it tries to get the SSL socket which returns nothing: ” Failed to create SSL object from socket: u.peer.connection.ssl is nil, context: ngx.timer”