ssl Questions
4
Solved
I am trying to setup gitea to use https with a certificate I got from letsencrypt running the service as a normal user.
I already got it working with http on port 80 with a normal user git and red...
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
2
Solved
I am developing a mobile application based on Ionic + Angular + Cordova + Node js.
the application visits a https server via window.XMLHttpRequest:
module.exports = function request (method, ur...
5
Solved
I've installed composer globally (and locally - just for testing) according to https://getcomposer.org/download/
Then, I'm trying composer create-project laravel/laravel and I receive an error:
co...
V1 asked 27/5, 2021 at 12:22
3
Solved
I am doing an SSL3 handshake using an SslStream, but, in spite of my best efforts, the SslStream never sends a client certificate on my behalf. Here is the code:
SSLConnection = new System.Net.Sec...
Bracer asked 28/5, 2010 at 21:57
3
Solved
Problem
Until about a week ago, my clients site on a sub domain (app.xxx.com) worked fine and we haven't pushed anything major between now and then, but now on Chrome (117.0.5938.132) on Windows it...
Boar asked 4/10, 2023 at 20:51
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
4
Solved
I'm trying to fix a php_curl call on a Windows server (running IIS) that is returning the familiar error "SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routine...
4
Solved
I've built my app so far using node-mysql. I just set up a securely accessible mysql database using AWS RDS service and have tested an SSL connection successfully with the mysql command line client...
Popelka asked 8/10, 2012 at 22:12
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
Context:
We have a Spring Boot (2.3.1.RELEASE) web app
It's written in Java 8 but running inside of a container with Java 11 (openjdk:11.0.6-jre-stretch).
It has a DB connection and an upstream se...
Humdinger asked 12/11, 2020 at 19:41
10
I am trying to install tensorflow-gpu by running pip install tensorflow-gpu Windows, inside an Anaconda enviornment, but I am getting the following error:
Could not install packages due to an Envir...
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
When debugging a new .net core website (file => new project) in Visual Studio 2017, I am prompted with the question if I wish to trust the self-signed IIS express certificate:
However, after cli...
Facture asked 4/11, 2017 at 9:41
3
Commands like curl and wget give the following error:curl: (35) error:0A000152:SSL routines::unsafe legacy renegotiation disabled. I am using WSL2 Ubuntu and on a corporate firewall. I did export m...
Pulliam asked 17/3, 2023 at 3:31
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
4
The below code is for getting the regions.
import boto3
ec2 = boto3.client('ec2', 'region-name')
print(ec2.describe_regions())
On executing this code on my machine, I'm getting this error.
botoco...
Sowens asked 24/8, 2020 at 8:40
3
Solved
I have a PHP script that checks URLs availability (basically, the script should return true for a given URL when the URL could be opened in browser and vice versa). There is an URL I stumbled upon:...
10
I am using Azure CLI in bash within PowerShell in Windows 10. I sit behind a corporate proxy. My goal is to automate the deployment and setup of Azure resources.
Some of the Azure CLI commands wor...
Stringed asked 1/4, 2019 at 21:17
3
Solved
I am using JDK1.8 with JDK Compilance JavaSE-1.7, Eclipse Luna, and Apache httpclient 4.4.1.
I am getting warning in Eclipse that sslcontextbuilder and SSLContexts are deprecated. What are alterna...
14
Solved
I'm trying to configure an HTTPS/Layer 7 Load Balancer with GKE. I'm following SSL certificates overview and GKE Ingress for HTTP(S) Load Balancing.
My config. has worked for some time. I wanted to...
Capitulate asked 21/12, 2018 at 14:49
2
I'm a new user to REST services. I need to consume a RESTful API service generated with Jersey. The problem comes because that service is hosted on remote host and it requires https access with cer...
Anlage asked 11/7, 2012 at 9:41
10
I get this error:
Could not install packages due to an EnvironmentError: Could not find a suitable TLS CA certificate bundle, invalid path: /home/yosra/Desktop/CERT.RSA
When I run: $ virtualen...
3
Solved
I've got this beautiful one liner which calls a webservice of mine via Task Scheduler:
-ExecutionPolicy unrestricted -Command "(New-Object Net.WebClient).DownloadString(\"https://127.0.0.1/xxx\")"...
Flick asked 17/12, 2015 at 9:39
2
Solved
I'm developing a webapp and I'm including websocket connectivity. I've installed a websocket server with node.js (5.0.0) with websocket (https://www.npmjs.com/package/websocket).
In Chrome it work...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.