Access HTTPS/SSL enabled sites

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
matvrix
Newbie
Newbie
Posts: 2
Joined: Thu May 22, 2008 8:48 am

Access HTTPS/SSL enabled sites

Post by matvrix »

After installing IE7 - following - http://wine-review.blogspot.com/2009/02 ... -wine.html wine-1.1.35, cannot access any HTTPS sites.

Any suggestions ?
Gert van den Berg

Access HTTPS/SSL enabled sites

Post by Gert van den Berg »

On Wed, Jan 6, 2010 at 06:14, matvrix <[email protected]> wrote:
After installing IE7 - following - http://wine-review.blogspot.com/2009/02 ... -wine.html wine-1.1.35, cannot access any HTTPS sites.

Any suggestions ?
MAYBE native crypt32 from Windows? (More a guess....) AFAIK Google
Talk not connecting also used to be some kind of HTTPS issue...
matvrix
Newbie
Newbie
Posts: 2
Joined: Thu May 22, 2008 8:48 am

Re: Access HTTPS/SSL enabled sites

Post by matvrix »

Gert van den Berg wrote:On Wed, Jan 6, 2010 at 06:14, matvrix <[email protected]> wrote:
After installing IE7 - following - http://wine-review.blogspot.com/2009/02 ... -wine.html wine-1.1.35, cannot access any HTTPS sites.

Any suggestions ?
MAYBE native crypt32 from Windows? (More a guess....) AFAIK Google
Talk not connecting also used to be some kind of HTTPS issue...
crypt32 has to be "Native, Builtin"
Gert van den Berg

Access HTTPS/SSL enabled sites

Post by Gert van den Berg »

On Wed, Jan 6, 2010 at 08:52, matvrix <[email protected]> wrote:
crypt32 has to be "Native, Builtin"
But if its not included with IE, you need to copy it for Windows,
otherwise the wine buildin gets used...
Schuttwegraeumer
Level 2
Level 2
Posts: 14
Joined: Sat Apr 10, 2010 7:32 am

Re: Access HTTPS/SSL enabled sites

Post by Schuttwegraeumer »

Gert van den Berg wrote:On Wed, Jan 6, 2010 at 08:52, matvrix <[email protected]> wrote:
crypt32 has to be "Native, Builtin"
But if its not included with IE, you need to copy it for Windows,
otherwise the wine buildin gets used...
In /usr/lib/wine is a crypt32.dll.so.
How can I use the crypt32.dll from a windows installation?

I use a Programm that loads at startup a file from the net via https.
Since Ubuntu 10.04, this programm cannot load this file.
the programm is based on a older emule Mod.
Schuttwegraeumer
Level 2
Level 2
Posts: 14
Joined: Sat Apr 10, 2010 7:32 am

Post by Schuttwegraeumer »

I have a crypt32.dll from a Windows 2000.
Overwriting the file in the /usr/lib/wine/* dirs don't work.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Access HTTPS/SSL enabled sites

Post by vitamin »

Schuttwegraeumer wrote:In /usr/lib/wine is a crypt32.dll.so.
How can I use the crypt32.dll from a windows installation?
Copy it to system32 then:

Code: Select all

WINEDLLOVERRIDES=crypt32=n wine myprogram.exe
Schuttwegraeumer
Level 2
Level 2
Posts: 14
Joined: Sat Apr 10, 2010 7:32 am

Re: Access HTTPS/SSL enabled sites

Post by Schuttwegraeumer »

vitamin wrote:
Schuttwegraeumer wrote:In /usr/lib/wine is a crypt32.dll.so.
How can I use the crypt32.dll from a windows installation?
Copy it to system32 then:

Code: Select all

WINEDLLOVERRIDES=crypt32=n wine myprogram.exe
ahm, where shoult i write this line?
I start my windows apps with "wine app.exe" in the term or with rightklick on the exe and choosing "wine" in nautilus.
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

Try running your app in a terminal with that WINEDLLOVERRIDES bit added.
Phatboy
Newbie
Newbie
Posts: 2
Joined: Thu Aug 18, 2011 1:39 am

Post by Phatboy »

I have recently installed zone alarm internet protection an later found out that i was no longer able to access secure sites. I have uninstalled the antivirus and am still getting the same problem. I have tried IE and firefox but they both dont work. I am using a belkin wireless router for a wired pc and wireless network. On the laptop everything is working fine but pc is a problem. iam am running XP.
Locked