Questions tagged [safari]

47 questions
18
votes
4 answers

HTTPS doesn't work with Safari

I have an EC2 instance with Apache as webserver (and Wildfly as app-server, although I'm not sure it has anything to do with this issue). In front of EC2 I have a load balancer which terminates HTTPS and applies the SSL cert. Both HTTP and HTTPS…
jola
  • 377
  • 1
  • 3
  • 11
11
votes
5 answers

GoDaddy SSL Certificate Issues With Safari

We just got a new SSL certificate from GoDaddy. And, while all browsers are fine with the certificate, Safari gives the following error: This certificate was signed by an unknown authority. We are using a chain file in the following config in…
Zed Said
  • 707
  • 6
  • 14
  • 25
11
votes
3 answers

How to configure IIS 7.5 SSL \ TLS to work with iOS 9 ATS

Problem: Our mobile app can no longer establish a secure connection to our web-service since iOS 9 now uses ATS. Background: iOS 9 introduces App Transport Security Server Setup: Windows Server 2008 R2 SP1 (VM) IIS 7.5, SSL certs from digicert.…
RobDigital
  • 283
  • 3
  • 9
7
votes
2 answers

Nginx HTTP2 IOS 11 not working

i have problems with HTTP2 protocol on my NGINX server, this is my configuration listen 443 ssl http2; server_name adomain.com; root /var/www/project; limit_req zone=one burst=60 nodelay; add_header Strict-Transport-Security "max-age=2592000;…
4
votes
2 answers

Nginx worker process exited

I'm getting the following error message from /var/log/nginx/error.log: 2014/07/17 08:36:21 [alert] 8206#0: worker process 8207 exited on signal 11 (core dumped) 2014/07/17 08:36:21 [alert] 8206#0: worker process 8210 exited on signal 11 (core…
Nalum
  • 259
  • 3
  • 13
4
votes
1 answer

IIS6 Website 'breaks' when viewed using Safari Browser

I have an application that is using ASP.NET 4.0 Webforms on IIS 6.0 that has been operational for multiple years. A recent deployment to the app has caused some very random (to us) intermittent issues in the Safari browser (not any other…
S.Kiers
  • 161
  • 5
4
votes
1 answer

Safari SSL certificate 403 forbidden

I have a web application deployed onto IIS 7 (Version 7.0.6000) on a Window 2008 Server using an SSL certificate (issued by Equifax). The web application is accessible over https using IE, Firefox and Chrome. However on Safari, I first get a pop up…
s3cure
  • 41
  • 3
4
votes
1 answer

Macs behind a proxy, using squid for SSL and HTTP traffic

There appears to be an NTLM bug in OSX in how authentication is handled with our corporate proxy. On several Macs (and iDevices) Safari, iTunes, Software Updates, AppStore etc all crash when they attempt to authenticate. Unable to find a 'real'…
jayboston
3
votes
4 answers

Website suddenly doesn't open in Safari and iOS devices

I have this website that was working fine until recently. Now users are reporting that it's not opening in their iphones and ipads. Doesn't matter what browser you try on iOS, it just won't work. Also it doesn't open in Safari when browsed on a Mac…
xperator
  • 437
  • 2
  • 11
  • 23
3
votes
3 answers

Nginx+Apache2+LetsEncrypt with IPhone cannot display page

I have nginx+letsencrypt ssl cert and it's works fine for all but new iOS with Safari. It works fine with iPhone 4, but with iPhone 5 and newer it's not. And I see multiple requests in nginx log: IPADDRESS - - [03/Dec/2016:10:08:08 +0000] "GET /…
dima
  • 41
  • 5
3
votes
1 answer

Tomcat/https: I can see compression is enabled, but file sizes are the same as without compression

I have enabled compression on Tomcat running on my machine. The https response header is showing compression is enabled, but the same amount of data is being transferred with and without compression turned on. Without compression: Status OK Code …
Clayton
  • 133
  • 4
3
votes
1 answer

Approve Exchange Moderated Messages from iPhone / iPad

We are using SBS 2012. we use email message approval process which works fine on desktop PCs. But when we try to access it from iPad/iPhone's Safari browser, the approve / decline buttons are not shown. How can it be done?
Lakshmi Anand K
  • 89
  • 1
  • 3
  • 9
3
votes
2 answers

Deploy new homepage preferences

We have several hundred MacBooks on campus, all managed by us. We're hoping to find an easy(ish) way of setting the homepage across all of them, all at once. The catch is, there are a variety of flavours of browser in use - some users like Firefox,…
crmunro
  • 31
  • 1
  • 2
3
votes
1 answer

Lighttpd mod_auth authentication difficulties on Safari (iPad and iPhone)

I've set up lighttpd on my embedded device and configured the modules in the lighttpd.conf When accessing the web pages from Chrome or Firefox from the PC I get asked for the username and password and after I supplied them the page loads. When I do…
trenki
  • 131
  • 3
2
votes
0 answers

Safari fails to load some resources over http/2 with Apache

I am experiencing an issue in Safari only where sites loaded over http/2 on our Apache 2.4 servers will intermittently (every 3-5 requests) fail to load certain resources. The pages always seem to load, but the JS, CSS, and images seem to fail. I…
Josh
  • 143
  • 2
  • 11
1
2 3 4