NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: walter.dasilva on September 26, 2014, 12:52:14 PM

Title: NTWebServer with SSL
Post by: walter.dasilva on September 26, 2014, 12:52:14 PM
Hi,

I started with SSL using certified from BasicSSL sample. It is a invalid certified but for test is ok.
I have a webservice and it is working normal, but not from android chrome.

Using Android If i access from into my net, it works fine. but if i access from external don´t.
Using windows i can access anyway.

Does anyone knows something about accessing https websites with invalid certified from external using android?

Thanks
Walter - SOFTVALE
Title: Re: NTWebServer with SSL
Post by: Larry Sand on September 27, 2014, 10:00:06 AM
It's usually caused by your certificate needing it's intermediate certificate merged with it. Check what you got from the certificate authority and see if there is something like ...bundle...crt or ... intermediate...crt and add it to your main certificate with a text editor.
Title: Re: NTWebServer with SSL
Post by: walter.dasilva on September 30, 2014, 04:27:14 AM
Hi Larry,

In this moment i´m using openSSL certified that is com CS samples.

Thanks
Walter
Title: Re: NTWebServer with SSL
Post by: Larry Sand on September 30, 2014, 02:24:38 PM
>>In this moment i´m using openSSL certified that is com CS samples.

I'm sorry I don't have any clue what that means.if you don't have a certificate from a public Certificate Authority you can assume that your SSL certificate will fail.  If your saying youi made a certificate with openSSL and it doesn't work outside of testing you shouldn't be too surprised. 
Title: Re: NTWebServer with SSL
Post by: walter.dasilva on October 02, 2014, 05:02:57 AM
Firewall rules. it is working now.

thanks
Walter