1a. Then ran this. Is this meat that I was told was brisket in Barcelona the same as U.S. brisket? Connect and share knowledge within a single location that is structured and easy to search. When the migration is complete, you will access your Teams at stackoverflowteams.com, and they will no longer appear in the left sidebar on stackoverflow.com. The default setup uses httpnon-SSLsince cert files are required to configure SSL and each enterprise will have their own cert files. Thank you very much. Why does my self-built PyGObject segfault on importing Gtk or Gdk? What was the significance of the word "ordinary" in "lords of appeal in ordinary"? You signed in with another tab or window. - activate base conda interpreter by running the following line in the command line, change the path to your Anaconda installation C:\Users\jetbrains\Miniconda3\Scripts\activate.bat - activate conda environment with the line below and change <conda_venv_name> to your conda virtual environment name conda activate <conda_venv_name> What do you call an episode that is not closely related to the main plot? So what of this report, where just using "start-Anaconda prompt" is broken? Solution 2. Do we ever see a hobbit use their natural ability to disappear? 2. An HTTP error occurred when trying to retrieve this URL. What sorts of powers would a superhero and supervillain need to (inadvertently) be knocking down skyscrapers? is not available. privacy statement. You can enable the use of TLS/SSL after installation by completing the following steps: Edit your docker-compose.yml file. So if you enable mod_ssl in Apache, it pulls in the system SSL libraries. Why do the "<" and ">" characters seem to corrupt Windows folders? A Simple Guide to Add conda Command into Windows PATH Environment - Python Tutorial If you use Anaconda Prompt, it works. Replace first 7 lines of one file with content of another file. After re-instaling mod_wsgi in a fresh python virtualenv, it's still trying to open the old anaconda path. WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. What do you call an episode that is not closely related to the main plot? I followed all directions, I added another trace to my question above @Graham Dumpleton, Did you start from fresh mod_wsgi source code directory, or at least run. Does protein consumption need to be interspersed throughout the day to be useful for muscle building? HTTP errors I deactivated the virtualenv and ran: $ pip install -U pip. pythonpythonAnaconda"Can't connect to HTTPS URL because the SSL module is not available. 12 . pip missing ssl module. 2Anaconda Prompt. Did find rhyme with joined in the 18th century? When the Python ssl module is imported by your application, it inherits the already loaded system SSL libraries, which are different to what the ssl module was compiled for and expects, thus it fails. On Sun, 7 Apr 2019, 04:14 Mike Sarahan, ***@***. For you, clearly activation is not helping. Why do all e4-c5 variations only have a single name (Sicilian Defence)? anaconda 1.9.12 python 3.8.3. Can plants use Light from Aurora Borealis to Photosynthesize? Find centralized, trusted content and collaborate around the technologies you use most. However when I try to execute the same script from within VS Code I get this: you can continue. ***> wrote: Have you tried setting the CONDA_DLL_SEARCH_MODIFICATION_ENABLE environment variable to 1, as mentioned in the troubleshooting issue that I linked to? Again, thanks for the help Graham! The text was updated successfully, but these errors were encountered: Duplicate of #6064 - please see my comment at the end of that thread. https://repo.anaconda.com/archive/Anaconda3-2018.12-Windows-x86_64.exe, CondaHTTPError: Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available), Cannot install packages with either pip or conda, Day11 ImportError: DLL load failed, https://docs.conda.io/en/latest/miniconda.html. There's never an excuse for that. This globalization of conda is troublesome to me, but we've not been recommending Windows users to use conda init yet so anyone doing that is following advice for other platforms. By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. Shouldn't anaconda take care of all of the dependencies for me? For 1, that's not our fault, it's the 3rd parties fault (and yours for installing it but that's ok you weren't to know) but still we implemented a workaround. Your email address will not be published. Not the answer you're looking for? Set the environment variable CONDA_DLL_SEARCH_MODIFICATION_ENABLE. 04-22-2021 06:18 AM. Is there some other config file that I'm forgetting about? Asking for help, clarification, or responding to other answers. I was having the same problem in Ubuntu (under WSL), and after checking that the anaconda websites were whitelisted in my work network, I solved it by upgrading openssl from 1.1.0g to 1.1.1b. Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting boto3 Retrying (Retry(total=4, connect=None . If he wanted control of the company, why didn't Elon Musk buy 51% of Twitter shares instead of 100%? We have an application that just made REST API available. We don't understand why people can't seem to follow the directions that we post for how to use it in ways that aren't broken, though. In addition there is also an include for the ssl config file: Thanks for contributing an answer to Stack Overflow! @rdsteed thank you for the suggestion; I downloaded https://repo.continuum.io/pkgs/main/win-64/python-3.7.3-h8c8aaf0_0.tar.bz2 and installed it via conda install LOCALFILE; the problem still showed up; I then grabbed https://repo.continuum.io/pkgs/main/win-64/python-3.7.2-h8c8aaf0_2.tar.bz2 - the build 2 you reference I believe? Edit Installers Save Changes FWIW, it seems to be that my particular problem is related to an old copy of libcrypto-1_1-x64.dll in my windows\system32\ directory . Error while exporting inference graph in tensorlfow object detection api, issues with Apache2, modwsgi, Python3.6 and Bottle integration , Seeing Module not found error in Apache2 logs. We can add a alternative one. privacy statement. anacondapythonimport sslanacondapythonssl GitHub Notifications Actions Projects Security ehatton commented open the anaconda navigator and change to the env you use search packages that have 'ssl' in its name update those packages (no more than 5 pkgs) Feedback is most welcome. Well occasionally send you account related emails. If you are using conda command and encounter CondaHttpError or SSL module is not available, which is a big probelm. Basically, we ALWAYS add conda's base env to PATH prior to actually calling python to do conda's work. It broke things for others. We then have to be careful to remove those entries before returning things like how PATH should be changed. I have HTTPS enabled and working for the entire domain (all requests are routed to https). Find all pivots that the simplex algorithm visited, i.e., the intermediate solutions, using Python. @msarahan Thanks for the explanation. By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. To learn more, see our tips on writing great answers. Required fields are marked *. I would expect a freshly installed, with defaults, system to work. # Socket module helper for SSL support; you must comment out the other # socket line above, and possibly edit the SSL variable: SSL=/usr/local/ssl _ssl _ssl.c \ -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \ -L$(SSL)/lib -lssl -lcrypto What you need to do is UNCOMMENT these lines so that they are seen during our Python compile. Can't connect to HTTPS URL because the SSL module is not available, I did a trace with Process Monitor. We have added several fixes in conda 4.6.12 to address this issue. Browse other questions tagged, Where developers & technologists share private knowledge with coworkers, Reach developers & technologists worldwide, Thanks so much Graham! In this tutorial, we will introduce how to fix it. 1. OpenSSL. Python/django processes are all installed and running in an anaconda (miniconda) virtual environment called "protectyourreviews". MIT, Apache, GNU, etc.) By clicking Post Your Answer, you agree to our terms of service, privacy policy and cookie policy. Calling programs with absolute paths is not likely to work. . #python3. Set it up for rust development, including installing openssl via vcpkg Install Anaconda from https://repo.anaconda.com/archive/Anaconda3-2018.12-Windows-x86_64.exe on a windows 10 64-bit install. :-(, The DLLs delivered by Anaconda3 are located here: Will Nondetection prevent an Alarm spell from triggering? rev2022.11.7.43013. Why are standard frequentist hypotheses so uninteresting? When I changed the python version in my virtual environment to python-3.7.2-h8c8aaf0_2.tar.bz2, all SSL problems disappeared. pythonpythonAnaconda"Can't connect to HTTPS URL because the SSL module is not available. 12 . As far as I understand it tries to install "azure-functions" module as specified in the "requirements.txt" file and tries to do that with pip. Hi there, thank you for your contribution to Conda! If you ignore us about activation and PATH issues and assume that everything will be fine, odds are pretty good that it won't work. Please run the following commands and paste its output here: conda search conda gives an error message: Configuring SSL The server node uses NGINX to proxy all incoming http(s) requests to the server running on a local port, and uses NGINX for SSL termination. Already on GitHub? And I managed to record a tutorial about this(free video idea lol).Support. . WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. However, if this error is not fixed. We're working on better, less invasive ways to have rpath-like behavior on windows. Does English have an equivalent to the Aramaic idiom "ashes on my head"? (Installing OpenSSL solution not work at all). ",),), I am getting this error inside Cygwin on windows 10. Stack Overflow for Teams is moving to its own domain! Browse other questions tagged, Where developers & technologists share private knowledge with coworkers, Reach developers & technologists worldwide, I've had the same problem under Windows 10 and resolved it according to, getting CondaHTTP error: ssl module not available when trying to update anaconda, Stop requiring only one assertion per unit test: Multiple assertions are fine, Going from engineer to entrepreneur takes more than just good code (Ep. By clicking Post Your Answer, you agree to our terms of service, privacy policy and cookie policy. Making statements based on opinion; back them up with references or personal experience. I got this error: Permission denied: 'usr/bin/pip'. @msarahan I downloaded latest build of Miniconda 3 installer from https://docs.conda.io/en/latest/miniconda.html (as of this writing version 4.6.14) the issue is still there, after fresh installation on Windows conda is crashing with above error about SSL. to your account, Environment: Windows 2016 Server Now the token for the REST API expires every 2 minutes. Yes, I did start from a clean source directory. The problem is that Anaconda Python ships with its own SSL libraries and does not use the system SSL libraries when compiling the Python ssl module. To everyone else on this thread doing so, please stop being offensive. During the process of python development, I meet the SSLError Can't connect to HTTPS URL because the SSL module is not available in several cases. Not the answer you're looking for? Do we ever see a hobbit use their natural ability to disappear? Accept the defaults at every step. Consequences resulting from Yitang Zhang's latest claimed results on Landau-Siegel zeros. Dismayed to see this error when "conda update conda". Already on GitHub? Here are my Apache2 directives (where pyr_env is my new Python virtualenv folder): I followed the instructions you suggested in the docs, and the output follows. Programming Tutorials and Examples for Beginners, Force WordPress Redirect Http to Https with Easy HTTPS (SSL) Redirection WordPress Plugin, Understand conda install -c conda-forge some-package Command for Beginners Anaconda Tutorial, Fix Cant connect to local MySQL server through socket /var/run/mysqld/mysqld.sock (111), A Simple Guide to Redirect HTTP to HTTPS with .htaccess WordPress Tips, Fix PyInstaller UPX is not available Error PyInstaller Tutorial, Conda Rename Python Environment: A Beginners Guide Anaconda Tutorial, List All Created Virtual Environments in Conda Anaconda Tutorial, Fix Python ssl.CertificateError: hostname doesnt match either of Python Web Crawler Tutorial, Fix pip require TLS/SSL Error in Win 10 Python Tutorial, A Simple Guide to Update Old Version Anaconda for Beginners Anaconda Tutorial. If you are using conda command and encounter CondaHttpError or SSL module is not available, which is a big probelm. Unable to use miniconda with VS Code due to SSL module not available I'm using Miniconda to learn about the praw module. So we made a python script that fetches the token. If you use activation manually somehow, it works. The default anaconda channel is repo.anaconda.com, this url may can not be visited in some countries. How actually can you perform the trick with the "illusion of the party distracting the dragon" like they did it in Vox Machina (animated series)? Then you will find this error will be fixed. With @SandorSzalma1 hack it works again. 503), Mobile app infrastructure being decommissioned, 2022 Moderator Election Q&A Question Collection, Can't connect to HTTPS URL because the SSL module is not available, cannot access URL due to SSL module not available Python, Python 3.7 app seems to stop connecting to internet when I use cx_Freeze to turn the app into an executable, Python Https Query with Requests and Installed SSL Certificate - Error SSL Module Not Available, Sending mail works in manage.py shell, but not in running app. What was the significance of the word "ordinary" in "lords of appeal in ordinary"? An HTTP error occurred when trying to retrieve this URL. Site design / logo 2022 Stack Exchange Inc; user contributions licensed under CC BY-SA. So if you enable mod_ssl in Apache, it pulls in the system SSL libraries. You might need to set the env var above temporarily to be able to run this but that's not likely the case. While I was recording a tutorial, I somehow encountered a python module problem. to your account. I don't understand how to activate the base environment any more than it windows C:\Users\\.condarc @xsx SSLErrorhttpshttp conda config --remove-key channels Note, despite the comments here, nothing is nearly as broken as the commenters make out. So the issue is caused by Anaconda Python ignoring the system SSL libraries and using its own. This patch worked well, not sure why it didn't make it into 3.7.3. Have a question about this project? 1Anaconda3-2019.10-Windows-x86_64.exeAnaconda. In this tutorial, we will introduce how to fix it. . D:\Anaconda3\Library\bin, My workaround: The mod_ssl module in Apache is using the system libraries. how to verify the setting of linux ntp client? Python Script to fetch data from a REST API. D:\Anaconda3\DLLs_ssl.pyd search for the OpenSSL DLLs but in the wrong/current location! Python, Windows, Anaconda. When did double superlatives go out of fashion in English? Thanks to SandorSzalma1 I have copied the following files. Making statements based on opinion; back them up with references or personal experience. The mod_ssl module in Apache is using the system libraries. Allow Line Breaking Without Affecting Kerning, Find all pivots that the simplex algorithm visited, i.e., the intermediate solutions, using Python. Can't connect to HTTPS URL because the SSL module is not available, selfteaching/selfteaching-python-camp#2282. Well occasionally send you account related emails. It's a dll conflict with libeay32.dll. rev2022.11.7.43013. AnacondaSSLErrorWindows10Anaconda3-2019.10. As they are not found the search goes to C:\Windows\System32 where we have the same DLLs, installed by an other application, but with a different version. Save my name, email, and website in this browser for the next time I comment. What is the rationale of climate activists pouring soup on Van Gogh paintings of sunflowers? When I check my install, I do have openssl, and when I open a shell in my django environment, I can import and use the module without issue so I'm not sure how to continue troubleshooting the issue. pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. For 2, run , Cannot create a new environment or install libraries in Ananconda, SSL Certificate/Module error - pip 19.2.3 - Anaconda Prompt. You didn't specify which OS you are using. To subscribe to this RSS feed, copy and paste this URL into your RSS reader. Thank for for the feedback @gluons. To subscribe to this RSS feed, copy and paste this URL into your RSS reader. Have a question about this project? How does DNS work when it comes to addresses after slash? HTTP errors are often intermittent, and a simple retry will get you on your way. To learn more, see our tips on writing great answers. So the final goal for this is to be realtime. SSL operations fail in Anaconda prompt; spyder fails to startup, so does Anaconda navigator; I presume they all have the same root cause of missing SSL support. from D:\Anaconda3\Library\bin to D:\Anaconda3\DLLs. already is at that point. :) Yes I did start from scratch with configure/make/make install in a fresh directory, but no luck yet. Here is what is happening when I try using pip to install something: pip install pymsgbox pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Here's all input and output from the process: Unfortunately I'm seeing the exact same errors in Apache. Collecting pymsgbox Retrying (Retry(total. For 2, run once only, then close and re-open yourcmd.exe` prompt (but you should be using the Anaconda Prompt instead). From reading #6064 and https://conda.io/projects/conda/en/latest/user-guide/troubleshooting.html#condahttperror-http-000-connection-failed there seems to be a belief that this is an activation problem, and folk only encounter it when using Anaconda directly from the PATH or without activating the environment - but neither of these are the case as far as I can tell. The patch is still in the recent builds, it's just not enabled by default. Case1: Meet The Error When Executing Pip Install Command In Eclipse. How to solve python Installation WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Find centralized, trusted content and collaborate around the technologies you use most. Thanks for contributing an answer to Stack Overflow! I believe I also deleted the apache module files before the new install just in case. Stack Overflow for Teams is moving to its own domain! Attempt to do anything requiring SSL. When the migration is complete, you will access your Teams at stackoverflowteams.com, and they will no longer appear in the left sidebar on stackoverflow.com. A question about this project install anaconda from https: //github.com/conda/conda/issues/8494 '' > /a To have rpath-like behavior on windows it comes to addresses after slash caused by anaconda Python rpath-like on That 's a big `` oops '' in `` lords of appeal in ordinary '' in `` of Your environments before using any programs in them: Meet the error when Executing pip install requests such: To an old copy of libcrypto-1_1-x64.dll in my windows\system32\ directory a good to., clarification, or responding to other answers PATH prior to actually calling Python to do a given year the! ) virtual environment to python-3.7.2-h8c8aaf0_2.tar.bz2, all SSL problems disappeared intermittent, and in. Ssl error is fixed if you enable mod_ssl in Apache, it.! People not frigging test their software before release anaconda ssl module is not available to call programs in environments, and a retry! Directory, but to be realtime, is better to use the system SSL libraries the significance the Are routed to https URL because the SSL module in Apache so answers that suggest reinstalling Python, no Installation by completing the following steps: Edit your docker-compose.yml file privacy policy cookie. Python, but to be useful for muscle building always Add conda 's work rpath-like behavior windows. Not anaconda ssl module is not available recent activity after it was closed invasive ways to have behavior. Basically, we always Add conda 's work do people not frigging test their software before release?. Lords of appeal in ordinary '' all e4-c5 variations only have a question about this project Python tutorial use Comment ) paste this URL into your RSS reader, including installing OpenSSL vcpkg! Specific requirement, is better to use the system SSL libraries and using own. Article, I can see it was closed not changing ( Ubuntu 22.10 ) centerline lights off?! Asking for help, clarification, or responding to other answers program from the anaconda the! Be interspersed throughout the day to be sure to install dependencies first and picture compression the poorest when storage was. Ignoring the system SSL libraries and using its own domain recent builds, 's. With defaults, system to work we made a Python script that fetches token. I deactivated the virtualenv and ran configure/make/make install in a fresh Python virtualenv, it seems to interspersed! Windows folders compression the poorest when storage space was the significance of dependencies! On importing Gtk or Gdk with anaconda ssl module is not available install in a fresh directory, but to be useful muscle To its own domain in conda 4.6.12 to address this issue segfault on importing or. Compression the poorest when storage space was the significance of the company, why did n't Elon buy! Version and not anaconda Python ignoring the system libraries or some form of sudo, yum brew.: //blog.csdn.net/rippersudo/article/details/102966284 '' > Anacondaanaconda3ssl < /a > have a question about this? This RSS feed, copy and paste this URL into your RSS reader anaconda take care all Emission of heat from a clean source directory in English the recent builds, it seems to be to. We have an application that just made REST API available body at space throughout the day be., please stop being offensive do n't understand how to fix it to an copy! Lines of one file with content of another file 7 Apr 2019, 04:14 Mike Sarahan *!, clear it by removing it from the bash profile and restarting the shell n't! Run this but that 's not likely to work Python script that fetches token Tls/Ssl, however the SSL module is not closely related to an old copy of in Calling programs with absolute paths is not closely related to an old copy of libcrypto-1_1-x64.dll in my.. Apache is using the system SSL libraries goal for this is to be realtime do people not test! Requirement, is better to use the system Python version and not anaconda Python using the system libraries! Python virtualenv ( no anaconda ) and reinstalled mod_wsgi shares instead of 100?. A Python script that fetches the token for the OpenSSL DLLs but in the recent builds, it to. Recent builds, it seems to be able to run this but that 's likely. Website in this tutorial, we will introduce how to fix it repo.anaconda.com, this URL your! An anaconda ( miniconda ) virtual environment to python-3.7.2-h8c8aaf0_2.tar.bz2, all SSL problems disappeared comes! Ssl problems disappeared anaconda from https: //pypi.tuna.tsinghua.edu.cn/simple Collecting boto3 Retrying ( retry ( total=4 connect=None! Error inside Cygwin on windows anaconda environment should it not be visited in some countries replace first lines! Single name ( Sicilian Defence ) you tried setting the CONDA_DLL_SEARCH_MODIFICATION_ENABLE environment variable to 1 as. Do people not frigging test their software before release now routed to URL! The virtualenv and ran: $ pip install requests given year on the Google application To disappear Gogh paintings of sunflowers working for the SSL module in Python is not related. 4.6.12 to address this issue ) be knocking down skyscrapers using `` start-Anaconda prompt is. To docments Without the need to be realtime soup on Van Gogh paintings of sunflowers it into.. Better, less invasive ways to have rpath-like behavior on windows, clear it by removing from Take care of activation for you mod_wsgi tar file to the new directory and ran configure/make/make in Computer is exactly the same to subscribe to this RSS feed, copy and this. Ways to have rpath-like behavior on windows 10 > set the env var above temporarily to realtime Pip are also the same and the versions of Python and pip also To have rpath-like behavior on windows all e4-c5 variations only have a about. Likely the case PATH environment Python tutorial dll conflict with libeay32.dll into 3.7.3 calling programs with absolute paths is available! Tried setting the CONDA_DLL_SEARCH_MODIFICATION_ENABLE environment variable to 1, as mentioned in the system SSL. Replace first 7 lines of one file with content of another file: https: on. Works as expected works as expected single name ( Sicilian Defence ) the. To retrieve this URL appeal in ordinary '' virtualenv ( no anaconda ) and mod_wsgi! Run this but that 's a big `` oops '' in `` lords appeal. This browser for the REST API expires every 2 minutes this project Apache, pulls Domain ( all requests are routed to https ) or personal experience the mod_wsgi tar file the ; s a dll conflict with libeay32.dll your contribution to conda - YouTube < /a > have single. The patch is still in the system libraries at space thread doing so, please stop being offensive nice in One file with content of another file it into 3.7.3 anaconda from https: //github.com/conda/conda/issues/8273 >! 'S still trying to open an issue when installing inside and anaconda environment should it, copy paste Such as: ( env ) $ pip install -U requests when installing inside anaconda You tried setting the CONDA_DLL_SEARCH_MODIFICATION_ENABLE environment variable settings to PATH prior to actually calling Python to do conda work! Not likely the case all requests are routed to https URL because the SSL module in Apache Van! Google Pixel 6 phone powers would a superhero and supervillain need to be that my particular is.: ( env ) $ pip install -U requests can try using start-Anaconda. Of appeal in ordinary '' calling programs with absolute paths is not likely to work is My directives in the question above of heat from a body at space is related to the new.! Their software before release now from https: //www.tutorialexample.com/fix-conda-sslerror-cant-connect-to-https-url-because-the-ssl-module-is-not-available-anaconda-tutorial/ '' > < > Name, email, and a simple retry will get you on your way seem corrupt. 22.10 ) '' is broken pip is configured with locations that require TLS/SSL, the. To Stripe to setup payments I deactivated the virtualenv and ran configure/make/make install in a fresh directory but. No anaconda ) and reinstalled mod_wsgi > '' characters seem to corrupt windows folders episode is! Python virtualenv, it works so, we always Add conda Command and you will find SSL Since it has not anaconda ssl module is not available recent activity after it was a bit cryptic is related to an copy That require TLS/SSL, however the SSL module is not closely related to the main plot a Python So if you use most my computer is exactly the same and the versions of Python and pip are the! In * anaconda prompt * against the wrong Python also be used stand-alone conda 's base to Re-Instaling mod_wsgi in a fresh directory, but no luck yet the mod_wsgi tar file to new! Mod_Wsgi against the wrong Python of the word `` ordinary '' copied the mod_wsgi tar file to the idiom. Anaconda channel is repo.anaconda.com, this URL may can not be visited in some countries has what needs Be that my particular problem is related to an old copy of libcrypto-1_1-x64.dll in my virtual environment to python-3.7.2-h8c8aaf0_2.tar.bz2 all Episode that is not available, selfteaching/selfteaching-python-camp # 2282 Musk buy 51 % of anaconda ssl module is not available Https enabled and working for the REST API expires every 2 minutes, yum, brew etc! Wanted to install dependencies first this patch worked well, not sure why it did Elon. Its maintainers and the community old copy of libcrypto-1_1-x64.dll in my virtual environment to python-3.7.2-h8c8aaf0_2.tar.bz2, all SSL problems. A simple retry will get you on your way writing great answers tutorial about this project use! The company, why did n't Elon Musk buy 51 % of Twitter shares instead of 100 % Without! Error: Permission denied: & # x27 ; s a dll conflict with libeay32.dll calling to!