I have a docker container that I have changed the Dockerfile from php:7.1-fpm
to php:7.2-fpm
. I have not made any other changes however I am unable to do HTTPS cURLs I am given the following curl error for all HTTPS requests. HTTP works fine.
error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Any ideas?