I had upgraded to ParseServer 6 and discovered that you can’t reliably whitelist a connection using masterKey (required by Parse Dashboard)
masterKeyIps: [’::/0’],
But now I’ve backed off to 5.5.5 and ParseDashboard still gives me unable to connect to server There are no errors showing at the Parse Server end.
My app can connect using the same URL and credentials?
Its my Linux machine. When I switch to https on the iOS app I get this…
2023-09-06 19:00:42.227428-0700 OurHangouts[16508:40533358] [boringssl] boringssl_context_handle_fatal_alert(1991) [C30.1.1.1:2][0x11b519530] write alert, level: fatal, description: protocol version
2023-09-06 19:00:42.227556-0700 OurHangouts[16508:40533358] [boringssl] boringssl_context_error_print(1981) [C30.1.1.1:2][0x11b519530] Error: 4753268536:error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER:/Library/Caches/com.apple.xbs/Sources/boringssl_Sim/ssl/tls_record.cc:242:
I nice mod to this error message would be (got version X, expected version Y). but oh well.
I guess I need to get a more recent version of OpenSSL?