Skip to main content

All Questions

Tagged with
1 vote
0 answers
180 views

Support curl tpm2 access like openssl via handles?

What we try to do: We try to use curl to create an https connection to backend by using TPM2 with internal key. The only way sems to use an PKCS11-URI like "pkcs11:model=SLB9670%00;manufacturer=...
TR-eenet's user avatar
0 votes
0 answers
145 views

How to access my website using https 443 port

I have an Ec2 with Ubuntu 22.04 version running my node.js app. I have installed nginx server for reverse proxy which is working fine. I have bought a domain from GoDaddy. Website Hosted on server on ...
Kunal Koli's user avatar
0 votes
0 answers
75 views

Unable to add Digital ID's in Adobe Reader for Pdf Signing. Self signed certificate are created using Openssl version 3.1.3 in windows machine

Unable to add Digital ID's in Adobe Reader for Pdf Signing. Getting error "Could not open digital ID with the password provided. Try again.". We verified the password is correct, but still ...
Arulkumar Palanisamy's user avatar
0 votes
0 answers
509 views

OpenSSL: ConnectionRefusedError: [Errno 111]

I am trying to make the SSL installation of my website and configure its HTTPS settings. I installed Tomcat 8.0.3 on Ubuntu 22.04. The java version is: openjdk version "1.8.0_382" OpenJDK ...
OzanD's user avatar
  • 1
0 votes
0 answers
249 views

How to configure postgresql to use openssl-1.1.1v?

There is a server on ubuntu 22.04 LTS. postgresql version 12.4 and openssl 3.0 are installed (by default). For the project, it was necessary to install openssl version 1.1.1v, which was done according ...
IronSide's user avatar
0 votes
0 answers
217 views

cannot connect to remote sql express server 2012 from ubuntu 22.04

I recently installed ubuntu 22.04 I then installed openssl, unixodbc-dev, freetds, and mssqlodbc18 using apt When I try to connect to a remote SQL Server I get anerror. It is SQL Server Express 2012. ...
Arjun Bhandari's user avatar
0 votes
1 answer
12k views

Setting and Verifying TLS min version in Ubuntu 22.04

I'm trying to figure out how I can verify that I have enforced a specific TLS version. I thought that the command: $ openssl cipher -v -s | grep TLSv1 would suffice, documentation: https://www....
wild_w's user avatar
  • 77
1 vote
1 answer
3k views

How to compile PHP 7.4.33 correctly with OpenSSL 1.1.1 on Ubuntu 22.04

Ubuntu 22.04 includes OpenSSL 3 which is not compatible with PHP 7.4.33. Building PHP 7.4.33 from source in a custom path on Ubuntu 22.04 with SSL support results in SSL operation failed errors when ...
Matt's user avatar
  • 41
4 votes
0 answers
1k views

PHP CURL SSL routines::unsafe legacy renegotiation disabled error

I am using amazon aws with ubuntu 22.04. In my system I have installed OPENSSL version 3 and installed self signed certificate. When I am trying to make a cURL call, it works for some call and shows ...
Shams's user avatar
  • 41
3 votes
1 answer
665 views

Python HTTPS requests slow with openssl 3

I updated from Ubuntu 20.04 to 22.04 and now all my python scripts with HTTPS requests are much slower than before (0.7 sec vs. ~2 sec). import requests import threading import time def req(): r ...
Phil's user avatar
  • 61
1 vote
2 answers
3k views

ubuntu 22.04 sqlcmd can not connect to ms sql server 2016

I have spent several days on google search to find a solution, but no right one. so I post it here. I have 3 VM machines. VM 1: windows server 2012 R2 sp1, 192.168.1.10 sql server 2016, port 1432 sql ...
wenny0501's user avatar
1 vote
0 answers
10k views

[08001][Microsoft][ODBC Driver 18 for SQL Server]TCP Provider: Error code 0x2746 - Ubuntu 22.04

I'm trying to connect to an MS SQL Server 2016 from my ubuntu server 22.04. I've installed the odbc driver following the official MS documentation: https://learn.microsoft.com/en-us/sql/connect/odbc/...
BigLeo's user avatar
  • 7,629
26 votes
11 answers
26k views

Pyenv in Ubuntu 22.04: ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?

Moving to Ubuntu 22 with a fresh install (I have Ubuntu 20 in another partition) and the last piece I need to use it for working it to have pyenv running fine. When trying to pyenv install x.xx.x it ...
Pere Picornell's user avatar
2 votes
1 answer
2k views

Ruby Net/SSH 7.0.1 - Ubuntu 22 / OpenSSL 3 issue

I'm using Ubuntu 22 and OpenSSL 3 Ruby's Net/SSH is not working any longer as soon as I'm trying to connect using private keys. Net::SSH.start X.X.X.X, "root" /.rvm/gems/ruby-3.1.2/gems/net-...
user9114945's user avatar
2 votes
2 answers
3k views

Cannot compile PHP 7.4.30 on Ubuntu 22.04LTS

I have an issue trying to manually compile PHP 7.4.x on Ubuntu Server 22.04LTS. There seems to be a compatibility problem between PHP 7.4 and OpenSSL 3.0 as the php compilation fails with various ...
paj's user avatar
  • 1,177

15 30 50 per page