So, I first started off using Macports to install the stable Wine, which means version 1.2 on Macports. The install "worked", and, I could run iexplore to get to the wine home page. However, when I went to run a program I have from a vendor of ours, it failed. Program downloads files from their site using SSL and they won't give me access directly. The errors is: err:wininet:NETCON_init failed to load symbol X509_STORE_CTX_get_ex_data HttpOpenRequest Error 12157 ERROR_INTERNET_SECURITY_CHANNEL_ERROR So, I figured maybe it was a macports thing, so I tried the devel version. That failed for the same reason. So, I thought let's try this using the built in iexplore. Sure enough, changing to any SSL page provides the same error message, which tells me it isn't something in the specific program I was trying to run. So, I tried the osxwinebuilder, same result. So, I tried the build directly from source (1.3.4) and it also failed for the same reason. So, I have to conclude it is not the compile method as they all yield the same results. It must be something specific to Mac Snow Leopard perhaps? Any thoughts on how I might get this to work?
sfatula <wineforum-user at winehq.org> wrote:>Sent: Oct 7, 2010 7:27 AM >To: wine-users at winehq.org >Subject: [Wine] Mac, SSL does not work > >So, I first started off using Macports to install the stable Wine, which means version 1.2 on Macports. The install "worked", and, I could run iexplore to get to the wine home page. However, when I went to run a program I have from a vendor of ours, it failed. Program downloads files from their site using SSL and they won't give me access directly. > >The errors is: > >err:wininet:NETCON_init failed to load symbol X509_STORE_CTX_get_ex_data >HttpOpenRequest Error 12157 ERROR_INTERNET_SECURITY_CHANNEL_ERROR >File a bug report or update an existing one. You might also want to try using winetricks to install native wininet. James McKenzie
On 10/7/10 8:27 AM, sfatula wrote:> So, I first started off using Macports to install the stable Wine, which means version 1.2 on Macports. The install "worked", and, I could run iexplore to get to the wine home page. However, when I went to run a program I have from a vendor of ours, it failed. Program downloads files from their site using SSL and they won't give me access directly. > > The errors is: > > err:wininet:NETCON_init failed to load symbol X509_STORE_CTX_get_ex_data > HttpOpenRequest Error 12157 ERROR_INTERNET_SECURITY_CHANNEL_ERROR > > Any thoughts on how I might get this to work?$ port installed openssl The following ports are currently installed: openssl @1.0.0a_0+rfc3779+universal (active) $ port variants openssl openssl has the variants: rfc3779: enable RFC 3779: X.509 Extensions for IP Addresses and AS Identifiers universal: Build for multiple architectures $ nm -arch i386 /opt/local/lib/libcrypto.dylib | grep "X509_STORE_CTX_get_ex_data" 000bdc80 T _X509_STORE_CTX_get_ex_data Did you install openssl with the +rfc3779 variant? Chip
Did you actually get this to work.. like on Linux or something that your expecting it to work? I've never had anything but problems getting SSL stuff to work right, theres many ways it can mess up. you might need to use a native crypt32 but I'm not entirely sure.