I'm trying to run Wget for a certain HTTP url, also using http-user and http-password command line options (tried the --user and --password, same results).
Using the --no-check-certificate options as well
so basically running this line :
wget --no-check-certificate -http-user=user http-password=password https://url.com
I'm getting this response :
Connecting to url.com|10.11.10.98|:443...
I have Cygwin installed in my windows system
I am trying to execute wget commad for a website but I am gettign the following error message
ERROR: The certificate of xxx.com' is not trusted.
ERROR: The certificate ofxxx.com' hasn't got a known issuer.
How do I fix this issue - so that I can proceed further.
Thank You
I have installed private key (pem encoded) and public key certificate (pem encoded) on amazon load balancer however when i check the ssl with site test tool (http://www.networking4all.com/en/support/tools/site+check/), i get the following error
Error while checking the SSL Certificate!! Unable to get the local
issuer of the certificate.
Say I have an SSL Certificate for a super cool site that I offer, like https://secure.coolsite.com/ (Not my site, just an example).
Then lets say I had a customer who wanted to have a CNAME to my site on his server, like https://mycoolsite.his-site.com/ Would he need a regular SSL certificate on his end, would I need to have a second certificate on my end (And just "install" it on my webserver), o
I've got some servers with iDRAC7 Enterprise and I want to add my existing wildcard SSL certificate for my domain so that when I load the iDRAC webpage I get a valid certificate.
I've tried the "Upload Server Certificate" option but I can't seem to find the required format.
I have configure PowerShell Execution policy on Server as AllSigned, so i want to create a certificate for signing a ps1 script.
Can you guide me, which Certificate Should i use?
I want to used Self-signed Certificate, should i used makecert.exe ( which is part of the windows Paltform SDK) or should i create a CA.
Which will be better in all aspects.( in term of Security, Manageability etc..)
I d
We just bought a certificate for files.website.com. We have installed it to the file transfer software we are using (Globalscape EFT) but are still getting an error message saying "The site's security certificate is not trusted!"
I go to view the certificate from the browser and the domain name matches exactly with the name in the certificate.
What am I missing here?
Thanks for the help.
I have proxy server that sits in the DMZ. The default site is running the adfs and has a certificate that is about to expire in 2 weeks. I am not sure what are steps involved in applying a new ssl certificate. I know at the least I will install the new certificate(s) in the local store. Go to IIS and change the certificate using the binding settings.
Sometimes I notice that I am unable to connect via SSL with curl and wget to websites that have certificates that should be valid.
One example might be https://squareup.com/ which has a Verisign class 3 certificate - I assume a large banking-related site has a certificate that should be widely accepted.
However when I try and run:
wget -O - https://squareup.com/ #grab the homepage and send it