ssl-certificate Questions
5
I am trying to generate keystore using keytool and getting below error -
D:\Java\bin>keytool -importkeystore -srckeystore cert1.p12 -srcstoretype pkcs12 -destkeystore cert1.keystore -deststorety...
Upas asked 6/12, 2021 at 10:30
19
Solved
Trying to follow various instructions on creating a self-signed cert for use with localhost, Most of the instructions seem to be for IIS, but I'm trying to use Nodejs/Express. None of them work pro...
Locus asked 28/1, 2014 at 5:46
15
Solved
I get the following error when trying to install Punkt for nltk:
nltk.download('punkt')
[nltk_data] Error loading Punkt: <urlopen error [SSL:
[nltk_data] CERTIFICATE_VERIFY_FAILED] certifica...
Physicalism asked 12/8, 2016 at 11:4
7
Is there a way for the standard java SSL sockets to disable hostname verfication for ssl connections with a property? The only way I found until now, is to write a hostname verifier which returns t...
Jiffy asked 17/5, 2011 at 13:12
38
root@sclrdev:/home/sclr/certs/FreshCerts# curl --ftp-ssl --verbose ftp://{abc}/ -u trup:trup --cacert /etc/ssl/certs/ca-certificates.crt
* About to connect() to {abc} port 21 (#0)
* Trying {abc}......
Burt asked 7/7, 2014 at 13:23
4
Solved
When a web project is created, Visual Studio automatically generates a SSL certificate and prompts you to install it. Everything works fine.
That certificate has now expired and I cannot figure out...
Anette asked 9/12, 2021 at 14:47
2
Solved
I was following this tutorial to enable ssl in tomcat: https://medium.com/@raupach/how-to-install-lets-encrypt-with-tomcat-3db8a469e3d2
Altough tomcat is running at the end, i can not access https,...
Dillingham asked 25/4, 2021 at 20:35
8
Solved
I need to export a .pfx format certificate (from Windows MMC) to .p12 to use in another application. I cant find a way to do this.
Can anyone suggest a method?
Limeade asked 25/7, 2011 at 16:7
1
A node/electron app gets deployed on the end user's machine. It tries to make an HTTPS request to a server. Depending on the user's network setup, this may work fine, or Node may throw the error "U...
Parentage asked 21/3, 2019 at 10:21
5
no matter what I do I get this error
C:\Users\MyPc>conda update --all
Solving environment: failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/free/wi...
Milling asked 19/2, 2019 at 19:35
3
Solved
I have a Next.js deployment on an EC2 instance. I want to install an SSL certificate. The only way I can think of is to use a custom server config, but this seems to remove certain optimizations th...
Fayfayal asked 23/3, 2022 at 6:33
5
Solved
We have an Azure Application Gateway V2 setup with WAF feature enabled. We ran into trouble when suddenly, the health of all our backend pools (3 in our case) started showing unhealthy and the erro...
Dominations asked 31/5, 2020 at 17:5
9
Solved
I frequently need to run "mvn" command :
mvn -f pom.xml clean install -Dmaven.test.skip=false --settings /Users/myhome/settings.xml -X -Djavax.net.ssl.trustStore=/Users/myhome/truststore.jks -Djav...
Plummet asked 21/1, 2014 at 8:28
2
Solved
Currently, the only way to use VSCode get around a corporate firewall that requires company CA certificates is to set "http.proxyStrictSSL = false" in the config. This is a no-go for me at work. I ...
Wellspring asked 15/12, 2018 at 14:36
3
Solved
I'm trying to push my first project in gitLab but i get this error "fatal: unable to access 'https://.git. : SSL certificate problem: unable to get local issuer certificate"
Ecdysis asked 7/7, 2021 at 10:5
27
Solved
I'm practicing the code from 'Web Scraping with Python', and I keep having this certificate problem:
from urllib.request import urlopen
from bs4 import BeautifulSoup
import re
pages = set...
Popular asked 8/5, 2018 at 14:32
5
Solved
I recently tried to install a library using Pip, and I received this error message. I am unable to install any packages, as the same error message keeps popping up.
I notice this problem in both my...
Ryanryann asked 4/8, 2022 at 14:55
2
Solved
I'm setting up a test plan using JMeter 2.8 involving SSL client certificates. The test plan roughly consist in two https calls to server1 and server2.
The tricky part is that the call to se...
Secondbest asked 30/1, 2013 at 15:42
3
I want to create a Self Signed certificate for a nodejs server. I run it from macOS. I want to be able to visit pages rendered by that server over https from another device (Android) on the same wi...
Afford asked 7/1, 2019 at 20:18
3
Solved
I want to use WinRM with https transport. I've bought a Comodo certificate (the error states I cannot use a self-signed certificate) with the Subject matching my FQDN (Full computer name in System)...
Fetid asked 27/1, 2017 at 9:5
37
I can push by clone project using ssh, but it doesn't work when I clone project with https.
The error message that it shows me is:
server certificate verification failed. CAfile: /etc/ssl/certs/cac...
Eructate asked 17/1, 2014 at 8:34
15
I am trying to run ASP MVC application with SSL mode set to true and whenever i run the application, i get prompt to trust the IIS Express SSL certificate. Upon clicking Yes, it gives the error mes...
Paulin asked 21/11, 2017 at 12:30
9
I am trying to setup a development environment on my local PC. As the production website supports HTTPS (who does not these days?), I want to have this also on the localhost. I thought it would be ...
Obvolute asked 21/9, 2017 at 17:2
8
Solved
I am attempting to setup our servers to allow traffic over SSL. I am aware that SSL does not work with Name Virtual Host, but we have all of our Apache servers on virtual machines with dedica...
Skylab asked 5/2, 2009 at 18:50
2
I have a simple script to show all certificates on a server, I would like to expand that script to then remove all expired certificates
I have tried several scripts from MS and 3rd parties to find...
Ranna asked 15/5, 2019 at 0:52
© 2022 - 2024 — McMap. All rights reserved.