Using A M$ Program that needs SSL

Questions about Wine on Linux
Locked
kilowattradio
Newbie
Newbie
Posts: 1
Joined: Fri Mar 17, 2023 12:45 am

Using A M$ Program that needs SSL

Post by kilowattradio »

I have a email/usenet program called Agent 8 that can use SSL when downloading email and Usenet Messages. For email my ISP requires SSL to access the POP3 server, but for usenet I can skip SSL for downloading messages. I have attempted to download email messages, but I get an error from the Agent 8 program. Is there any special settings I need to make so that SSL can be used in WINE to download email messages? TIA :arrow:
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Using A M$ Program that needs SSL

Post by jkfloris »

Probably there are clues what went wrong in the output of Wine.
Open a terminal and start Agent 8.

Code: Select all

# For example:
cd "${HOME}/.wine/drive_c/Program Files (x86)/Agent"
wine agent.exe
Locked