- Moderator
- #31
Great
www.evillabs.sk - work fine with http
www.seeklyrics.com - not work at all
www.hotlyrics.net- not work at all
testLRCFinder.profiler.nl - not work at all
webservices.lyrdb.com - not work at all
lyricwiki.org - change http to ssl but work
www.lyrics007.com - change http to ssl but work
www.lyrics.net - change http to ssl but work
www.lyricsondemand.com - change http to ssl but work
www.lyricsmode.com - change http to ssl but work
www.lyrster.com - work fine with http
shironet.mako.co.il - change http to ssl but work
www.viewlyrics.com- work fine with http
MP 1.22Final add SSL support for Mediaportal AppDomain, https should work, and if not, add one line to the plugin and it should work.
Each link in a separate provider. Edit those that do not work makes no sense. Those that work, you just need to add support for SSL for the .Net 4.0.Where can I edit these URLs?
How do I add one line to the pluginhttps should work, and if not, add one line to the plugin and it should work
Try add lineHow do I add one line to the plugin
// .NET 4.0: Use TLS v1.2. Many download sources no longer support the older and now insecure TLS v1.0/1.1 and SSL v3.
ServicePointManager.SecurityProtocol = (SecurityProtocolType)0xc00;
Sorry @ajs ... I'm not a programmer - can't handle this C# stuff...Code (C#):