OpenSSL version not changed after downgrading from 1.0.2g to 1.0.1Fixing nginx 1.4.6 dependency on old openssl version (libssl0.9.8)?Ubuntu 12.04 LTS, openssl 1.0.1-4ubuntu5.16 and CVE-2014-0224openssl 1.0.1 update on 12.04 has broken a curl commandCannot connect client to landscape server: certificate issueSSL from cloudflare not working?How to solve PHP and openssl version difference issue?Ubuntu 16.04 Certificate Authority Not Iniating - OpenSSLHow to upgrade OpenSSL from 1.0.2g to 1.1.0g in Ubuntu and let python recognize the new OpenSSLCA root install issue on Ubuntu 16.04 LTS ServerHow to enable NULL SSL Ciphers?

What (else) happened July 1st 1858 in London?

Invariance of results when scaling explanatory variables in logistic regression, is there a proof?

Can I use my Chinese passport to enter China after I acquired another citizenship?

In Star Trek IV, why did the Bounty go back to a time when whales were already rare?

What is the opposite of 'gravitas'?

How to color a zone in Tikz

Giant Toughroad SLR 2 for 200 miles in two days, will it make it?

What if somebody invests in my application?

Simple image editor tool to draw a simple box/rectangle in an existing image

Meta programming: Declare a new struct on the fly

How can a jailer prevent the Forge Cleric's Artisan's Blessing from being used?

Lifted its hind leg on or lifted its hind leg towards?

Can a malicious addon access internet history and such in chrome/firefox?

Simple recursive Sudoku solver

Proof of Lemma: Every integer can be written as a product of primes

Is there enough fresh water in the world to eradicate the drinking water crisis?

I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?

Greatest common substring

What was required to accept "troll"?

Is it okay / does it make sense for another player to join a running game of Munchkin?

Is exact Kanji stroke length important?

Can a Bard use an arcane focus?

How do ultrasonic sensors differentiate between transmitted and received signals?

How can I raise concerns with a new DM about XP splitting?



OpenSSL version not changed after downgrading from 1.0.2g to 1.0.1


Fixing nginx 1.4.6 dependency on old openssl version (libssl0.9.8)?Ubuntu 12.04 LTS, openssl 1.0.1-4ubuntu5.16 and CVE-2014-0224openssl 1.0.1 update on 12.04 has broken a curl commandCannot connect client to landscape server: certificate issueSSL from cloudflare not working?How to solve PHP and openssl version difference issue?Ubuntu 16.04 Certificate Authority Not Iniating - OpenSSLHow to upgrade OpenSSL from 1.0.2g to 1.1.0g in Ubuntu and let python recognize the new OpenSSLCA root install issue on Ubuntu 16.04 LTS ServerHow to enable NULL SSL Ciphers?













0















I'm using ubuntu version of 0.16.04.2 with PHP version of 7.0.33.
Now I'm having trouble connecting on my database which is located on another server. On my code the error says TCP Provider: Error code 0x2746 and I tried to search on this. And the cause of error says is on my Openssl version which is 1.0.2g that I needed to downgrade to 1.0.1. I tried to downgrade my ssl version using:



wget https://launchpad.net/~ubuntu-security/+archive/ubuntu/ppa/+build/7531893/+files/openssl_1.0.1-4ubuntu5.31_amd64.deb



AND



sudo dpkg -i openssl_1.0.1-4ubuntu5.31_amd64.deb



then checking my ssl version says:



OpenSSL 1.0.1 14 Mar 2012 (Library: OpenSSL 1.0.2g 1 Mar 2016)



Still my ssl version is 1.0.2g on my phpinfo



enter image description here










share|improve this question







New contributor




Drenyl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Please provide the output of echo $PATH, which openssl, and whereis openssl.

    – earthmeLon
    3 mins ago















0















I'm using ubuntu version of 0.16.04.2 with PHP version of 7.0.33.
Now I'm having trouble connecting on my database which is located on another server. On my code the error says TCP Provider: Error code 0x2746 and I tried to search on this. And the cause of error says is on my Openssl version which is 1.0.2g that I needed to downgrade to 1.0.1. I tried to downgrade my ssl version using:



wget https://launchpad.net/~ubuntu-security/+archive/ubuntu/ppa/+build/7531893/+files/openssl_1.0.1-4ubuntu5.31_amd64.deb



AND



sudo dpkg -i openssl_1.0.1-4ubuntu5.31_amd64.deb



then checking my ssl version says:



OpenSSL 1.0.1 14 Mar 2012 (Library: OpenSSL 1.0.2g 1 Mar 2016)



Still my ssl version is 1.0.2g on my phpinfo



enter image description here










share|improve this question







New contributor




Drenyl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Please provide the output of echo $PATH, which openssl, and whereis openssl.

    – earthmeLon
    3 mins ago













0












0








0








I'm using ubuntu version of 0.16.04.2 with PHP version of 7.0.33.
Now I'm having trouble connecting on my database which is located on another server. On my code the error says TCP Provider: Error code 0x2746 and I tried to search on this. And the cause of error says is on my Openssl version which is 1.0.2g that I needed to downgrade to 1.0.1. I tried to downgrade my ssl version using:



wget https://launchpad.net/~ubuntu-security/+archive/ubuntu/ppa/+build/7531893/+files/openssl_1.0.1-4ubuntu5.31_amd64.deb



AND



sudo dpkg -i openssl_1.0.1-4ubuntu5.31_amd64.deb



then checking my ssl version says:



OpenSSL 1.0.1 14 Mar 2012 (Library: OpenSSL 1.0.2g 1 Mar 2016)



Still my ssl version is 1.0.2g on my phpinfo



enter image description here










share|improve this question







New contributor




Drenyl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I'm using ubuntu version of 0.16.04.2 with PHP version of 7.0.33.
Now I'm having trouble connecting on my database which is located on another server. On my code the error says TCP Provider: Error code 0x2746 and I tried to search on this. And the cause of error says is on my Openssl version which is 1.0.2g that I needed to downgrade to 1.0.1. I tried to downgrade my ssl version using:



wget https://launchpad.net/~ubuntu-security/+archive/ubuntu/ppa/+build/7531893/+files/openssl_1.0.1-4ubuntu5.31_amd64.deb



AND



sudo dpkg -i openssl_1.0.1-4ubuntu5.31_amd64.deb



then checking my ssl version says:



OpenSSL 1.0.1 14 Mar 2012 (Library: OpenSSL 1.0.2g 1 Mar 2016)



Still my ssl version is 1.0.2g on my phpinfo



enter image description here







ssl






share|improve this question







New contributor




Drenyl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Drenyl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Drenyl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 10 mins ago









DrenylDrenyl

1011




1011




New contributor




Drenyl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Drenyl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Drenyl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Please provide the output of echo $PATH, which openssl, and whereis openssl.

    – earthmeLon
    3 mins ago

















  • Please provide the output of echo $PATH, which openssl, and whereis openssl.

    – earthmeLon
    3 mins ago
















Please provide the output of echo $PATH, which openssl, and whereis openssl.

– earthmeLon
3 mins ago





Please provide the output of echo $PATH, which openssl, and whereis openssl.

– earthmeLon
3 mins ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Drenyl is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1128714%2fopenssl-version-not-changed-after-downgrading-from-1-0-2g-to-1-0-1%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Drenyl is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Drenyl is a new contributor. Be nice, and check out our Code of Conduct.












Drenyl is a new contributor. Be nice, and check out our Code of Conduct.











Drenyl is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1128714%2fopenssl-version-not-changed-after-downgrading-from-1-0-2g-to-1-0-1%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»