Error SSL Provider

Questions about Wine on Linux
Locked
lestevam
Newbie
Newbie
Posts: 2
Joined: Thu Feb 23, 2017 10:36 am

Error SSL Provider

Post by lestevam »

I'm trying to use the "dbForge Studio for SQL Server" along with wine. To install dbForce before I had to install the ".NET Framework> 4.5.2". After installation I configured the connection to the servers, however when trying to connect I get the following error message:

A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL
Provider, error: 0 - SSL Provider: )

Would anyone know how to enable SSL or fix this error?

Linux Ubuntu-Gnome
Wine 2.2

Thanks!
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error SSL Provider

Post by dimesio »

lestevam
Newbie
Newbie
Posts: 2
Joined: Thu Feb 23, 2017 10:36 am

Re: Error SSL Provider

Post by lestevam »

I'm sorry for the late reply. Below is the final part of the I retrieved when running the program. It looks like it can not load ntlm_auth whats that? If yes, how can I correct it? Thank you

fixme:shell:URL_ParseUrl failed to parse L"Devart.DbForge.SqlServer"
fixme:shell:URL_ParseUrl failed to parse L"System.Core"
fixme:shell:URL_ParseUrl failed to parse L"Devart.Shell.Common"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:ole:CoGetApartmentType (0xb1bdbf8, 0xb1bdbf4): semi-stub
fixme:ole:CoGetApartmentType (0xb1bdbf8, 0xb1bdbf4): semi-stub
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ole:CLSIDFromProgIDEx L"SQLOLEDB Enumerator",0xa28d6dc: semi-stub
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x106afb10, adapter_idx 0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8X8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
fixme:d3d:resource_access_from_pool Unhandled pool 0x6.
fixme:ras:RasEnumConnectionsW (0x10993a60,0xa08d6a4,0xa08d6a8),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
fixme:ras:RasConnectionNotificationW (0xffffffff,0x678,0x00000003),stub!
fixme:ntdll:EtwEventRegister ({38ed3633-5e3f-5989-bf25-f0b1b3318c9b}, 0x9230de, (nil), 0xe768660) stub.
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
fixme:shell:URL_ParseUrl failed to parse L"SMDiagnostics"
fixme:shell:URL_ParseUrl failed to parse L"System.ServiceModel.Internals"
fixme:shell:URL_ParseUrl failed to parse L"System.Runtime.Serialization"
fixme:ole:CoGetApartmentType (0x851e328, 0x851e324): semi-stub
fixme:d3d:resource_access_from_pool Unhandled pool 0x6.
fixme:ver:GetCurrentPackageId (0xa18a354 (nil)): stub
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x19
fixme:shell:URL_ParseUrl failed to parse L"Devart.Shell.Resources.resources"
fixme:shell:URL_ParseUrl failed to parse L"Devart.Shell.Resources.resources"
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:win:UnregisterPowerSettingNotification (0xdeadbeef): stub
fixme:wtsapi:WTSUnRegisterSessionNotification Stub 0x1500d2
fixme:ole:CoGetApartmentType (0x33fc38, 0x33fc34): semi-stub
fixme:ole:CoGetApartmentType (0xa08df48, 0xa08df44): semi-stub
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ole:Context_CC_ContextCallback (0x1ab0b8/0x1ab0bc)->(0x10161218, 0x2fce204, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
fixme:ole:Context_CC_ContextCallback (0x1ab0b8/0x1ab0bc)->(0x10161218, 0x2fce18c, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
fixme:uiautomation:dummy_Release (0x7c8fff9c): stub
Locked