"Save online" doesn't work
As of today MuseScore.com can deal with 3.0 scores.
Currently in Beta "Save online" is disabled, but in the develpment builds the -e option enables it.
Doing that and trying to use "Save online" then though hangs at the Login screen and in the debug output (of a self-built from latest master, using Qt5.12) I see Warning: QSslSocket::connectToHostEncrypted: TLS initialization failed (:0, )
. In the past I got much furter with this, only the upload itself failed (as at that time musescore.com didn't accept 3.0 scores) so I assume this is an issue that needs to get looked at urgently, before enabling "Save online".
Wild guess: Could this be due to TLS 1.0 a) still being used on musscore.com and b) not being supported in Qt 5.12 as being obsolete/insecure? (Would need to try with a Qt 5.9 build, like the current development ones)
Comments
The updated Beta from today has the same issue.
External symptom: a warning/error box shows, "Check your Internet connection"
It is due to muissing the OpenSSL dlls libeay32.dll and ssleay32.dll.
These are part of Qt for MinGW, but not for MSVC
See https://github.com/musescore/MuseScore/pull/4299
Requires those 2 missing DLLs to be made part of dependencies.zip (and twice, for libx8632 and libx64)
Fixed in branch master, commit 71b8774dcf
fix #279023: "Save online" doesn't work
Fixed in branch master, commit d9ccbb168c
Merge pull request #4299 from Jojo-Schmitz/ssl
fix #279023: "Save online" doesn't work
https://musescore.org/en/handbook/developers-handbook/compilation/compi… amended too
Automatically closed -- issue fixed for 2 weeks with no activity.