Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
ChromiumWebBrowser chrome_popup = new ChromiumWebBrowser("https://192.168.1.5");




Not initialized but other all sites initialized.

What I have tried:

I think there is a setting about cefsettings (sertificate)
I couldn't do anything because I didn't have much information.Help please...
Posted
Updated 25-Dec-19 20:06pm

"Initialized" is a meaningless word in this context. What's the actual error that comes back?

Also, do you have a web server running on the machine at 192.168.1.5? If not, nothing is going to happen. It could also be that that machine has a firewall running and is blocking inbound requests on port 80.

And, if you're trying to get to that address from outside of the network that machine is on, it's not going to work either.
 
Share this answer
 
v2
Yes,I have a web server running on the machine at 192.168.1.5 and I can access this server via chrome.the only problem is that I can't access via cefsharp.


there is such a situation.I can access the site after clicking "Proceed to 192.168.1.5 (not secure)". (certificate alert)
 
Share this answer
 
I solved my problem. I removed the https certificate event and the site opened no problem running now
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900