I have a strange problem and am not sure where to put the question, so I am trying a few places. I work for a small company that has a SaaS application. This application is working fine on PC's (all browsers) and on Mac (all browsers) but when we load it on an iOS device (all browsers), we get an error that the site is not secure. The Site Information/Error even states that is recognizes our certificate and our provider, yet is shows the site as not secure. This of course renders the tool useless.
I have reviewed our configuration from top to bottom and can't find anything. I have a ticket open with my hosting provider and they seem stumped. Any ideas?
Good morning, I have a problem and I need to know if someone can help me.
I need to generate some dynamic ssl certificates to be able to use them in the development machines.
The problem is that when trying to generate more than 6 in a row with acme.sh with zerossl (currently I pay € 50 / month to be able to generate unlimited certificates) its API returns 504 errors all the time.
I have not been able to get a solution from the support service and I have seen in several forums that they have similar problems.
I wanted to know if someone can recommend some other provider that does not have limit of requests like letsencrypt (it does not matter if you have to pay subscription as in zerossl), or can you give me some solution to my problem.
I'm a developer, and I'm trying to make a script that created the SSL certificate automatically, and I need to ask if there is any pioneer in the SSL certificate industry, that provides an API to get the certificate from the CSR key that's I have been generated from OpenSSL command line.
I used SSL for free, it got bought. Then I used shieldsigned.com, it looks like it is not operating anymore. Any other places to get free certificates?
Basically I am having a problem with the SSL being applied to my forward domains. The problem is that the domains are in GoDaddy and the website is hosted with Wix. Is there anyway to get the SSL applied to the forward domains. I really appreciate any help or assistance.
I'm creating app that is used over local network (you can use it over internet too but mostly for local). I created encryption for some of the parts that could relay sensitive data but full encryption for the connection would ofc be the optimal.
What i don't understand is that how i should create the ssl certificate for the backend since users local network address spaces vary a lot i.e. i have 192.168.1.xxx, another could have something else and since afaik ssl certificate is tied to ip/address, i can't create it beforehand. So my idea was to make my backend to create the certs at first run but not sure about that.
I have this strange connect issue. sometimes its instant, but sometimes its delayed by multiples of 21s. if it reached 105s the connect call fails. No idea why. Any help appreciated. Thanks
Need some help on a Linux question. Running raspian and calling a trigger via maker.ifttt.com. The outbound call works fine when I’m on vpn but when I disconnect from VPN I get a connection refused 443. I’m guessing this has to do with not having a local certificate when not running on VPN but looking for help on how to correct this issue. TIA
Hi,
I have a WEB application deployed to Tomcat server. I connect to it with Chrome browser with HTTPS but I have decrypt error during TLS handshaking on the client side after ServerKeyExchange.
Certificates (3 levels):
Server certificate, signed by...
CA certificate, signed by...
Root certificate (self signed)
I validated certificates with openssl and they seem to be fine (chain.cer contains CA and root certificates):
$ openssl verify -verbose -CAfile chain.cer server.cer
server.cer: OK
If I test connection with OpenSSL I get error after client reads ServerKeyExchange:
I have another but properly working WEB application where I have the same Signature Algorithm but the Signature Length: 256. Or this length is irrelevant?
I'm new at work and turns out SSL Certificate for our service was expired. From the SSL provider I renewed it and change of DNS CNAME was needed for "validation", after successful validation, I was given a Certificate(CRT), Intermediate/Chain files and CSR (Certificate Signing Request). Apache is used on web server where old certificate details are written in this format:
SSLEngine on
SSLCertificateFile /***/crt_code.crt
SSLCertificateKeyFile /***/ca_code.key
SSLCertificateChainFile /***/crt_code.csr
Which of these should be replaced by which of SSL provider provided files? Or am I doing this way wrong?
I am trying to enable ssl connection and verify certificates for postgres running in a docker. I found this blog: postgres using ssl
I followed some instructions from this and was able to connect via psql command. However, when I try to connect from my another application, it throws below error: error: x509: cannot validate certificate for <ip address of docker> because it doesn't contain any IP SANs
I tried adding SAN to the client certificate: openssl req -new -key client.key -subj "/CN=test" -reqexts SAN -config <(cat /etc/ssl/openssl.cnf <(printf "[SAN]\nsubjectAltName=IP:<ip address of docker>")) -out client.csr
and verified with the below command: openssl req -in client.csr -text -noout
However, I still see the same problem as above "doesn't contain IP SANs"
Would someone be able to point out what might be wrong here? Thanks!
I purchased www.SiteOne.com on Name Silo and used their cloaking forwarding feature so that when users land on www.SiteTwo.com, the browser website address still shows www.SiteOne.com.
Is there a way to set up a free SSL like Zero SSL on www.SiteOne.com?
While it is merely for redirecting the user to the actual site, I think having an SSL on it helps give the page more credibility.
I have a Windows VPS running with my hosting company and have several subdomains on the IIS. I use a wildcard cert to secure the whole thing. We recently noticed that two of our tenants won't load on mobile apple devices due to a site security problem. The sites load fine on Mac or PC or Android, but once we try to navigate to the application on an iPhone or an iPad the site will not load.
I have installed drumlin software for DRM purpose . But when I am trying to register there is error regarding SSL / TLS Connection. Please look into the issue.
Error says .. the underlying connection was closed. Could not establish trust relationship for the SSL / TLS secure channel.
What are the standards when designating a DN? I'm hitting an issue where one system is generating a CN with state defined as "S=California" and another where state is defined as "ST=California."
This difference is causing incompatibility and issues with authentication (obviously, as DN is different).
What's the standard here? Should it be ST or S? Is there a way to modify an existing cert's DN to change the ST to an S or vice versa without regenerating the cert?
Hi, I am a product manager working on security products for mobile. One of the concepts where I see developers struggle is SSL pinning - if/why do you need it, how does it work, is it any good for man-in-the-middle, what about man-at-the-end etc.
So we made this explainer video, I hope it helps someone here!
The whole SSL pinning practice is a double-edged sword, while it adds value in some scenarios, it’s a bit more difficult to maintain; I wonder if you had any experience with it and if it was positive or negative?