ssl-certificate Questions

5

Solved

We currently want to start hosting all our assets through AWS S3 and we also want to server everything over https. I understand I can use the Amazon Certificate Manager (ACM) with Cloudfront to ser...
Satisfactory asked 24/2, 2017 at 15:1

4

Solved

I have a JBoss AS7 connecting to AWS and specifically to S3 over the AWS SDK for Java, I have the access and secret keys, and everything runs fine. I use the S3 for various file sharing. The JBoss'...
Lothians asked 22/6, 2020 at 7:31

1

I'm trying to test some features in a production environment, and to achieve this I'm using Google Chrome overrides, that basically allows you to substitute a remote file with a local file. It some...
Jaynes asked 4/2, 2019 at 15:55

3

Solved

This a typical code provided by Dart for a server using Shelf package : import 'dart:io'; import 'package:shelf/shelf.dart'; import 'package:shelf/shelf_io.dart'; import 'package:shelf_router/shel...
Health asked 8/11, 2021 at 16:5

7

I am using python to make a get request to jira cloud rest api to get details of an issue, but getting this SSL verification failed error message, I am using this script import requests import json...
Sellars asked 29/6, 2023 at 7:32

5

Solved

I am consistenly receiving the following error when developing and authenticating locally in Visual Studio: AuthenticationException: The remote certificate is invalid because of errors in the cert...
Moisesmoishe asked 18/8, 2022 at 13:26

5

Solved

Whenever I try and run brew install <app>, such as brew install git, i get the following error: $ brew install git Updating Homebrew... Warning: You are using macOS 10.10. We (and Apple) do n...
Minima asked 6/8, 2020 at 18:19

7

My app is live. It was working fine. But somedays before we changed the certificates(for security purpose) on Server. And Now whenever I tried to run my app. It is giving error: The certificate ...
Crime asked 17/1, 2017 at 6:24

3

I am trying to run a vue-cli project using https. As per the instructions here How to run Vue.js dev serve with https? I've added the https setting to the vue.config.js as per below: module.exports...
Wiggler asked 1/5, 2019 at 13:51

7

Solved

I want to download the SSL certificate from, say https://www.outlook.com, using PowerShell. Is it possible? Could someone help me?
Revealment asked 6/3, 2014 at 19:7

6

I'm new to mobile development and I'm trying to have my .NET Maui app connect to a local ASP.NET Core website (API). I am currently blocked by this exception: System.Net.WebException: 'java.securit...
Squamosal asked 9/2, 2022 at 10:2

5

Solved

Am trying to use AWS-CLI to retrieve aws elasticbeanstalk details, but am getting the following error. Error message: C:\abdul>aws elasticbeanstalk describe-environments --environment-name mye...

7

Solved

Recently, my localhost certificate is expired, I have gone to "sertmgr.msc" remove all localhost certificate and restart the VS and add a new localhost certificate to windows. But when am...
Shod asked 31/10, 2020 at 3:29

8

Solved

C:\Users\casta>curl https://c5.ppy.sh curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the cert...
Coremaker asked 1/3, 2019 at 4:39

7

Solved

When attempting to access the local git server page Microsoft Edge displays a certificate error because the git server is using a self-signed certificate. I would like to enable access to this spec...

3

I am generating a self-signed certificate for a development server but I need it to be trusted in order to use some of the tools that will be using the certificate. This is what I have tried: ope...
Forthcoming asked 28/9, 2017 at 18:2

1

Solved

I am working on a java web app, that I will deploy on a tomcat 10 server, which requests a (smart card) certificate from a user to authenticate them (after having entered their regular user credent...

3

I am trying to make websocket connection to a backend server that uses a self-signed certificate. In firefox I've added an exception for the self-signed cert. However my websocket connection wss:/...
Leyba asked 31/12, 2014 at 20:20

2

I'm trying to call open banking production endpoint but It keeps kicking me out as I believe root certificate for MTLS is not picking up from the certificate store. How does postman pick the correc...

3

Today I encountered ERR_SSL_KEY_USAGE_INCOMPATIBLE error: This site can't be reached The webpage at https://... might be temporarily down or it may have moved permanently to a new web address. ERR_...
Retarded asked 20/11, 2023 at 22:2

4

Solved

Is there any way to use HTTPS/SSL on GitHub Pages sites that use a custom domain? SSL is recommended for better search engine ranking and there are a lot of other uses for it beyond that.
Earshot asked 11/2, 2017 at 4:24

6

Solved

I have an attractive message indicating me that it is unfortunately not possible to generate a certificate for multiple subdomains: Wildcard domains are not supported: *.mynewsiteweb.com On the ...
Bellina asked 4/9, 2016 at 22:42

5

Following error occurs only with docker app in python when making request to an https url. <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer c...
Mobile asked 17/7, 2020 at 10:21

2

I have transferred my domain to Route53 and I want Amazon Certificate Manager to issue a certificate for this domain. I followed the steps in the console to issue the certificate, the "Create recor...
Chablis asked 24/6, 2019 at 10:6

4

Solved

I'm trying to set up a Soap client with the following code: <?php $wsdl = 'https://domain.com/?wsdl'; $endpoint = 'https://domain.com'; $certificate = dirname(__FILE__) . '/CertWithKey.pem'; $p...
Solidarity asked 21/11, 2014 at 13:34

© 2022 - 2024 — McMap. All rights reserved.