[Dharma] SSL/TLS Support
#1
hello,

is this problem fixed in xbmc dharma that i can use ?auth=tls/ssl in windows now?

i already now that these problems are not in linux beacause of having other liberays.

Thx for help

Swing
Reply
#2
how about you install beta1 and try.....
Reply
#3
A little background on the problem please.
Always read the Kodi online-manual, the FAQ and search the forum before posting.
Do not e-mail Kodi Team members directly asking for support. Read/follow the forum rules (wiki).
For troubleshooting and bug reporting please make sure you read this first.
Reply
#4
i already tried it, but i doesnt work!

i tried 9.10 and now i use beta1


thats what i found in ht logfiles


Code:
DEBUG: Thread 6044 terminating
DEBUG: CGUIMediaWindow::GetDirectory (ftp://xxx:xxxx@xxx:21/?auth=tls/)
DEBUG:   ParentPath = []
DEBUG: FileCurl::Open(08DCF790) ftp://xxx:xxxx@xxx:21/
INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to ftp://xxx:21
DEBUG: ------ Window Init (DialogBusy.xml) ------
DEBUG: Win32DllLoader::Load(ADVAPI32.DLL)
DEBUG: Win32DllLoader::Load(KERNEL32.DLL)
DEBUG: Win32DllLoader::Load(NETAPI32.DLL)
DEBUG: FreeLibrary(NETAPI32.DLL) -> 06CF51F8
DEBUG: Win32DllLoader::Unload NETAPI32.DLL
DEBUG: FreeLibrary(ADVAPI32.DLL) -> 06CF50B8
DEBUG: Win32DllLoader::Unload ADVAPI32.DLL
DEBUG: Win32DllLoader::Load(USER32.DLL)
DEBUG: FreeLibrary(USER32.DLL) -> 06CF50B8
DEBUG: Win32DllLoader::Unload USER32.DLL
DEBUG: FreeLibrary(KERNEL32.DLL) -> 06CF52E8
DEBUG: Win32DllLoader::Unload KERNEL32.DLL
WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 56
ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
DEBUG: FileCurl::Close(08DCF790) ftp://xxx:xxxx@xxx:21/
ERROR: XFILE::CDirectory::GetDirectory - Error getting ftp://xxx:xxxx@xxx:21/?auth=tls/
ERROR: CGUIMediaWindow::GetDirectory(ftp://xxx:xxxx@xxx:21/?auth=tls/) failed
DEBUG: CGUIMediaWindow::GetDirectory ()
DEBUG:   ParentPath = []
Reply
#5
Tried sftp:// URLs?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#6
yes, but it doesnt work, too!

Code:
INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to ftps://xxx
DEBUG: Win32DllLoader::Load(ADVAPI32.DLL)
DEBUG: Win32DllLoader::Load(KERNEL32.DLL)
DEBUG: Win32DllLoader::Load(NETAPI32.DLL)
DEBUG: FreeLibrary(NETAPI32.DLL) -> 067DCA50
DEBUG: Win32DllLoader::Unload NETAPI32.DLL
DEBUG: FreeLibrary(ADVAPI32.DLL) -> 067DCAF0
DEBUG: Win32DllLoader::Unload ADVAPI32.DLL
DEBUG: Win32DllLoader::Load(USER32.DLL)
DEBUG: FreeLibrary(USER32.DLL) -> 067DCAF0
DEBUG: Win32DllLoader::Unload USER32.DLL
DEBUG: FreeLibrary(KERNEL32.DLL) -> 067DCA00
DEBUG: Win32DllLoader::Unload KERNEL32.DLL
WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 67
ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
DEBUG: FileCurl::Close(0018C258) ftps://xxx:xx@xxxx:xx/
ERROR: XFILE::CDirectory::GetDirectory - Error getting ftps://xxx:xx@xxxx:xx/
Reply
#7
swing Wrote:yes, but it doesnt work, too!

Code:
INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to ftps://xxx
DEBUG: Win32DllLoader::Load(ADVAPI32.DLL)
DEBUG: Win32DllLoader::Load(KERNEL32.DLL)
DEBUG: Win32DllLoader::Load(NETAPI32.DLL)
DEBUG: FreeLibrary(NETAPI32.DLL) -> 067DCA50
DEBUG: Win32DllLoader::Unload NETAPI32.DLL
DEBUG: FreeLibrary(ADVAPI32.DLL) -> 067DCAF0
DEBUG: Win32DllLoader::Unload ADVAPI32.DLL
DEBUG: Win32DllLoader::Load(USER32.DLL)
DEBUG: FreeLibrary(USER32.DLL) -> 067DCAF0
DEBUG: Win32DllLoader::Unload USER32.DLL
DEBUG: FreeLibrary(KERNEL32.DLL) -> 067DCA00
DEBUG: Win32DllLoader::Unload KERNEL32.DLL
WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 67
ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
DEBUG: FileCurl::Close(0018C258) ftps://xxx:xx@xxxx:xx/
ERROR: XFILE::CDirectory::GetDirectory - Error getting ftps://xxx:xx@xxxx:xx/
Try SFTP instead of FTPS. That might be a problem? Also, you're sure that your FTP server is set up to require authentication and all that?
Reply
#8
Try..
Code:
ftp://user:pass@host:port?auth=ssl&pasvip=1
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#9
useing sftp doesnt work,too...


it seems that there is no resolution for windows,isnt it.
Reply

Logout Mark Read Team Forum Stats Members Help
[Dharma] SSL/TLS Support0