Ssl-certificate Questions
Ad
How to fix "TrustAnchor is not a CA certificate" for self-signed certificates? (Java)
I'm trying to create a self-signed server certificate for my client/server application (written in java using the netty library). from my
after installing ssl getting wired error DNS_PROBE_FINISHED_NXDOMAIN
After installing paid ssl certification the web site sometime give some visitors
Firebase Hosted flutter app shows not a secure connection error when launching an external URL
When i open my website hosted by firebase hosting google chrome or my antivirus program does not let me access the page but shows me an error
Ubuntu php 7.2 Laravel cURL error 60: SSL certificate problem: unable to get local issuer certificate see http://curl.haxx.se
I have laravel with php 7.2 on ubuntu. i want to download bitcoin price from website:
PHP Laravel cURL SSL certificate problem: unable to get local issuer certificate
I my project written in laravel i have method that get number value from server: public static function getaddressapibalance()
URL loads in the browser, but not in the terminal (curl or Node.js)
I want to make a get request to https://www.bnro.ro/nbrfxrates.xml (the national bank of romania) to get the exchange
How to Solve this error CERTIFICATE_VERIFY_FAILED: unable to get local issuer certificate(handshake.cc:359))
I am new to flutter and developing an app but i am facing an issue regarding a post request to the asp.net core api method. this below is the
SSL Request Failed - Python OSX
When accessing an authenticated webpage with cookies and am getting an ssl error. this seems to be a
How do I apply SSL certs to my React app and Spring boot server?
I have deployed my project on a compute engine vm instance. react is running on some port and spring boot server is running on another port. i've
Is a SSL certificate still needed in a Flutter webview?
We currently have an angular web app created for an online ordering utility. but we want to create a native app out of it, and we wanted to use
Ad
Firebase SSL and Subdomains
So i was using google cloud buckets to host my site, i figured out ssl is impossible doing that so i tried app engine and that just got really
Google Firebase SSL Certificate - My certificate has a large number of other websites listed
Problem: other domains are listed in my google firebase ssl certificate. i created a firebase project to test firebase authentication
How to generate both server and client certificates under root CA
So, i've been trying to set up an ssl connection between a python client and python server in which both have separate certificates to validate
certificate issue in nodejs https request
I have the following error while making an https get request { error: write eproto 101057795:error:14077410:ssl
newman CLI returns "error: unable to get local issuer certificate" in teamcity build
Using the newman nodejs cli to run a collection of postman test i get the following error: error: unable to get local
Flutter app cannot make socket connection with certificate handshake error CERTIFICATE_VERIFY_FAILED
One might say this question is a duplicate, but it is not, as other questions this type are about self-signed certificate, and about development
How to test api calls from flutter app to localhost service?
I'm trying to understand how to test http calls from my flutter app (which is running in an emulator) to my backend service, which is running in
SSL CA certificate details in hapi-mongodb
Can't we have ssl certificate, keyfile, passphrase details specified in mongo uri? for example:
google app engine with React and Node: Production setup
I work with react.js and node.js+express to create a website. i use google app engine and google datastore for a database. everything
How to configure axios to use SSL certificate?
I'm trying to make a request with axios to an api endpoint and i'm getting the following error: error: unable to verify the first
Detect unsecure ssl-Connection
We are running an intranet application which uses a self-signed ssl cert. the customer does trust our ca. we are using this way
Ad
I am getting a SSLHandshakeException and CertPathValidatorException error while using self signed certificate
I am trying to send a https request to apache2 which afterwards is recieved by django. the code was working fine before ssl with http but now it
javax.net.ssl.SSLPeerUnverifiedException: Failed to find a trusted cert that signed
I want to implement pinning of the certificates, but i am stucked at sslpeerunverifiedexception. i tried to implement functionality, that by
How can I resolve SSL certification problem, Domain name labeled as unsafe after been upgraded using a wordpress theme on Amazon Web Service
A domain was pointed to aws s3 bucket, cloudfront and registered on certificate manager for ssl certificate, we upgraded the website to wordpress,
Can't find 'cacerts' folder on jenkins
I host a gitlab and jenkins server using docker on my local machine. i've installed the
SSL_CERT_DIR not avaluated by urrlib2
I have a small script to test connections to a self-signed https site using `urllib2: #!/usr/bin/env python try:
Is it actually safer to use self signed certificate than trusted certificate in the case of custom client software?
I am very new to https and ssl certificates. based on my short experience, i managed to create trusted ssl certificates for my domain name
SSL No peer certificate Android
I have problem with some device, and the error said that ssl problem. when i check my website it has no problem there. here my code to get a data
Java 8 SSLContext.getInstance("TLSv1.2") what does it mean?
I'm trying to call a rest api for some end point url, it was running fine for the url of java.net and after executing the same. but on some
Problem with SSL certificate after trouble shooting
I enabled sll with the simple ssl plugin on my website https:/www.untwine.eu all 'sub-sites' and the wordpress admin pannel are working
Do I need an SSL cert on my e-commerce store if I use Stripe?
I am setting up an e-commerce store using stripe as the payment system. from a security standpoint, do i need to use ssl for the rest of the
How to get https certificate working on local Laravel Homestead site
I'm getting this problem:
Ad
Connecting phpMyAdmin to a MySQL server over SSL
I may be barking up the wrong tree... however, what i have is a mysql server that accepts connections only from a client with a valid ssl cert
Tomcat Server/Client Self-Signed SSL Certificate
I have an apache tomcat 6.x server running with a self-signed ssl certificate. i want the client to present their own certificate to the server
Turn off SSL certificate verification in Ruby
When using 'net/https' and ssl, how do i disable verification of the resulting ssl certificate?
How safe is my SSL connection even with a SSL certificate?
I have a client program that talks to a web server through a ssl connection (https). how safe is this connection? i bought a ssl certificate
ignore self-signed, expired ssl certificate in tortoise svn
Tortoise svn will not let me access an svn repository that has a self signed and expired ssl certificate. is there a
Why can't one SSL certificate be used for multiple machines?
Here is the situation. i am making changes to an application but i do not have test environment. there is a qa server for the testing team to
Importing SSL Certificate into Eclipse
How do you import an ssl certificate created by java into a project in eclipse?
How to assign a SSL Certificate to IIS7 Site from Command Prompt
Can you advise me whether it is possible or not to assign a ssl certificate to a website in iis7 using the appcmd application? i am
Is it possible to convert an SSL certificate from a .key file to a .pfx?
Is there a way to convert from a .key file to a .pfx file? thank you. edit: i only have the .key file but my hosting provider says that i
What SSL certificate do I need?
I'm developing software which will be deployed using clickonce (on the website foo.com), and which will then connect to my server using wcf with
Apache reverse proxy set up SSL certificate
We need to set up a secure certificate on an apache reverse proxy. we've been advised that we need to use a virtual host directive. i've
Ad
How do I generate an SSL certificate? How to access a page with invalid certificate in FF3?
I am not able to access localhost https pages in firefox3. it gave the error 'can't connect securely because the ssl
"SSL: certificate_verify_failed" error when scraping https://www.thenewboston.com/
So i started learning python recently using "the new boston's" videos on youtube, everything was going great until i got to his tutorial of making
Connection from flash v11+ to to nodejs using TLS (SSL)
I recently started creating a server for a mmorpg im building all by myself and i used node js as the server language. i've searched around on the
Ad
Blog Categories
Ad