That is the bolt address, i.e. neo4j+s://myhash.databases.neo4j.io and presuming myhash is replaced by some alphanumeric string.
If you launch a browser, Chrome, Firefox, etc and paste https://browser.neo4j.io/ into the URL location field you can then include this neo4j+s://myhash.databases.neo4j.io in the Connect URL on the authentication form so as to connect.
to confirm in your code snippets you are replaceing myhash and myhashfromtheconsole with the actual value? i.e. some alpha numeric string less than 10 characters?
Also any comment on
If you launch a browser, Chrome, Firefox, etc and paste https://browser.neo4j.io/ into the URL location field you can then include this neo4j+s://myhash.databases.neo4j.io in the Connect URL on the authentication form so as to connect.
neo4j+s:// and specifically the +s protocal indicates use a SSL certificate.
neo4j+ssc:// and specifically the +ssc protocal indicates use a self signed certificate.