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?
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
ssl
New contributor
add a comment |
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
ssl
New contributor
Please provide the output ofecho $PATH
,which openssl
, andwhereis openssl
.
– earthmeLon
3 mins ago
add a comment |
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
ssl
New contributor
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
ssl
ssl
New contributor
New contributor
New contributor
asked 10 mins ago
DrenylDrenyl
1011
1011
New contributor
New contributor
Please provide the output ofecho $PATH
,which openssl
, andwhereis openssl
.
– earthmeLon
3 mins ago
add a comment |
Please provide the output ofecho $PATH
,which openssl
, andwhereis 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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Please provide the output of
echo $PATH
,which openssl
, andwhereis openssl
.– earthmeLon
3 mins ago