root-certificate Questions
2
Solved
This relates to DST Root CA X3 Expiration (September 2021)
When searching online for a fix to apply on an older server (Debian 8 in my case) that does call to sites encrypted with letsencrypt with ...
Knucklebone asked 1/10, 2021 at 15:56
4
Solved
I have installed and configured:
an on-premises GitLab Omnibus on ServerA running on HTTPS
an on-premises GitLab-Runner installed as Docker Service in ServerB
ServerA certificate is generate...
Ivory asked 5/11, 2018 at 17:25
1
Solved
I am using certifi python module to verify ssl connections. I looked at the root certificates included in certifi (python2.7/site-packages/certifi/cacert.pem) and some of those certificates have ex...
Community asked 18/12, 2017 at 13:38
1
Solved
I'm currently deploying a .net-core web-api to an docker container on rhel 7.1.
Everything works as expected, but from my application I need to call other services via https and those hosts use ce...
Abject asked 24/5, 2017 at 13:27
2
Solved
The following code reads out the root certificates in macOS.
I just wonder what are the equivalent code in iOS?
https://github.com/HaxeFoundation/hxcpp/blob/7bd5ff3/src/hx/libs/ssl/SSL.cpp#L455-L...
Copyreader asked 24/2, 2017 at 6:50
2
Solved
tl;dr: Using custom CA without adding it to persistent keystore.
I am writing a Java application that should connect to a remote server using HTTPS. The code for the connection is ready, however t...
Repletion asked 29/9, 2015 at 18:32
1
I am using the following code to import a certificate as a trusted root:
#include "stdafx.h"
#include "windows.h"
#include "Cryptuiapi.h"
#pragma comment(lib, "Cryptui.lib")
int _tmain(int argc,...
Hero asked 17/4, 2016 at 5:54
2
Solved
I am trying to setup a secure connection to a java run SSLServerSocket.
I have created my own root CA, and have signed the certificate that the Java SSLServerSocket using this certificate.
I want...
Grained asked 7/10, 2013 at 18:43
3
Solved
I've managed to cross-compile OpenSSL for ARMv6 for use with the Android NDK and get it to run within my application. However, when attempting to establish an HTTPS connection to a well-known host ...
Empathic asked 13/3, 2013 at 1:42
1
© 2022 - 2024 — McMap. All rights reserved.