0

my first question here :)

SITUATION:

  • I have iOS app connected in local network to my raspberry server.
  • Local network is NOT connected to internet.
  • I use zeroconf/bonjour to find server (I dont know its ip in advance)

Is there some possibility to communicate iOS app with server using https self-signed certificate?

Thank you

2
  • 1
    Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.
    – Community Bot
    Commented Nov 15, 2021 at 7:11
  • It looks like ios dont allows https requests (I am using axios) to server with self-signed certificate. It works in postman - get/post requests, but ios do nothing. I found some solution in case that you send key to email and user download it to phone and set "thrust this". But I cant do this to user...
    – wem
    Commented Nov 16, 2021 at 11:08

0