Skip to main content

All Questions

Tagged with
0 votes
1 answer
171 views

installed homebrew openssl library not found when building MongoDb PHP driver on Mac

Similar to this questioner, due to a 502 Bad Gateway error, following the PHP docs I am attempting to build the PHP Mongo driver from scratch, using a modified ./config step ./configure --with-mongodb-...
wonder95's user avatar
  • 123
0 votes
0 answers
1k views

[Microsoft][ODBC Driver 17 for SQL Server] SSL Provider: [error:0A000102:SSL routines::unsupported protocol] in PHP Laravel on macOS using Brew

I'm encountering an issue while trying to connect to a SQL Server database using PHP Laravel on macOS with Brew. I'm receiving the following error message: [Microsoft][ODBC Driver 17 for SQL Server] ...
Ainz Ooal Gown's user avatar
0 votes
0 answers
439 views

Cannot connect to LDAP server ERRNO=0

I have a php application (apache,redhat with selinux disabled) and I am struggling with ldap configuration. I am trying to connect to a ldap server and I am getting this error in apache logs: ...
el sparrow's user avatar
3 votes
1 answer
28k views

SSL error "unexpected eof while reading" on same server as the originating request

First, I'm aware of the SSL Library Error: error:0A000126:SSL routines::unexpected eof while reading error stemming from OpenSSL 3 reintroducing a feature to prevent truncation attacks. The question I ...
oucil's user avatar
  • 598
0 votes
1 answer
914 views

Building PHP 8.1.8 with open SSL, failing unable to find package. Lambda Layer

I'm trying to build a PHP8.1.8 lambda layer however i was following https://aws.amazon.com/blogs/apn/aws-lambda-custom-runtime-for-php-a-practical-example/ And just using the correct version, so the ...
Martin Barker's user avatar
2 votes
1 answer
2k views

How can I use Ubuntu 22.04 with OpenSSL 3 and PHP sites? Getting errors due to a conflict

I have an Ubuntu 22.04 install and it is using OpenSSL 3. When I put my site on the server, I get this error: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:...
Chris Farrugia's user avatar
1 vote
2 answers
16k views

stream_socket_client(): SSL operation failed with code 1

I've recently upgraded a server from Ubuntu 16.04 to 20.04 and since the upgrade I've been receiving the following error when try to send mail via SMTP or when trying to connect to an S3 bucket with ...
Karl's user avatar
  • 127
1 vote
1 answer
10k views

Certificate problems when sending mail via smtp (tream_socket_enable_crypto(): SSL operation failed with code 1)

I am new on this board. I also posted the issue in the CraftCMS-board, but I think it is more related to this one. I hope it fits in here. I found some similar posts here, but unfortunately, but none ...
Luke's user avatar
  • 111
0 votes
1 answer
761 views

How to install PHP 7.4.3 on CentOS 8?

I need to upgrade to PHP 7.4.3 (from 7.4.14), and I have somehow managed to make no progress after many, many hours. *Needed for MediaWiki, Roundcube and PostfixAdmin. Two questions: Do I have to ...
SKNB's user avatar
  • 125
3 votes
2 answers
4k views

Getting error when installing php in Centos 7.4 OPENSSL_1.0.2

I am trying for a couple of days to install php without any luck. The process which usually takes 2 minutes. I have CentOS 7.4.1708 and Apache 2.4.6. When I install php using yum install php and run ...
drmaa's user avatar
  • 151
-2 votes
1 answer
797 views

After OS update PHP function file_get_contents() cause SSL error

After my regular updates and a reboot of my server I accessed a web page on it and got the following errors: Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: ...
sevynos's user avatar
  • 61
1 vote
1 answer
2k views

Error installing PHP7.1 with apache2 on debian 9

Hello I installed the apache with debian's 9 installation. Then installed php7.0 with apt-get but I need to install php7.1, at first I do $ su $ apt-get purge php7.0 so I downloaded from http://...
Braian Mellor's user avatar
1 vote
0 answers
49 views

Few questions about SSL

I am trying to develop an sslchecker.com analog for testing purposes. I would like to understand few moments: In results we can see "Resolves to" and "hostname". Is "Resolves to" a domain name, for ...
Сергей Илларионов's user avatar
1 vote
0 answers
969 views

PHP to MySQL using SSL

I have a remote MySQL Server that requires me to use SSL for connections. I can connect to it using my terminal. But when I try to connect to it using PHP, I get the following error: SSL3_GET_RECORD:...
Silencer310's user avatar
1 vote
0 answers
744 views

Getting OpenSSL ca.config file to work with PHP?

I did a bunch of searching, but I couldn't find an answer. I'm posting this here because it seems more like an OpenSSL issue rather than a PHP one, although I can use this CA configuration to create ...
Nick's user avatar
  • 4,646

15 30 50 per page