NetTalk Central

Author Topic: NTWebServer with SSL  (Read 2596 times)

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
NTWebServer with SSL
« 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
Walter - SOFTVALE

Larry Sand

  • Full Member
  • ***
  • Posts: 101
    • View Profile
Re: NTWebServer with SSL
« Reply #1 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.

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Re: NTWebServer with SSL
« Reply #2 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
Walter - SOFTVALE

Larry Sand

  • Full Member
  • ***
  • Posts: 101
    • View Profile
Re: NTWebServer with SSL
« Reply #3 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. 

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Re: NTWebServer with SSL
« Reply #4 on: October 02, 2014, 05:02:57 AM »
Firewall rules. it is working now.

thanks
Walter
Walter - SOFTVALE