LINKDING
Login
Shared bookmarks
Sort by
Added ↑
Added ↓
Title ↑
Title ↓
Apply
Tags
certificate verify failed (unable to get certificate CRL) (OpenSSL::SSL::SSLError) · Issue #949 · ruby/openssl
https://github.com/ruby/openssl/issues/949#issuecomment-3367944960
The following example fails after installing "OpenSSL 3.6.0": require 'net/http' require 'uri' uri = URI('https://example.com') # Creating a POST request, which is a subclass of Net::HTTPGenericRequest request = Net::HTTP::Post.new(uri) ...
#error
#openssl
#ruby
#ssl
2 weeks ago
|
View
Shared by
ttscoff
Let's Encrypt
https://letsencrypt.org/
A __free__, automated, and open certificate authority from the Internet Security Research Group (ISRG). SSL encryption for everyone, with a CLI that can automatically configure a web server.
#.blogit
#encryption
#ssl
10 years ago
|
View
Shared by
ttscoff
Previous
1
Next
User
Everyone
ttscoff
Apply
Tags
-ssl
.
blogit
e
ncryption
error
o
penssl
r
uby
certificate verify failed (unable to get certificate CRL) (OpenSSL::SSL::SSLError) · Issue #949 · ruby/openssl
https://github.com/ruby/openssl/issues/949#issuecomment-3367944960
Reader mode
Internet Archive
Files
HTML snapshot from 10/29/2025
182.1 KB
View
Tags
#error
#openssl
#ruby
#ssl
Date added
Oct. 29, 2025, 1:06 p.m.
Description
The following example fails after installing "OpenSSL 3.6.0": require 'net/http' require 'uri' uri = URI('https://example.com') # Creating a POST request, which is a subclass of Net::HTTPGenericRequest request = Net::HTTP::Post.new(uri) ...