ssl Questions
4
Solved
For a University project we need to implement a server 'registrar' that communicates with a client 'barowner' through a SSL RMI connection. When building the client, I get the error java: No enum c...
10
Solved
I'm having trouble running pip install in a virtualenv on OSX 10.13. I already have run brew install openssl and the path /usr/local/include/openssl points to ../opt/openssl/include/openssl. Does a...
2
Solved
I'm running into an issue handling tls certificates with cert-manager, I'm following the documentation and added some extras to work with Traefik as an ingress.
Currently, I have this YAML files:
c...
Islander asked 16/8, 2020 at 0:47
5
I am trying to create a virtual environment and I was able to do in the past with poetry install. But now when trying to do a poetry install, I receive this message:
Max retries exceeded with url: ...
Turnspit asked 2/11, 2021 at 17:51
2
Solved
Have recently updated application from Oracle Java 9 to AdoptJDk 11.0.6 and I am now seeing errors of the form this code:
public static String convertWikidataUrl(String wikidataUrl)
{
String qP...
Haubergeon asked 28/4, 2020 at 10:43
5
Solved
I'm trying to post from a react client to an express server on localhost and I get this error in google chrome.
react app: http://localhost:3000
express app: http://localhost:5000
POST https://lo...
11
Solved
I must consume a PHP webservice which has a SSL certificate. My .net 3.5 Class library references the webservice with 'Add Service references' in Visualstudio 2010 (WCF right?).
When calling the m...
Presume asked 16/12, 2010 at 17:14
3
Solved
This error has suddenly started occurring on all my servers, and despite trying everything suggested here, I haven't been able to resolve it.
The issue persists regardless of the URL I attempt to a...
Stegman asked 18/4 at 11:36
2
I Read through many documents in the mongoDB doc, still unclear how authentication works for clients an member of replica set(using x.509).
Found a resource "http://pe-kay.blogspot.in/2016/02/secu...
Caruncle asked 23/12, 2016 at 13:3
3
I thought this would be a simple task, but I struggle to find a way to force my webpage to use https.
The next.js webapp lives on the heroku servers and I've set up the SSL. Both https and http ver...
Fantasize asked 3/3, 2021 at 13:28
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
16
Solved
I'm scraping some internal pages using Python and requests. I've turned off SSL verifications and warnings.
requests.packages.urllib3.disable_warnings()
page = requests.get(url, verify=False)
O...
Halloween asked 24/6, 2016 at 14:13
13
Solved
I am running a Python code where I have to get some data from HTTPSConnectionPool(host='ssd.jpl.nasa.gov', port=443). But each time I try to run the code I get the following error. I am on MAC OS 1...
Whelp asked 24/3, 2022 at 13:22
2
I am using Zend_HTTP_Client to send HTTP requests to a server and get response back. The server which I am sending the requests to is an HTTPS web server. Currently, one round trip request takes ar...
Giroux asked 30/7, 2010 at 0:5
18
Solved
I am trying to install the Scrapy package (among others) for python using pip. I have tried doing the installation using python 3 and python 2, I have installed/upgraded the setuptools like so: $ p...
7
Solved
I'm trying to find examples of WebClient use.
My goal is to use Spring 5 WebClient to query a REST service using https and self signed certificate
Any example?
Abide asked 31/7, 2017 at 14:23
7
I am generating an X509 certificate through code (using OpenSSL APIs) for my server application. I have just added support for TLSv1.3 by adding TLSv1.3 ciphers in the supported list in my code.
T...
3
My Java application needs to authenticate to Google cloud Mysql instance with SSL client authentication. Its client-key and certificate are provided by Google. I also need to setup JMX agent with S...
Bakehouse asked 20/10, 2015 at 5:13
8
Solved
I am trying to Update the SSL certificate in accordance with this post
.
I am noob in certificates, so i followed this guide. But, when i enter
keytool -keystore mycacerts -storepass changeit ...
Sandler asked 27/3, 2012 at 12:38
3
Attempting to send a SOAP request using suds, I'm using Python 2.7.6.
I'm not very versed with security I am led to believe that either the security - key, on either my machine or the server's mach...
4
Solved
I am trying to deploy keycloak using docker image (https://hub.docker.com/r/jboss/keycloak/ version 4.5.0-Final) and facing an issue with setting up SSL.
According to the docs
Keycloak image a...
Linettelineup asked 6/10, 2018 at 1:36
4
Solved
I'm developing a Telegram bot, and I want to set the webhook to my domain's URL. I've already generated a self-signed certificate following the Telegram's guide. However, I'm not able to set the we...
Waine asked 2/3, 2017 at 11:42
7
I've installed Anaconda and had SSL problems when trying to do API calls via Jupyter Notebooks:
import requests
import certifi
r = requests.get('https://github.com/')
print(r)
This first produc...
2
Solved
I’m trying to establish TLS channel between a client and a web server that are under my control. Both the client and server authenticates themselves using certificates that I’ve created under priva...
4
I am trying to connect to a MongoDB database, I have created my MongoDB account and created a database and I put my IP Adresses there but when I try to connect it with my code it puts up this error...
© 2022 - 2024 — McMap. All rights reserved.