• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

openssl

  1. H

    Question Best Practice for Upgrading OpenSSL on CentOS 7.9 - Obsidian v18.0.54

    I have searched a while and the articles about this are all dated a while ago and I've ended up with little clarity. As I understand it, Plesk Obsidian 18.0.54 supports OpenSSL versions with TLS1.3, but there is no clarity if this support extends to installations on CentOS. My current OpenSSL...
  2. I

    Question OpenSSL update debian 10

    I can't update openssl, I have debian 10 with OpenSSL 1.1.1n 15 Mar 2022
  3. M

    Issue Error openssl_pkey_get_private returning false

    Hello, I've have a problem when I call my Salesforce API, this function "openssl_pkey_get_private" return false. The key is well installed and fully functionnal. The dev who I work with doesn't have this problem on a OVH mutualise server.
  4. I

    Question Updating OS components without breaking Plesk

    I understand Plesk's position is that packages like OpenSSL are a part of the base OS and so not updated by Plesk, but conversely I've been advised it is better not to update the server via yum so that OS updates are in line with Plesk support. So maybe the first question to ask is: Do Plesk...
  5. bkhayes

    Resolved Update Certificate Failure

    Getting an error when trying to renew or change SSL certificates. I've tried the plesk repair sslcerts and tried reverting back in backup manager with no luck. Recently attempted to update openssl to a newer version but am finding that has caused these issues. So I googled this and someone...
  6. learning_curve

    Resolved Plesk PHP 7.2.* OpenSSL Setup

    We don't use the CentOS supplied PHP 5.4.* at all. We (currently) only use PHP 7.2.5 supplied by Plesk on all domains. Not had any issues or problems with it (or PHP 7.1.* in the past either) Nice! However... PHP & OpenSSL :( The supplied PHP 7.2.5 is compiled by Plesk using OpenSSL 1.0.1e-fips...
  7. Dukemaster

    Question Updating special OpenSSL version

    Hi, I've installed ngx_pagespeed by UFHH01' solution. Now I've the problem to update OpenSSL draft-18 to draft 23. In real we have a new 4 days old release. Also Nginx is on 1.13.10 with incredible new features. OpenSSL_1_1_1-pre3 on openssl/openssl Under step 5. of Uwe's tutorial he wrote: cd...
  8. Dukemaster

    Question Update OpenSSL 1.1.1-dev

    Hi at all, I use ngx_pagespeed with an additional Nginx 1.13.8 and OpenSSL 1.1.1-dev by the great tutorial of @UFHH01. We can see there are a lot of changes. So my question is: Is it possible and necessary to actualize/update OpenSSL 1.1.1-dev without effecting the normal build-in/other...
  9. Dukemaster

    Resolved SSL: error:0906D06C:PEM routines:PEM_read_bio:no start line

    Hi, like every sunday a cronjob creating dhparam certificates was successfully done, but the all 4 .pem(s) in /etc/dhparam are empty with 0 byte. nginx -t failed root@server:~# nginx -t nginx: [emerg] PEM_read_bio_DHparams("/etc/dhparam/dhparam4096.pem") failed (SSL: error:0906D06C:PEM...
  10. Servus

    Question Upgrade openssl by vendor

    I would like to upgrade my openssl 1.0.2g release by vendor to actual stable 1.0.2l. apt-cache policy openssl openssl: Installed: 1.0.2g-1ubuntu4.8 Candidate: 1.0.2g-1ubuntu4.8 Version table: *** 1.0.2g-1ubuntu4.8 500 500 http://mirror.eu.oneandone.net/ubuntu/ubuntu...
  11. Servus

    Resolved Failed openssl-1.1.0f upgrade

    Hi at all, Think I made a big mistake. Would be great if you can help me resolving it. Few months ago I installed openssl-1.0.1l in /usr/src/ I thought successfully, but know I'm not sure because I had never run "make test" during installation. Today I wanted to upgrade to openssl-1.1.0f by the...
  12. H

    Resolved Error when updating openssl thought plesk system updates

    Hi. Plesk is showing an update for openssl 1.0.1e-42.el6_7.2 (updates) in the system updates page but when I update it it shows this error: Update failed. 2017-09-03 21:51:10 INFO: pum is called with arguments: ['--update', '--json', '--', 'openssl'] 2017-09-03 21:51:11 INFO: updating...
  13. Dukemaster

    Resolved After OpenSSL upgrade all websites show old version in phpinfo

    Hi at all, After successful upgrade of openssl-1.0.2g to openssl-1.0.2l the old openssl version is displayed in phpinfo of all websites. Over shell/ssh the new OpenSSL version is shown since upgrade. What is wrong and how can I solve the problem? Greets
  14. Servus

    Resolved OpenSSL upgrade problem, please help

    Hello. After upgrading OpenSSL-1.0.2g to OpenSSL-1.0.2l by this help a few errors occured. Information on internet are too different to help in best way. Some give advice to do "apt-get install build-essential" for gcc is missing, but it could damage whole system and is a high risk? Another says...
  15. Inuya5ha

    Resolved How to update OpenSSL on centos 6

    I cannot upgrade to openssl 1.0.2 because the yum update openssl command returns No Packages marked for Update. In order to use HTTP2, openssl 1.0.2 is required. Any ideas how can I upgrade it without breaking anything? There is no KB article on this issue in the Plesk site.Thanks in advance...
  16. X

    Issue Plesk PCI Compliance Resolver - PHPmailer Openssl not working - WHMCS/Wordpress

    Hey guys, Recently used Plesk pci compliance resolver to be sure to make our server compliant to the latest PCI compliance standard.. which means TLSv1 is disabled server wide... in doing this, it seems that Php 5.5 and 5.6 no longer works with phpmailer or smtp emails at all. Emails are no...
  17. A

    Resolved ALPN support for CentOS 6.8

    Hi there, On 30 May 2016 with the 12.5.30 Update 35 in Linux there was added the ALPN (Application-Layer Protocol Negotiation) support for nginx making HTTP/2 available in the Chrome browser. Unfortunately the ALPN support is not available for CentOS 6.8 (update applicable for CentOS 7, RHEL...
  18. 9

    How Rebuilt Nginx To Support OpenSSL 1.0.2 ?

    Hi, I just update OpenSSL using this # cd /usr/src # wget https://www.openssl.org/source/openssl-1.0.2-latest.tar.gz # tar -zxf openssl-1.0.2-latest.tar.gz # cd openssl-1.0.2g # ./config # make # make test # make install # mv /usr/bin/openssl /root/ # ln -s /usr/local/ssl/bin/openssl...
  19. W

    Switching mod_ssl to mod_gnutls on Plesk 12/Ubuntu 10.04

    I have the problem that Ubuntu 10.04 does not natively support openssl higher than version 0.9.8k and I need to enable SHA-256 authentication for interaction with PayPal from the end of this month. I have looked at articles about upgrading mod_ssl to mod_gnutls for apache2 but these are of...
Back
Top