NETCON_secure_connect Error

Questions about Wine on macOS.
Locked
schmity
Newbie
Newbie
Posts: 2
Joined: Tue Sep 06, 2011 2:52 pm

NETCON_secure_connect Error

Post by schmity »

First off...hi to everyone. I'm a new mac user but have some limited experience with Linux. I have wine installed on my mac and am attempting my first installation.

I am trying to install RJOVantage on my mac. Here is what happened?

$ wine setup.exe
wine: created the configuration directory '/Users/brentschmidt/.wine'
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x33c534
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:advapi:SetNamedSecurityInfoW L"C:\\windows\\system32\\gecko\\1.0.0\\wine_gecko\\components\\xpti.dat" 1 536870916 0x0 0x0 0x21506c 0x0
fixme:iphlpapi:NotifyAddrChange (Handle 0xa73f518, overlapped 0xa73f520): stub
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:advapi:SetNamedSecurityInfoW L"C:\\windows\\system32\\gecko\\1.0.0\\wine_gecko\\components\\compreg.dat" 1 536870916 0x0 0x0 0x1d60f14 0x0
wine: configuration in '/Users/brentschmidt/.wine' has been updated.
fixme:mscoree:GetRequestedRuntimeInfo ((null), L"v2.0.50727", (null), 0x00000006, 0x00000018, 0x33fc04, 0x00000104, 0x33fb64, 0x33fe0c, 0x00000014, 0x33fb70) stub
fixme:mscoree:GetCORVersion (0x33fe0c, 20, 0x33fb70): semi-stub!
fixme:mscoree:CorExitProcess (1) stub
err:wininet:NETCON_secure_connect couldn't verify the security of the connection, 21
fixme:urlmon:on_progress OnProgress failed: 80004004
fixme:wininet:InternetLockRequestFile STUB
fixme:urlmon:on_progress OnProgress failed: 80004004
fixme:urlmon:on_progress OnProgress failed: 80004004
fixme:urlmon:on_progress OnProgress failed: 80004004
fixme:urlmon:on_progress OnProgress failed: 80004004
schmity
Newbie
Newbie
Posts: 2
Joined: Tue Sep 06, 2011 2:52 pm

Post by schmity »

I'm pretty sure my problem is that the installation is looking for internet explorer. So i tried to install ie6 via winetricks and I get checksum error.


Brent-Schmidts-iMac:ies4linux-2.99.0.1 brentschmidt$ winetricks ie6
Executing w_do_call ie6
Executing load_ie6
Executing mkdir -p /Users/brentschmidt/Library/Caches/winetricks/ie6
------------------------------------------------------
Checksum for /Users/brentschmidt/Library/Caches/winetricks/ie6/ie60.exe did not match, retrying download
------------------------------------------------------
Downloading http://browsers-us.mirrors.zensoft.net/ ... 0/ie60.exe to /Users/brentschmidt/Library/Caches/winetricks/ie6
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
112 338 112 338 0 0 63 0 0:00:05 0:00:05 --:--:-- 104
------------------------------------------------------
Checksum for /Users/brentschmidt/Library/Caches/winetricks/ie6/ie60.exe did not match, retrying download
------------------------------------------------------
Downloading http://browsers-us.mirrors.zensoft.net/ ... 0/ie60.exe to /Users/brentschmidt/Library/Caches/winetricks/ie6
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
112 338 112 338 0 0 185 0 0:00:01 0:00:01 --:--:-- 391
------------------------------------------------------
sha1sum mismatch! Rename /Users/brentschmidt/Library/Caches/winetricks/ie6/ie60.exe and try again.
------------------------------------------------------

I checked and the ie60.exe file does exist in the appropriate directory.
Locked