Hi,We are developing a small intranet web app for a company. This company is using self signed certs and a difference of iOS devices. It is not possible/wanted to import the self signed certs into the devices. So far no problem. For our web apps we have designed touch icons which did work on our test-servers but won't work on the devices of our customer. After a lot of debugging the following seems to be the cause:- If the webserver supports https with a valid certificate, Safari wil use the apple-touch-icon. (best situation)- If the webserver supports https and is using a self signed certificate, Safari does NOT use the apple-touch-icon. (worse, but stil ssl)- if the webserver only supports HTTP Safari uses the apple-touch-icon correctly. (no encryption at al, but Safari uses the apple-touch-icon)Because Safari is using the apple-touch-icon without https, the self signed cert probably may not be the cause of not using the apple-touch-icon (encryption is better than no encryption at all....).Is this a bug in Safari? Anybody an idea how to place the apple-touch-icon on the home screens of our customers without importing the self signed cert or using only http connections?Thank you,Mart.