Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: verify address fix #470

Closed
wants to merge 2 commits into from

Conversation

vikingnope
Copy link
Contributor

@vikingnope vikingnope commented Dec 17, 2024

Fixes: #210

Issue was occurring due to the following error:

image

Adding the Info.plist seems to fix this issue.

This has only been tested on a MacBook M1.

@vikingnope vikingnope changed the title Verify address fix Fix: Verify Address Fix Dec 17, 2024
@prayag17
Copy link
Owner

This only fixed it for mac devices a better solution is to replace the axios adapter with tauri's http module which would also allow using self signed ssl certs

@vikingnope vikingnope changed the title Fix: Verify Address Fix Fix: verify address fix Dec 17, 2024
@vikingnope vikingnope changed the title Fix: verify address fix fix: verify address fix Dec 17, 2024
@Arche151
Copy link

This only fixed it for mac devices a better solution is to replace the axios adapter with tauri's http module which would also allow using self signed ssl certs

Is the transition from axios adapter to tauris's https module in the works? I would looove to finally be able to use Blink.

I'm following the development since months and am really excited about what you've built :)

@vikingnope
Copy link
Contributor Author

This only fixed it for mac devices a better solution is to replace the axios adapter with tauri's http module which would also allow using self signed ssl certs

Ah I see okay, I will investigate it further and try to figure it out.

@prayag17
Copy link
Owner

Is the transition from axios adapter to tauris's https module in the works? I would looove to finally be able to use Blink.

I have not working on it right now but it is planned. I will probably start working on making a new Tauri adapter package now since in a bit free but it would take some time...

@Arche151
Copy link

Is the transition from axios adapter to tauris's https module in the works? I would looove to finally be able to use Blink.

I have not working on it right now but it is planned. I will probably start working on making a new Tauri adapter package now since in a bit free but it would take some time...

Yayy, really happy to hear that :) Thanks for the update and your incredible work!

@vikingnope vikingnope closed this Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Unable to Verify Server Address
3 participants