Our company's server communicate with another company's server via HTTPS. New certificates have been installed on both servers. Because of some issue, communication is not happening. I want to use curl command to see the cert that our server presents and the cert that remote server is presenting. But I am not sure how to do this. Can someone give an example. Just to learn I tried curl -v --cert-status https://www.example.com but it does not tell me the status of example.com's cert
Using cURL to debug certifcate issue beween two servers
120 Views Asked by MTARIQ At
0
There are 0 best solutions below
Related Questions in CURL
- How to "Enable mobile data" on a Huawei E3372 4G USB dongle using a bash script in Windows
- Issue with sending POST request using Python requests library
- Is there a way to upload a file in digital ocean object storage using php curl
- Curl URL syntax for uploading files
- How to set Postman Settings to mimic the effect the -k option of curl
- Postman Webservice PHP Curl Code POST request giving forbidden error when run in local
- Facebook cURL for custom conversion tracking API error 100
- Can not submit VAT Return to https://test-api.service.hmrc.gov.uk/organisations/vat/{vrn}/returns
- curl does not work in EC2 instance due to some limitation?
- How to solve error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: early EOF
- CURL got Could not resolve host: my subdomain
- How to list all folders with more then 10 artifacts in artifactory repo using CURL?
- Add existing product to order with shopware 6 api
- Trying to use LogMeIn API to access list of users in a node in PHP
- Istio Egress Gateway Configuration
Related Questions in SSL-CERTIFICATE
- SSL error when redirecting from one lightsail subdomain to lightsail subdomain on different account
- IBM DB2 console doesn't work after SSL certificate update
- requesting AWS Certificate Manager cert for root domain works, but not www subdomain
- Problem with SSL Certificate when the .Net App calls itself in the docker container
- "SSL certificate problem: unable to get local issuer certificate" when trying to access a repository on github
- Python SSL Error , Server side - Client certificate verify failing with Intermediate cert - self-signed certificate in certificate chain (_ssl.c:1007)
- DRF, corsheaders and SSL certificate error on deploy on VPS
- javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid cert
- How to move updates from Google Play to another server
- psql environment variable for sslkey password?
- PHP & LDAPS : cant connect to AD
- "Problem with the SSL CA cert" when running git
- Wildcard SSL certificate with IIS webserver type Can it be used on Linux servers using Apache?
- ktor client/server request falling and getting 500 internal server problem
- SSL Handshake issue on Android 7.0
Related Questions in CERT
- Cert-Manager Controlled Cert Resource
- Delete any cert of certmgr without FriendlyName or <None>
- requests with wincertstore python
- HTTP Client authentication using three .pem files (client cert, CA cert and key)
- Deno Deploy --cert flag
- Where is Golang picking up root CAs from in MacOS?
- external symbol 'test' was defined but not referenced [CERT C Recommendation MSC12-C]
- certChain.ChainStatus and ChainElementStatus is empty or null in custom cert chain validation .net 6
- The command puppet cert list is giving an error
- Cert C rules errors
- cert C and misra fixes
- Using cURL to debug certifcate issue beween two servers
- Unable to renew SSL certificate using certbot
- SSL certificate is installed on iis and website but in browser is unknown
- if/else strive for logical completeness in single return function
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?